Searched refs:WidestType (Results 1 – 2 of 2) sorted by relevance
5190 unsigned SmallestType, WidestType; in selectVectorizationFactor() local5191 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in selectVectorizationFactor()5207 unsigned MaxVectorSize = WidestRegister / WidestType; in selectVectorizationFactor()5210 << WidestType << " bits.\n"); in selectVectorizationFactor()
4961 unsigned SmallestType, WidestType; in computeFeasibleMaxVF() local4962 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in computeFeasibleMaxVF()4973 unsigned MaxVectorSize = WidestRegister / WidestType; in computeFeasibleMaxVF()4976 << " / " << WidestType << " bits.\n"); in computeFeasibleMaxVF()