/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 181 X86ISD::VTRUNCS, 0), 183 X86ISD::VTRUNCS, 0), 185 X86ISD::VTRUNCS, 0), 187 X86ISD::VTRUNCS, 0), 189 X86ISD::VTRUNCS, 0), 191 X86ISD::VTRUNCS, 0), 193 X86ISD::VTRUNCS, 0), 195 X86ISD::VTRUNCS, 0), 197 X86ISD::VTRUNCS, 0), 199 X86ISD::VTRUNCS, 0), [all …]
|
D | X86ISelLowering.h | 287 VTRUNCUS, VTRUNCS, enumerator
|
D | X86InstrFragmentsSIMD.td | 120 def X86vtruncs : SDNode<"X86ISD::VTRUNCS", SDTVtrunc>;
|
D | X86ISelLowering.cpp | 25018 case X86ISD::VTRUNCS: { in LowerINTRINSIC_W_CHAIN() 25019 bool IsSigned = (TruncationOp == X86ISD::VTRUNCS); in LowerINTRINSIC_W_CHAIN() 29697 case X86ISD::VTRUNCS: return "X86ISD::VTRUNCS"; in getTargetNodeName() 35559 case X86ISD::VTRUNCS: in SimplifyDemandedVectorEltsForTargetNode() 41084 TruncOpc = X86ISD::VTRUNCS; in combineTruncateWithSat() 41671 StoredVal.getOpcode() == X86ISD::VTRUNCS) && in combineStore() 41673 bool IsSigned = StoredVal.getOpcode() == X86ISD::VTRUNCS; in combineStore() 42421 return DAG.getNode(X86ISD::VTRUNCS, DL, VT, SSatVal); in combineVTRUNC()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 181 X86ISD::VTRUNCS, 0), 183 X86ISD::VTRUNCS, 0), 185 X86ISD::VTRUNCS, 0), 187 X86ISD::VTRUNCS, 0), 189 X86ISD::VTRUNCS, 0), 191 X86ISD::VTRUNCS, 0), 193 X86ISD::VTRUNCS, 0), 195 X86ISD::VTRUNCS, 0), 197 X86ISD::VTRUNCS, 0), 199 X86ISD::VTRUNCS, 0), [all …]
|
D | X86ISelLowering.h | 319 VTRUNCS, enumerator
|
D | X86InstrFragmentsSIMD.td | 124 def X86vtruncs : SDNode<"X86ISD::VTRUNCS", SDTVtrunc>;
|
D | X86ISelLowering.cpp | 26252 case X86ISD::VTRUNCS: { in LowerINTRINSIC_W_CHAIN() 26253 bool IsSigned = (TruncationOp == X86ISD::VTRUNCS); in LowerINTRINSIC_W_CHAIN() 30837 NODE_NAME_CASE(VTRUNCS) in getTargetNodeName() 34215 case X86ISD::VTRUNCS: in computeKnownBitsForTargetNode() 37906 case X86ISD::VTRUNCS: in SimplifyDemandedVectorEltsForTargetNode() 44289 TruncOpc = X86ISD::VTRUNCS; in combineTruncateWithSat() 44968 StoredVal.getOpcode() == X86ISD::VTRUNCS) && in combineStore() 44970 bool IsSigned = StoredVal.getOpcode() == X86ISD::VTRUNCS; in combineStore() 45812 return DAG.getNode(X86ISD::VTRUNCS, DL, VT, SSatVal); in combineVTRUNC()
|
/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-10.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 6389 // FastEmit functions for X86ISD::VTRUNCS. 6948 case X86ISD::VTRUNCS: return fastEmit_X86ISD_VTRUNCS_r(VT, RetVT, Op0, Op0IsKill);
|