Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1173 return expectedCost(UserVF).first.isValid(); in selectUserVectorizationFactor()
1612 expectedCost(ElementCount VF,
5268 InstructionCost ExpectedCost = expectedCost(ElementCount::getFixed(1)).first; in selectVectorizationFactor()
5292 VectorizationCostTy C = expectedCost(i, &InvalidCosts); in selectVectorizationFactor()
5645 InstructionCost C = expectedCost(VF).first; in selectInterleaveCount()
6215 LoopVectorizationCostModel::expectedCost( in expectedCost() function in LoopVectorizationCostModel