Lines Matching refs:LegalVT
1606 MVT LegalVT = LT.second; in getShuffleCost() local
1607 if (LegalVT.isVector() && in getShuffleCost()
1608 LegalVT.getVectorElementType().getSizeInBits() == in getShuffleCost()
1610 LegalVT.getVectorNumElements() < in getShuffleCost()
1613 unsigned LegalVTSize = LegalVT.getStoreSize(); in getShuffleCost()
1620 LegalVT.getVectorNumElements()); in getShuffleCost()
1642 LegalVT.getVectorNumElements() * std::max(NumOfSrcs, E); in getShuffleCost()
1643 unsigned NumOfSrcRegs = NormalizedVF / LegalVT.getVectorNumElements(); in getShuffleCost()
1644 unsigned NumOfDestRegs = NormalizedVF / LegalVT.getVectorNumElements(); in getShuffleCost()
6194 MVT LegalVT = getTypeLegalizationCost(VecTy).second; in getInterleavedMemoryOpCostAVX512() local
6196 unsigned LegalVTSize = LegalVT.getStoreSize(); in getInterleavedMemoryOpCostAVX512()
6201 LegalVT.getVectorNumElements()); in getInterleavedMemoryOpCostAVX512()
6373 MVT LegalVT = getTypeLegalizationCost(VecTy).second; in getInterleavedMemoryOpCost() local
6378 if (!LegalVT.isVector()) in getInterleavedMemoryOpCost()