Home
last modified time | relevance | path

Searched refs:EmitTruncSStore (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26261 EmitTruncSStore(bool SignedSat, SDValue Chain, const SDLoc &Dl, SDValue Val, in EmitTruncSStore() function
26593 return EmitTruncSStore(IsSigned, Chain, dl, DataToTruncate, Addr, MemVT, in LowerINTRINSIC_W_CHAIN()
45953 return EmitTruncSStore(IsSigned, St->getChain(), in combineStore()
46004 return EmitTruncSStore(true /* Signed saturation */, St->getChain(), in combineStore()
46009 return EmitTruncSStore(false /* Unsigned saturation */, St->getChain(), in combineStore()