Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1225 return expectedCost(UserVF).first.isValid(); in selectUserVectorizationFactor()
1680 expectedCost(ElementCount VF,
5027 CM.expectedCost(ElementCount::getFixed(1)).first; in selectVectorizationFactor()
5052 CM.expectedCost(i, &InvalidCosts); in selectVectorizationFactor()
5370 LoopCost = expectedCost(VF).first; in selectInterleaveCount()
5976 LoopVectorizationCostModel::expectedCost( in expectedCost() function in LoopVectorizationCostModel