Searched refs:ForceTargetInstructionCost (Results 1 – 4 of 4) sorted by relevance
58 extern cl::opt<unsigned> ForceTargetInstructionCost;849 ForceTargetInstructionCost.getNumOccurrences() in cost()850 ? InstructionCost(ForceTargetInstructionCost.getNumOccurrences()) in cost()
51 extern cl::opt<unsigned> ForceTargetInstructionCost;
269 if (UI && ForceTargetInstructionCost.getNumOccurrences() > 0 && in cost()271 RecipeCost = InstructionCost(ForceTargetInstructionCost); in cost()2582 ForceTargetInstructionCost.getNumOccurrences() > 0) && in computeCost()
292 cl::opt<unsigned> llvm::ForceTargetInstructionCost( member in llvm5097 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()