Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4961 unsigned SmallestType, WidestType; in computeFeasibleMaxVF() local
4962 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()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5190 unsigned SmallestType, WidestType; in selectVectorizationFactor() local
5191 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()