Home
last modified time | relevance | path

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/
DX86IntrinsicsInfo.h217 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 …]
DX86ISelLowering.h287 VTRUNCUS, VTRUNCS, enumerator
DX86InstrFragmentsSIMD.td121 def X86vtruncus : SDNode<"X86ISD::VTRUNCUS", SDTVtrunc>;
DX86ISelLowering.cpp25017 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/
DX86GenFastISel.inc6589 // FastEmit functions for X86ISD::VTRUNCUS.
6949 case X86ISD::VTRUNCUS: return fastEmit_X86ISD_VTRUNCUS_r(VT, RetVT, Op0, Op0IsKill);