Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp2051 auto ComputeCCH = [&](const VPRecipeBase *R) -> TTI::CastContextHint { in computeCost() local
2077 CCH = ComputeCCH(StoreRecipe); in computeCost()
2085 CCH = ComputeCCH(Operand->getDefiningRecipe()); in computeCost()
H A DLoopVectorize.cpp6282 auto ComputeCCH = [&](Instruction *I) -> TTI::CastContextHint { in getInstructionCost() local
6316 CCH = ComputeCCH(Store); in getInstructionCost()
6322 CCH = ComputeCCH(Load); in getInstructionCost()