Searched refs:NewEltVT (Results 1 – 4 of 4) sorted by relevance
3077 if (NewEltVT.bitsLT(EltVT)) { in ExpandNode()3084 EVT::getVectorVT(*DAG.getContext(), NewEltVT, in ExpandNode()3112 EltVT = NewEltVT; in ExpandNode()4475 MVT MidVT = MVT::getVectorVT(NewEltVT, OldEltsPerNewElt); in getPromotedVectorElementType()4919 MVT NewEltVT = NVT.getVectorElementType(); in PromoteNode() local4929 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()4947 MVT NewEltVT = NVT.getVectorElementType(); in PromoteNode() local4962 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()4991 MVT NewEltVT = NVT.getVectorElementType(); in PromoteNode() local5008 assert(NewEltVT.bitsLT(EltVT) && "not handled"); in PromoteNode()[all …]
1354 EVT NewEltVT = (NewNumElt == 1) ? MVT::i32 in LowerCONCAT_VECTORS() local1359 SDValue NewIn = DAG.getNode(ISD::BITCAST, SL, NewEltVT, In); in LowerCONCAT_VECTORS()
11380 MVT NewEltVT = VT.isFloatingPoint() in tryWidenMaskForShuffle() local11383 MVT NewVT = MVT::getVectorVT(NewEltVT, VT.getVectorNumElements() / 2); in tryWidenMaskForShuffle()
19805 MVT NewEltVT = VT.isFloatingPoint() in lowerVECTOR_SHUFFLE() local19809 MVT NewVT = MVT::getVectorVT(NewEltVT, NewNumElts); in lowerVECTOR_SHUFFLE()