Searched refs:EmitTruncSStore (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 26429 EmitTruncSStore(bool SignedSat, SDValue Chain, const SDLoc &Dl, SDValue Val, in EmitTruncSStore() function 26761 return EmitTruncSStore(IsSigned, Chain, dl, DataToTruncate, Addr, MemVT, in LowerINTRINSIC_W_CHAIN() 46279 return EmitTruncSStore(IsSigned, St->getChain(), in combineStore() 46330 return EmitTruncSStore(true /* Signed saturation */, St->getChain(), in combineStore() 46335 return EmitTruncSStore(false /* Unsigned saturation */, St->getChain(), in combineStore()
|