Searched refs:VTRUNCS (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 160 X86ISD::VTRUNCS, 0), 162 X86ISD::VTRUNCS, 0), 164 X86ISD::VTRUNCS, 0), 166 X86ISD::VTRUNCS, 0), 168 X86ISD::VTRUNCS, 0), 170 X86ISD::VTRUNCS, 0), 172 X86ISD::VTRUNCS, 0), 174 X86ISD::VTRUNCS, 0), 176 X86ISD::VTRUNCS, 0), 178 X86ISD::VTRUNCS, 0), [all …]
|
D | X86ISelLowering.h | 306 VTRUNCUS, VTRUNCS, enumerator
|
D | X86InstrFragmentsSIMD.td | 121 def X86vtruncs : SDNode<"X86ISD::VTRUNCS", SDTVtrunc>;
|
D | X86ISelLowering.cpp | 20352 case X86ISD::VTRUNCS: in getVectorMaskingNode() 21733 case X86ISD::VTRUNCS: { in LowerINTRINSIC_W_CHAIN() 21734 bool IsSigned = (TruncationOp == X86ISD::VTRUNCS); in LowerINTRINSIC_W_CHAIN() 25998 case X86ISD::VTRUNCS: return "X86ISD::VTRUNCS"; in getTargetNodeName() 35476 return DAG.getNode(X86ISD::VTRUNCS, DL, VT, SSatVal); in combineTruncateWithSat()
|
/external/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 1033 X86ISD::VTRUNCS, 0), 1035 X86ISD::VTRUNCS, 0), 1037 X86ISD::VTRUNCS, 0), 1039 X86ISD::VTRUNCS, 0), 1041 X86ISD::VTRUNCS, 0), 1043 X86ISD::VTRUNCS, 0), 1045 X86ISD::VTRUNCS, 0), 1047 X86ISD::VTRUNCS, 0), 1049 X86ISD::VTRUNCS, 0), 1051 X86ISD::VTRUNCS, 0), [all …]
|
D | X86ISelLowering.h | 293 VTRUNCUS, VTRUNCS, enumerator
|
D | X86InstrFragmentsSIMD.td | 135 def X86vtruncs : SDNode<"X86ISD::VTRUNCS", SDTVtrunc>;
|
D | X86ISelLowering.cpp | 17242 case X86ISD::VTRUNCS: in getVectorMaskingNode() 22177 case X86ISD::VTRUNCS: return "X86ISD::VTRUNCS"; in getTargetNodeName()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 4881 // FastEmit functions for X86ISD::VTRUNCS. 5556 case X86ISD::VTRUNCS: return fastEmit_X86ISD_VTRUNCS_r(VT, RetVT, Op0, Op0IsKill);
|