Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DTransactionAcceptOrRevert.cpp16 static cl::opt<int> CostThreshold("sbvec-cost-threshold", cl::init(0), variable
29 << CostAfter << "/" << CostThreshold << ")\n"); in runOnRegion()
32 if (CostAfterMinusBefore < -CostThreshold) { in runOnRegion()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp125 unsigned CostThreshold = 4) { in allUsesHaveSourceMods() argument
138 if (++NumMayIncreaseSize > CostThreshold) in allUsesHaveSourceMods()
H A DAMDGPUISelLowering.h193 unsigned CostThreshold = 4);
H A DAMDGPUISelLowering.cpp772 unsigned CostThreshold) { in allUsesHaveSourceMods() argument
789 if (++NumMayIncreaseSize > CostThreshold) in allUsesHaveSourceMods()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp120 CostThreshold("dfa-cost-threshold", variable
921 if (DuplicationCost > CostThreshold) { in isLegalAndProfitableToTransform()
928 << ", threshold=" << ore::NV("Threshold", CostThreshold) << ")."; in isLegalAndProfitableToTransform()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4586 const NegatibleCost CostThreshold = NegatibleCost::Neutral,
4594 if (Cost <= CostThreshold)