Home
last modified time | relevance | path

Searched defs:InVecVT (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp91 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 DDAGCombiner.cpp19647 SDValue DAGCombiner::scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT, in scalarizeExtractedVectorLoad()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54396 EVT InVecVT = InVec.getValueType(); in combineEXTRACT_SUBVECTOR() local