Searched refs:EmitTruncSStore (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 26749 EmitTruncSStore(bool SignedSat, SDValue Chain, const SDLoc &DL, SDValue Val, in EmitTruncSStore() function 27265 return EmitTruncSStore(IsSigned, Chain, dl, DataToTruncate, Addr, MemVT, in LowerINTRINSIC_W_CHAIN() 51740 return EmitTruncSStore(IsSigned, St->getChain(), in combineStore() 51781 return EmitTruncSStore(true /* Signed saturation */, St->getChain(), in combineStore() 51786 return EmitTruncSStore(false /* Unsigned saturation */, St->getChain(), in combineStore()
|