Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1179 std::pair<unsigned, unsigned> getSmallestAndWidestTypes();
4868 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in computeFeasibleMaxVF()
5534 LoopVectorizationCostModel::getSmallestAndWidestTypes() { in getSmallestAndWidestTypes() function in LoopVectorizationCostModel
7379 std::tie(std::ignore, WidestType) = CM.getSmallestAndWidestTypes(); in determineVPlanVF()