Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26749 EmitTruncSStore(bool SignedSat, SDValue Chain, const SDLoc &DL, SDValue Val, in EmitTruncSStore() argument
26755 unsigned Opc = SignedSat ? X86ISD::VTRUNCSTORES : X86ISD::VTRUNCSTOREUS; in EmitTruncSStore()
26760 static SDValue EmitMaskedTruncSStore(bool SignedSat, SDValue Chain, in EmitMaskedTruncSStore() argument
26766 unsigned Opc = SignedSat ? X86ISD::VMTRUNCSTORES : X86ISD::VMTRUNCSTOREUS; in EmitMaskedTruncSStore()