Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp94 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 DDAGCombiner.cpp22220 scalarizeExtractedVectorLoad(SDNode * EVE,EVT InVecVT,SDValue EltNo,LoadSDNode * OriginalLoad) scalarizeExtractedVectorLoad() argument
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp56859 EVT InVecVT = InVec.getValueType(); combineEXTRACT_SUBVECTOR() local
[all...]