Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h181 X86ISD::VTRUNCS, 0),
183 X86ISD::VTRUNCS, 0),
185 X86ISD::VTRUNCS, 0),
187 X86ISD::VTRUNCS, 0),
189 X86ISD::VTRUNCS, 0),
191 X86ISD::VTRUNCS, 0),
193 X86ISD::VTRUNCS, 0),
195 X86ISD::VTRUNCS, 0),
197 X86ISD::VTRUNCS, 0),
199 X86ISD::VTRUNCS, 0),
[all …]
DX86ISelLowering.h287 VTRUNCUS, VTRUNCS, enumerator
DX86InstrFragmentsSIMD.td120 def X86vtruncs : SDNode<"X86ISD::VTRUNCS", SDTVtrunc>;
DX86ISelLowering.cpp25018 case X86ISD::VTRUNCS: { in LowerINTRINSIC_W_CHAIN()
25019 bool IsSigned = (TruncationOp == X86ISD::VTRUNCS); in LowerINTRINSIC_W_CHAIN()
29697 case X86ISD::VTRUNCS: return "X86ISD::VTRUNCS"; in getTargetNodeName()
35559 case X86ISD::VTRUNCS: in SimplifyDemandedVectorEltsForTargetNode()
41084 TruncOpc = X86ISD::VTRUNCS; in combineTruncateWithSat()
41671 StoredVal.getOpcode() == X86ISD::VTRUNCS) && in combineStore()
41673 bool IsSigned = StoredVal.getOpcode() == X86ISD::VTRUNCS; in combineStore()
42421 return DAG.getNode(X86ISD::VTRUNCS, DL, VT, SSatVal); in combineVTRUNC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc6389 // FastEmit functions for X86ISD::VTRUNCS.
6948 case X86ISD::VTRUNCS: return fastEmit_X86ISD_VTRUNCS_r(VT, RetVT, Op0, Op0IsKill);