Searched defs:NewVecVT (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 393 EVT NewVecVT = EVT::getVectorVT(*DAG.getContext(), NewVT, NewElts.size()); ExpandOp_BUILD_VECTOR() local 421 EVT NewVecVT = EVT::getVectorVT(*DAG.getContext(), NewEVT, NumElts*2); ExpandOp_INSERT_VECTOR_ELT() local
|
H A D | LegalizeVectorOps.cpp | 594 MVT NewVecVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VecVT); PromoteSETCC() local 619 MVT NewVecVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VecVT); PromoteSTRICT() local
|
H A D | LegalizeVectorTypes.cpp | 7288 EVT NewVecVT = EVT::getVectorVT(*DAG.getContext(), LdTy, NumElts); BuildVectorFromScalar() local 7377 EVT NewVecVT = EVT::getVectorVT(*DAG.getContext(), *FirstVT, NumElts); GenWidenVectorLoads() local 7610 EVT NewVecVT = EVT::getVectorVT(*DAG.getContext(), NewVT, NumElts); GenWidenVectorStores() local
|
H A D | LegalizeDAG.cpp | 3017 MVT NewVecVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VecVT); PromoteReduction() local
|
H A D | DAGCombiner.cpp | 22468 EVT NewVecVT = EVT::getVectorVT(*DAG.getContext(), NewScalarVT, refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 7164 EVT NewVecVT = lowerINSERT_SUBVECTOR() local
|