Searched refs:SmallestType (Results 1 – 2 of 2) sorted by relevance
4961 unsigned SmallestType, WidestType; in computeFeasibleMaxVF() local4962 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in computeFeasibleMaxVF()4975 LLVM_DEBUG(dbgs() << "LV: The Smallest and Widest types: " << SmallestType in computeFeasibleMaxVF()5002 unsigned NewMaxVectorSize = WidestRegister / SmallestType; in computeFeasibleMaxVF()5018 if (unsigned MinVF = TTI.getMinimumVF(SmallestType)) { in computeFeasibleMaxVF()
5190 unsigned SmallestType, WidestType; in selectVectorizationFactor() local5191 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in selectVectorizationFactor()5209 DEBUG(dbgs() << "LV: The Smallest and Widest types: " << SmallestType << " / " in selectVectorizationFactor()5226 unsigned NewMaxVectorSize = WidestRegister / SmallestType; in selectVectorizationFactor()