Home
last modified time | relevance | path

Searched refs:InVecVT (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp92 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
94 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
107 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
109 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
141 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
143 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
157 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
207 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16); in TEST_F() local
208 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
237 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp92 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
94 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
107 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
109 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
141 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
143 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
157 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
207 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16); in TEST_F() local
208 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
237 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp91 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
93 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
104 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
106 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
134 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
136 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
148 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
190 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16); in TEST_F() local
191 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
217 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp91 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
93 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
104 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
106 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
134 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
136 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
148 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
190 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16); in TEST_F() local
191 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
217 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp93 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
95 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
108 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
110 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
142 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
144 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
158 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
208 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16); in TEST_F() local
209 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
238 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp91 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
93 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
104 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
106 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
134 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
136 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
148 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
190 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16); in TEST_F() local
191 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
217 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp93 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
95 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
108 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
110 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
142 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
144 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
158 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
208 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16); in TEST_F() local
209 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
238 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp91 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
93 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
104 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
106 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
134 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
136 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
148 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
190 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16); in TEST_F() local
191 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
217 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp93 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
95 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
108 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
110 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
142 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
144 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
158 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
208 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16); in TEST_F() local
209 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
238 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp91 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
93 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
104 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
106 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
134 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
136 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
148 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
190 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16); in TEST_F() local
191 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
217 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp91 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
93 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
104 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
106 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
134 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
136 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
148 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
190 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16); in TEST_F() local
191 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
217 SDValue UnknownOp = DAG->getRegister(0, InVecVT); in TEST_F()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp87 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
89 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
117 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
119 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
/dports/devel/llvm90/llvm-9.0.1.src/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp86 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
88 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
116 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
118 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp86 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
88 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
116 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
118 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp86 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
88 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F()
116 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
118 auto InVec = DAG->getConstant(1, Loc, InVecVT); in TEST_F()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp376 SDValue scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT,
18581 SDValue DAGCombiner::scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT, in scalarizeExtractedVectorLoad() argument
18587 EVT VecEltVT = InVecVT.getVectorElementType(); in scalarizeExtractedVectorLoad()
18622 InVecVT, EltNo); in scalarizeExtractedVectorLoad()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp376 SDValue scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT,
18581 SDValue DAGCombiner::scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT, in scalarizeExtractedVectorLoad() argument
18587 EVT VecEltVT = InVecVT.getVectorElementType(); in scalarizeExtractedVectorLoad()
18622 InVecVT, EltNo); in scalarizeExtractedVectorLoad()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp376 SDValue scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT,
18581 SDValue DAGCombiner::scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT, in scalarizeExtractedVectorLoad() argument
18587 EVT VecEltVT = InVecVT.getVectorElementType(); in scalarizeExtractedVectorLoad()
18622 InVecVT, EltNo); in scalarizeExtractedVectorLoad()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp376 SDValue scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT,
18581 SDValue DAGCombiner::scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT, in scalarizeExtractedVectorLoad() argument
18587 EVT VecEltVT = InVecVT.getVectorElementType(); in scalarizeExtractedVectorLoad()
18622 InVecVT, EltNo); in scalarizeExtractedVectorLoad()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp376 SDValue scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT,
18581 SDValue DAGCombiner::scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT, in scalarizeExtractedVectorLoad() argument
18587 EVT VecEltVT = InVecVT.getVectorElementType(); in scalarizeExtractedVectorLoad()
18622 InVecVT, EltNo); in scalarizeExtractedVectorLoad()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp376 SDValue scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT,
18651 SDValue DAGCombiner::scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT, in scalarizeExtractedVectorLoad() argument
18657 EVT VecEltVT = InVecVT.getVectorElementType(); in scalarizeExtractedVectorLoad()
18695 InVecVT, EltNo); in scalarizeExtractedVectorLoad()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48266 EVT InVecVT = InVec.getValueType(); in combineExtractSubvector() local
48270 TLI.isTypeLegal(InVecVT) && in combineExtractSubvector()
48271 InVecVT.getSizeInBits() == 256 && InVecBC.getOpcode() == ISD::AND) { in combineExtractSubvector()
48284 DAG.getBitcast(InVecVT, Concat), N->getOperand(1)); in combineExtractSubvector()
48356 if ((InVecVT.getSizeInBits() % VT.getSizeInBits()) == 0 && in combineExtractSubvector()
48361 unsigned NumSubVecs = InVecVT.getSizeInBits() / VT.getSizeInBits(); in combineExtractSubvector()
48371 if (Src.getValueSizeInBits() == InVecVT.getSizeInBits()) { in combineExtractSubvector()
48374 return extractSubVector(DAG.getBitcast(InVecVT, Src), SrcEltIdx, DAG, in combineExtractSubvector()
48384 if (VT == MVT::v2f64 && InVecVT == MVT::v4f64) { in combineExtractSubvector()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp48338 EVT InVecVT = InVec.getValueType(); in combineExtractSubvector() local
48342 TLI.isTypeLegal(InVecVT) && in combineExtractSubvector()
48343 InVecVT.getSizeInBits() == 256 && InVecBC.getOpcode() == ISD::AND) { in combineExtractSubvector()
48356 DAG.getBitcast(InVecVT, Concat), N->getOperand(1)); in combineExtractSubvector()
48428 if ((InVecVT.getSizeInBits() % VT.getSizeInBits()) == 0 && in combineExtractSubvector()
48433 unsigned NumSubVecs = InVecVT.getSizeInBits() / VT.getSizeInBits(); in combineExtractSubvector()
48443 if (Src.getValueSizeInBits() == InVecVT.getSizeInBits()) { in combineExtractSubvector()
48446 return extractSubVector(DAG.getBitcast(InVecVT, Src), SrcEltIdx, DAG, in combineExtractSubvector()
48456 if (VT == MVT::v2f64 && InVecVT == MVT::v4f64) { in combineExtractSubvector()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp267 SDValue scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT,
15583 SDValue DAGCombiner::scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT, in scalarizeExtractedVectorLoad() argument
15589 EVT VecEltVT = InVecVT.getVectorElementType(); in scalarizeExtractedVectorLoad()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp261 SDNode *EVE, EVT InVecVT, SDValue EltNo, LoadSDNode *OriginalLoad);
15055 SDNode *EVE, EVT InVecVT, SDValue EltNo, LoadSDNode *OriginalLoad) { in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() argument
15059 EVT VecEltVT = InVecVT.getVectorElementType(); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()

12