Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp943 return expectedCost(UserVF).isValid(); in selectUserVectorizationFactor()
1446 InstructionCost expectedCost(ElementCount VF);
4231 InstructionCost ExpectedCost = CM.expectedCost(ElementCount::getFixed(1)); in selectVectorizationFactor()
4272 InstructionCost C = CM.expectedCost(VF); in selectVectorizationFactor()
4634 LoopCost = expectedCost(VF); in selectInterleaveCount()
5071 InstructionCost LoopVectorizationCostModel::expectedCost(ElementCount VF) { in expectedCost() function in LoopVectorizationCostModel
7006 InstructionCost ScalarCost = CM.expectedCost(ScalarVF); in computeBestVF()