Searched defs:InVecVT (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | AArch64SelectionDAGTest.cpp | 91 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local 104 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local 134 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local 146 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, /*IsScalable=*/true); in TEST_F() local 190 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16); in TEST_F() local 216 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16, /*IsScalable=*/true); in TEST_F() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 19647 SDValue DAGCombiner::scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT, in scalarizeExtractedVectorLoad()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 54396 EVT InVecVT = InVec.getValueType(); in combineEXTRACT_SUBVECTOR() local
|