/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 217 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 …]
|
D | X86ISelLowering.h | 287 VTRUNCUS, VTRUNCS, enumerator
|
D | X86InstrFragmentsSIMD.td | 121 def X86vtruncus : SDNode<"X86ISD::VTRUNCUS", SDTVtrunc>;
|
D | X86ISelLowering.cpp | 25017 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()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 217 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 …]
|
D | X86ISelLowering.h | 318 VTRUNCUS, enumerator
|
D | X86InstrFragmentsSIMD.td | 125 def X86vtruncus : SDNode<"X86ISD::VTRUNCUS", SDTVtrunc>;
|
D | X86ISelLowering.cpp | 26251 case X86ISD::VTRUNCUS: in LowerINTRINSIC_W_CHAIN() 30838 NODE_NAME_CASE(VTRUNCUS) in getTargetNodeName() 34216 case X86ISD::VTRUNCUS: in computeKnownBitsForTargetNode() 37907 case X86ISD::VTRUNCUS: { in SimplifyDemandedVectorEltsForTargetNode() 44239 return DAG.getNode(X86ISD::VTRUNCUS, DL, VT, Mid); in combineTruncateWithSat() 44292 TruncOpc = X86ISD::VTRUNCUS; in combineTruncateWithSat() 44967 (StoredVal.getOpcode() == X86ISD::VTRUNCUS || in combineStore() 45814 return DAG.getNode(X86ISD::VTRUNCUS, DL, VT, USatVal); in combineVTRUNC()
|
/external/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 1105 X86ISD::VTRUNCUS, 0), 1107 X86ISD::VTRUNCUS, 0), 1109 X86ISD::VTRUNCUS, 0), 1111 X86ISD::VTRUNCUS, 0), 1113 X86ISD::VTRUNCUS, 0), 1115 X86ISD::VTRUNCUS, 0), 1117 X86ISD::VTRUNCUS, 0), 1119 X86ISD::VTRUNCUS, 0), 1121 X86ISD::VTRUNCUS, 0), 1123 X86ISD::VTRUNCUS, 0), [all …]
|
D | X86ISelLowering.h | 293 VTRUNCUS, VTRUNCS, enumerator
|
D | X86InstrFragmentsSIMD.td | 136 def X86vtruncus : SDNode<"X86ISD::VTRUNCUS", SDTVtrunc>;
|
D | X86ISelLowering.cpp | 17243 case X86ISD::VTRUNCUS: in getVectorMaskingNode() 22178 case X86ISD::VTRUNCUS: return "X86ISD::VTRUNCUS"; in getTargetNodeName()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 6589 // FastEmit functions for X86ISD::VTRUNCUS. 6949 case X86ISD::VTRUNCUS: return fastEmit_X86ISD_VTRUNCUS_r(VT, RetVT, Op0, Op0IsKill);
|