Lines Matching refs:LegalVT
1677 MVT LegalVT = LT.second; in getShuffleCost() local
1678 if (LegalVT.isVector() && in getShuffleCost()
1679 LegalVT.getVectorElementType().getSizeInBits() == in getShuffleCost()
1681 LegalVT.getVectorNumElements() < in getShuffleCost()
1684 unsigned LegalVTSize = LegalVT.getStoreSize(); in getShuffleCost()
1691 LegalVT.getVectorNumElements()); in getShuffleCost()
1713 LegalVT.getVectorNumElements() * std::max(NumOfSrcs, E); in getShuffleCost()
1714 unsigned NumOfSrcRegs = NormalizedVF / LegalVT.getVectorNumElements(); in getShuffleCost()
1715 unsigned NumOfDestRegs = NormalizedVF / LegalVT.getVectorNumElements(); in getShuffleCost()
6266 MVT LegalVT = getTypeLegalizationCost(VecTy).second; in getInterleavedMemoryOpCostAVX512() local
6268 unsigned LegalVTSize = LegalVT.getStoreSize(); in getInterleavedMemoryOpCostAVX512()
6273 LegalVT.getVectorNumElements()); in getInterleavedMemoryOpCostAVX512()
6446 MVT LegalVT = getTypeLegalizationCost(VecTy).second; in getInterleavedMemoryOpCost() local
6451 if (!LegalVT.isVector()) in getInterleavedMemoryOpCost()