Searched refs:NewEltVT (Results 1 – 2 of 2) sorted by relevance
2994 EVT NewEltVT = TLI.getTypeToTransformTo(*DAG.getContext(), EltVT); in ExpandNode() local2999 if (NewEltVT.bitsLT(EltVT)) { in ExpandNode()3006 EVT::getVectorVT(*DAG.getContext(), NewEltVT, in ExpandNode()3007 VT.getSizeInBits() / NewEltVT.getSizeInBits()); in ExpandNode()3034 EltVT = NewEltVT; in ExpandNode()4353 MVT EltVT, MVT NewEltVT) { in getPromotedVectorElementType() argument4354 unsigned OldEltsPerNewElt = EltVT.getSizeInBits() / NewEltVT.getSizeInBits(); in getPromotedVectorElementType()4355 MVT MidVT = MVT::getVectorVT(NewEltVT, OldEltsPerNewElt); in getPromotedVectorElementType()4756 MVT NewEltVT = NVT.getVectorElementType(); in PromoteNode() local4766 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()[all …]
18516 MVT NewEltVT = VT.isFloatingPoint() in lowerVECTOR_SHUFFLE() local18520 MVT NewVT = MVT::getVectorVT(NewEltVT, NewNumElts); in lowerVECTOR_SHUFFLE()