/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 145 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 …]
|
D | X86ISelLowering.h | 285 VTRUNC, enumerator
|
D | X86InstrFragmentsSIMD.td | 119 def X86vtrunc : SDNode<"X86ISD::VTRUNC", SDTVtrunc>;
|
D | X86ISelLowering.cpp | 11022 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 …]
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 145 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 …]
|
D | X86ISelLowering.h | 316 VTRUNC, enumerator
|
D | X86InstrFragmentsSIMD.td | 123 def X86vtrunc : SDNode<"X86ISD::VTRUNC", SDTVtrunc>;
|
D | X86ISelLowering.cpp | 7683 case X86ISD::VTRUNC: { in getFauxShuffleMask() 11419 SDValue Trunc = DAG.getNode(X86ISD::VTRUNC, DL, TruncVT, Src); in getAVX512TruncNode() 16589 V1 = DAG.getNode(X86ISD::VTRUNC, DL, MVT::v16i8, V1); in lowerShuffleAsVTRUNCAndUnpack() 16590 V2 = DAG.getNode(X86ISD::VTRUNC, DL, MVT::v16i8, V2); in lowerShuffleAsVTRUNCAndUnpack() 26238 case X86ISD::VTRUNC: { in LowerINTRINSIC_W_CHAIN() 30046 Results.push_back(DAG.getNode(X86ISD::VTRUNC, dl, WidenVT, In)); in ReplaceNodeResults() 30053 Results.push_back(DAG.getNode(X86ISD::VTRUNC, dl, WidenVT, In)); in ReplaceNodeResults() 30065 Lo = DAG.getNode(X86ISD::VTRUNC, dl, MVT::v16i8, Lo); in ReplaceNodeResults() 30066 Hi = DAG.getNode(X86ISD::VTRUNC, dl, MVT::v16i8, Hi); in ReplaceNodeResults() 30836 NODE_NAME_CASE(VTRUNC) in getTargetNodeName() [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 152 X86ISD::VTRUNC, 0), 154 X86ISD::VTRUNC, 0), 156 X86ISD::VTRUNC, 0), 158 X86ISD::VTRUNC, 0), 160 X86ISD::VTRUNC, 0), 162 X86ISD::VTRUNC, 0), 164 X86ISD::VTRUNC, 0), 166 X86ISD::VTRUNC, 0), 168 X86ISD::VTRUNC, 0), 170 X86ISD::VTRUNC, 0), [all …]
|
D | X86ISelLowering.h | 291 VTRUNC, enumerator
|
D | X86InstrFragmentsSIMD.td | 134 def X86vtrunc : SDNode<"X86ISD::VTRUNC", SDTVtrunc>;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 6274 // FastEmit functions for X86ISD::VTRUNC. 6947 case X86ISD::VTRUNC: return fastEmit_X86ISD_VTRUNC_r(VT, RetVT, Op0, Op0IsKill);
|