Home
last modified time | relevance | path

Searched refs:VTRUNCS (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h181 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 …]
DX86ISelLowering.h287 VTRUNCUS, VTRUNCS, enumerator
DX86InstrFragmentsSIMD.td120 def X86vtruncs : SDNode<"X86ISD::VTRUNCS", SDTVtrunc>;
DX86ISelLowering.cpp25018 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/
DX86IntrinsicsInfo.h181 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 …]
DX86ISelLowering.h319 VTRUNCS, enumerator
DX86InstrFragmentsSIMD.td124 def X86vtruncs : SDNode<"X86ISD::VTRUNCS", SDTVtrunc>;
DX86ISelLowering.cpp26252 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/
DX86IntrinsicsInfo.h1033 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 …]
DX86ISelLowering.h293 VTRUNCUS, VTRUNCS, enumerator
DX86InstrFragmentsSIMD.td135 def X86vtruncs : SDNode<"X86ISD::VTRUNCS", SDTVtrunc>;
DX86ISelLowering.cpp17242 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/
DX86GenFastISel.inc6389 // FastEmit functions for X86ISD::VTRUNCS.
6948 case X86ISD::VTRUNCS: return fastEmit_X86ISD_VTRUNCS_r(VT, RetVT, Op0, Op0IsKill);