Home
last modified time | relevance | path

Searched refs:VTRUNC (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.h145 X86ISD::VTRUNC, 0),
147 X86ISD::VTRUNC, 0),
149 X86ISD::VTRUNC, 0),
151 X86ISD::VTRUNC, 0),
153 X86ISD::VTRUNC, 0),
155 X86ISD::VTRUNC, 0),
157 X86ISD::VTRUNC, 0),
159 X86ISD::VTRUNC, 0),
161 X86ISD::VTRUNC, 0),
163 X86ISD::VTRUNC, 0),
[all …]
DX86ISelLowering.h285 VTRUNC, enumerator
DX86InstrFragmentsSIMD.td119 def X86vtrunc : SDNode<"X86ISD::VTRUNC", SDTVtrunc>;
DX86ISelLowering.cpp11022 return DAG.getNode(X86ISD::VTRUNC, DL, VT, Src); in lowerShuffleWithVPMOV()
15799 V1 = DAG.getNode(X86ISD::VTRUNC, DL, MVT::v16i8, V1); in lowerShuffleAsVTRUNCAndUnpack()
15800 V2 = DAG.getNode(X86ISD::VTRUNC, DL, MVT::v16i8, V2); in lowerShuffleAsVTRUNCAndUnpack()
25004 case X86ISD::VTRUNC: { in LowerINTRINSIC_W_CHAIN()
28885 Results.push_back(DAG.getNode(X86ISD::VTRUNC, dl, WidenVT, In)); in ReplaceNodeResults()
28892 Results.push_back(DAG.getNode(X86ISD::VTRUNC, dl, WidenVT, In)); in ReplaceNodeResults()
28904 Lo = DAG.getNode(X86ISD::VTRUNC, dl, MVT::v16i8, Lo); in ReplaceNodeResults()
28905 Hi = DAG.getNode(X86ISD::VTRUNC, dl, MVT::v16i8, Hi); in ReplaceNodeResults()
29696 case X86ISD::VTRUNC: return "X86ISD::VTRUNC"; in getTargetNodeName()
32735 case X86ISD::VTRUNC: { in ComputeNumSignBitsForTargetNode()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc6274 // FastEmit functions for X86ISD::VTRUNC.
6947 case X86ISD::VTRUNC: return fastEmit_X86ISD_VTRUNC_r(VT, RetVT, Op0, Op0IsKill);