Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1268 return expectedCost(UserVF).first.isValid(); in selectUserVectorizationFactor()
1684 expectedCost(ElementCount VF,
6007 InstructionCost ExpectedCost = expectedCost(ElementCount::getFixed(1)).first; in selectVectorizationFactor()
6030 VectorizationCostTy C = expectedCost(i, &InvalidCosts); in selectVectorizationFactor()
6449 InstructionCost C = expectedCost(VF).first; in selectInterleaveCount()
6905 LoopVectorizationCostModel::expectedCost( in expectedCost() function in LoopVectorizationCostModel