Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp114 unsigned CostThreshold = 4) { in allUsesHaveSourceMods() argument
127 if (++NumMayIncreaseSize > CostThreshold) in allUsesHaveSourceMods()
H A DAMDGPUISelLowering.h160 unsigned CostThreshold = 4);
H A DAMDGPUISelLowering.cpp638 unsigned CostThreshold) { in allUsesHaveSourceMods() argument
653 if (++NumMayIncreaseSize > CostThreshold) in allUsesHaveSourceMods()
/aosp_15_r20/external/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h99 bool vectorizeStoreChain(ArrayRef<Value *> Chain, int CostThreshold,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp112 CostThreshold("dfa-cost-threshold", variable
869 if (DuplicationCost > CostThreshold) { in isLegalAndProfitableToTransform()
876 << ", threshold=" << ore::NV("Threshold", CostThreshold) << ")."; in isLegalAndProfitableToTransform()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h165 unsigned CostThreshold = 4);
H A DAMDGPUISelLowering.cpp589 unsigned CostThreshold) { in allUsesHaveSourceMods() argument
604 if (++NumMayIncreaseSize > CostThreshold) in allUsesHaveSourceMods()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4082 const NegatibleCost CostThreshold = NegatibleCost::Neutral,
4090 if (Cost <= CostThreshold)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetLowering.h4397 const NegatibleCost CostThreshold = NegatibleCost::Neutral,
4405 if (Cost <= CostThreshold)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetLowering.h4320 const NegatibleCost CostThreshold = NegatibleCost::Neutral,
4328 if (Cost <= CostThreshold)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetLowering.h4291 const NegatibleCost CostThreshold = NegatibleCost::Neutral,
4299 if (Cost <= CostThreshold)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetLowering.h4320 const NegatibleCost CostThreshold = NegatibleCost::Neutral,
4328 if (Cost <= CostThreshold)
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3583 int CostThreshold, BoUpSLP &R, in vectorizeStoreChain() argument
3617 if (Cost < CostThreshold) { in vectorizeStoreChain()