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