Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp58 extern cl::opt<unsigned> ForceTargetInstructionCost;
849 ForceTargetInstructionCost.getNumOccurrences() in cost()
850 ? InstructionCost(ForceTargetInstructionCost.getNumOccurrences()) in cost()
H A DLoopVectorizationPlanner.h51 extern cl::opt<unsigned> ForceTargetInstructionCost;
H A DVPlanRecipes.cpp269 if (UI && ForceTargetInstructionCost.getNumOccurrences() > 0 && in cost()
271 RecipeCost = InstructionCost(ForceTargetInstructionCost); in cost()
2582 ForceTargetInstructionCost.getNumOccurrences() > 0) && in computeCost()
H A DLoopVectorize.cpp292 cl::opt<unsigned> llvm::ForceTargetInstructionCost( member in llvm
5097 if (C.isValid() && ForceTargetInstructionCost.getNumOccurrences() > 0) in expectedCost()
5098 C = InstructionCost(ForceTargetInstructionCost); in expectedCost()
6717 if (ForceTargetInstructionCost.getNumOccurrences()) in getLegacyCost()
6718 return InstructionCost(ForceTargetInstructionCost.getNumOccurrences()); in getLegacyCost()