Searched refs:NewEltVT (Results 1 – 2 of 2) sorted by relevance
3222 EVT NewEltVT = TLI.getTypeToTransformTo(*DAG.getContext(), EltVT); in ExpandNode() local3227 if (NewEltVT.bitsLT(EltVT)) { in ExpandNode()3235 EVT::getVectorVT(*DAG.getContext(), NewEltVT, in ExpandNode()3236 VT.getSizeInBits() / NewEltVT.getSizeInBits()); in ExpandNode()3263 EltVT = NewEltVT; in ExpandNode()4206 MVT EltVT, MVT NewEltVT) { in getPromotedVectorElementType() argument4207 unsigned OldEltsPerNewElt = EltVT.getSizeInBits() / NewEltVT.getSizeInBits(); in getPromotedVectorElementType()4208 MVT MidVT = MVT::getVectorVT(NewEltVT, OldEltsPerNewElt); in getPromotedVectorElementType()4462 MVT NewEltVT = NVT.getVectorElementType(); in PromoteNode() local4472 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()[all …]
11290 MVT NewEltVT = VT.isFloatingPoint() in lowerVectorShuffle() local11293 MVT NewVT = MVT::getVectorVT(NewEltVT, VT.getVectorNumElements() / 2); in lowerVectorShuffle()