Searched defs:NewVecVT (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 393 EVT NewVecVT = EVT::getVectorVT(*DAG.getContext(), NewVT, NewElts.size()); in ExpandOp_BUILD_VECTOR() local 421 EVT NewVecVT = EVT::getVectorVT(*DAG.getContext(), NewEVT, NumElts*2); in ExpandOp_INSERT_VECTOR_ELT() local
|
H A D | LegalizeVectorOps.cpp | 601 MVT NewVecVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VecVT); in PromoteSETCC() local 626 MVT NewVecVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VecVT); in PromoteSTRICT() local
|
H A D | LegalizeVectorTypes.cpp | 7369 EVT NewVecVT = EVT::getVectorVT(*DAG.getContext(), LdTy, NumElts); BuildVectorFromScalar() local 7458 EVT NewVecVT = EVT::getVectorVT(*DAG.getContext(), *FirstVT, NumElts); GenWidenVectorLoads() local 7691 EVT NewVecVT = EVT::getVectorVT(*DAG.getContext(), NewVT, NumElts); GenWidenVectorStores() local
|
H A D | LegalizeDAG.cpp | 3018 MVT NewVecVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VecVT); in PromoteReduction() local
|
H A D | DAGCombiner.cpp | 22527 EVT NewVecVT = EVT::getVectorVT(*DAG.getContext(), NewScalarVT, in refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 7164 EVT NewVecVT = in lowerINSERT_SUBVECTOR() local
|