Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp118 unsigned CostThreshold = 4) { in allUsesHaveSourceMods() argument
131 if (++NumMayIncreaseSize > CostThreshold) in allUsesHaveSourceMods()
H A DAMDGPUISelLowering.h190 unsigned CostThreshold = 4);
H A DAMDGPUISelLowering.cpp757 unsigned CostThreshold) { in allUsesHaveSourceMods() argument
774 if (++NumMayIncreaseSize > CostThreshold) in allUsesHaveSourceMods()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp115 CostThreshold("dfa-cost-threshold", variable
880 if (DuplicationCost > CostThreshold) { in isLegalAndProfitableToTransform()
887 << ", threshold=" << ore::NV("Threshold", CostThreshold) << ")."; in isLegalAndProfitableToTransform()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4411 const NegatibleCost CostThreshold = NegatibleCost::Neutral,
4419 if (Cost <= CostThreshold)