Searched refs:NewEltVT (Results 1 – 2 of 2) sorted by relevance
3042 EVT NewEltVT = TLI.getTypeToTransformTo(*DAG.getContext(), EltVT); in ExpandNode() local3047 if (NewEltVT.bitsLT(EltVT)) { in ExpandNode()3054 EVT::getVectorVT(*DAG.getContext(), NewEltVT, in ExpandNode()3055 VT.getSizeInBits() / NewEltVT.getSizeInBits()); in ExpandNode()3082 EltVT = NewEltVT; in ExpandNode()4211 MVT EltVT, MVT NewEltVT) { in getPromotedVectorElementType() argument4212 unsigned OldEltsPerNewElt = EltVT.getSizeInBits() / NewEltVT.getSizeInBits(); in getPromotedVectorElementType()4213 MVT MidVT = MVT::getVectorVT(NewEltVT, OldEltsPerNewElt); in getPromotedVectorElementType()4540 MVT NewEltVT = NVT.getVectorElementType(); in PromoteNode() local4550 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()[all …]
17372 MVT NewEltVT = VT.isFloatingPoint() in lowerVECTOR_SHUFFLE() local17376 MVT NewVT = MVT::getVectorVT(NewEltVT, NewNumElts); in lowerVECTOR_SHUFFLE()