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