Lines Matching refs:LegalVT
1210 MVT LegalVT = LT.second; in getShuffleCost() local
1211 if (LegalVT.isVector() && in getShuffleCost()
1212 LegalVT.getVectorElementType().getSizeInBits() == in getShuffleCost()
1214 LegalVT.getVectorNumElements() < in getShuffleCost()
1218 unsigned LegalVTSize = LegalVT.getStoreSize(); in getShuffleCost()
1225 LegalVT.getVectorNumElements()); in getShuffleCost()
1243 LegalVT.getVectorNumElements() * std::max(NumOfSrcs, E); in getShuffleCost()
1244 unsigned NumOfSrcRegs = NormalizedVF / LegalVT.getVectorNumElements(); in getShuffleCost()
1245 unsigned NumOfDestRegs = NormalizedVF / LegalVT.getVectorNumElements(); in getShuffleCost()
5536 MVT LegalVT = getTLI()->getTypeLegalizationCost(DL, VecTy).second; in getInterleavedMemoryOpCostAVX512() local
5538 unsigned LegalVTSize = LegalVT.getStoreSize(); in getInterleavedMemoryOpCostAVX512()
5543 LegalVT.getVectorNumElements()); in getInterleavedMemoryOpCostAVX512()
5714 MVT LegalVT = getTLI()->getTypeLegalizationCost(DL, VecTy).second; in getInterleavedMemoryOpCost() local
5719 if (!LegalVT.isVector()) in getInterleavedMemoryOpCost()