Searched refs:NewEltVT (Results 1 – 2 of 2) sorted by relevance
3003 EVT NewEltVT = TLI.getTypeToTransformTo(*DAG.getContext(), EltVT); in ExpandNode() local3008 if (NewEltVT.bitsLT(EltVT)) { in ExpandNode()3016 EVT::getVectorVT(*DAG.getContext(), NewEltVT, in ExpandNode()3017 VT.getSizeInBits() / NewEltVT.getSizeInBits()); in ExpandNode()3044 EltVT = NewEltVT; in ExpandNode()3987 MVT EltVT, MVT NewEltVT) { in getPromotedVectorElementType() argument3988 unsigned OldEltsPerNewElt = EltVT.getSizeInBits() / NewEltVT.getSizeInBits(); in getPromotedVectorElementType()3989 MVT MidVT = MVT::getVectorVT(NewEltVT, OldEltsPerNewElt); in getPromotedVectorElementType()4245 MVT NewEltVT = NVT.getVectorElementType(); in PromoteNode() local4255 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()[all …]
12166 MVT NewEltVT = VT.isFloatingPoint() in lowerVectorShuffle() local12169 MVT NewVT = MVT::getVectorVT(NewEltVT, VT.getVectorNumElements() / 2); in lowerVectorShuffle()