Home
last modified time | relevance | path

Searched refs:SmallestType (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4731 unsigned SmallestType, WidestType; in computeFeasibleMaxVF() local
4732 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in computeFeasibleMaxVF()
4745 LLVM_DEBUG(dbgs() << "LV: The Smallest and Widest types: " << SmallestType in computeFeasibleMaxVF()
4772 unsigned NewMaxVectorSize = WidestRegister / SmallestType; in computeFeasibleMaxVF()
4788 if (unsigned MinVF = TTI.getMinimumVF(SmallestType)) { in computeFeasibleMaxVF()