Searched defs:InVecVT (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/unittests/CodeGen/ |
D | AArch64SelectionDAGTest.cpp | 93 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local 108 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local 142 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local 156 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 4, /*IsScalable=*/true); in TEST_F() local 208 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16); in TEST_F() local 237 auto InVecVT = EVT::getVectorVT(Context, Int8VT, 16, /*IsScalable=*/true); in TEST_F() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 12256 SDNode *EVE, EVT InVecVT, SDValue EltNo, LoadSDNode *OriginalLoad) { in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 16937 SDValue DAGCombiner::scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT, in scalarizeExtractedVectorLoad()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 18059 SDValue DAGCombiner::scalarizeExtractedVectorLoad(SDNode *EVE, EVT InVecVT, in scalarizeExtractedVectorLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 45677 EVT InVecVT = InVec.getValueType(); in combineExtractSubvector() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 49165 EVT InVecVT = InVec.getValueType(); in combineExtractSubvector() local
|