Searched defs:InVecVT (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/unittests/CodeGen/ |
H A D | AArch64SelectionDAGTest.cpp | 94 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); TEST_F() local 107 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, true); TEST_F() local 137 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); TEST_F() local 149 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, /*IsScalable=*/true); TEST_F() local 193 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16); TEST_F() local 219 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16, /*IsScalable=*/true); TEST_F() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 22220 scalarizeExtractedVectorLoad(SDNode * EVE,EVT InVecVT,SDValue EltNo,LoadSDNode * OriginalLoad) scalarizeExtractedVectorLoad() argument [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 56859 EVT InVecVT = InVec.getValueType(); combineEXTRACT_SUBVECTOR() local [all...] |