Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1669 VectorizationCostTy expectedCost(ElementCount VF);
6037 InstructionCost ExpectedCost = expectedCost(ElementCount::getFixed(1)).first; in selectVectorizationFactor()
6057 VectorizationCostTy C = expectedCost(i); in selectVectorizationFactor()
6407 assert(expectedCost(VF).first.isValid() && "Expected a valid cost"); in selectInterleaveCount()
6408 LoopCost = *expectedCost(VF).first.getValue(); in selectInterleaveCount()
6847 LoopVectorizationCostModel::expectedCost(ElementCount VF) { in expectedCost() function in LoopVectorizationCostModel