Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1209 std::pair<unsigned, unsigned> getSmallestAndWidestTypes();
4928 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in computeFeasibleMaxVF()
5596 LoopVectorizationCostModel::getSmallestAndWidestTypes() { in getSmallestAndWidestTypes() function in LoopVectorizationCostModel
7453 std::tie(std::ignore, WidestType) = CM.getSmallestAndWidestTypes(); in determineVPlanVF()