Searched refs:VTRUNCUS (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 217 X86ISD::VTRUNCUS, 0), 219 X86ISD::VTRUNCUS, 0), 221 X86ISD::VTRUNCUS, 0), 223 X86ISD::VTRUNCUS, 0), 225 X86ISD::VTRUNCUS, 0), 227 X86ISD::VTRUNCUS, 0), 229 X86ISD::VTRUNCUS, 0), 231 X86ISD::VTRUNCUS, 0), 233 X86ISD::VTRUNCUS, 0), 235 X86ISD::VTRUNCUS, 0), [all …]
|
D | X86ISelLowering.h | 287 VTRUNCUS, VTRUNCS, enumerator
|
D | X86InstrFragmentsSIMD.td | 121 def X86vtruncus : SDNode<"X86ISD::VTRUNCUS", SDTVtrunc>;
|
D | X86ISelLowering.cpp | 25017 case X86ISD::VTRUNCUS: in LowerINTRINSIC_W_CHAIN() 29698 case X86ISD::VTRUNCUS: return "X86ISD::VTRUNCUS"; in getTargetNodeName() 35560 case X86ISD::VTRUNCUS: { in SimplifyDemandedVectorEltsForTargetNode() 41034 return DAG.getNode(X86ISD::VTRUNCUS, DL, VT, Mid); in combineTruncateWithSat() 41087 TruncOpc = X86ISD::VTRUNCUS; in combineTruncateWithSat() 41670 (StoredVal.getOpcode() == X86ISD::VTRUNCUS || in combineStore() 42423 return DAG.getNode(X86ISD::VTRUNCUS, DL, VT, USatVal); in combineVTRUNC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 6589 // FastEmit functions for X86ISD::VTRUNCUS. 6949 case X86ISD::VTRUNCUS: return fastEmit_X86ISD_VTRUNCUS_r(VT, RetVT, Op0, Op0IsKill);
|