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 D | AMDGPUCombinerHelper.cpp | 114 unsigned CostThreshold = 4) { in allUsesHaveSourceMods() argument 127 if (++NumMayIncreaseSize > CostThreshold) in allUsesHaveSourceMods()
|
H A D | AMDGPUISelLowering.h | 160 unsigned CostThreshold = 4);
|
H A D | AMDGPUISelLowering.cpp | 638 unsigned CostThreshold) { in allUsesHaveSourceMods() argument 653 if (++NumMayIncreaseSize > CostThreshold) in allUsesHaveSourceMods()
|
/aosp_15_r20/external/llvm/include/llvm/Transforms/Vectorize/ |
H A D | SLPVectorizer.h | 99 bool vectorizeStoreChain(ArrayRef<Value *> Chain, int CostThreshold,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | DFAJumpThreading.cpp | 112 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 D | AMDGPUISelLowering.h | 165 unsigned CostThreshold = 4);
|
H A D | AMDGPUISelLowering.cpp | 589 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 D | TargetLowering.h | 4082 const NegatibleCost CostThreshold = NegatibleCost::Neutral, 4090 if (Cost <= CostThreshold)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | TargetLowering.h | 4397 const NegatibleCost CostThreshold = NegatibleCost::Neutral, 4405 if (Cost <= CostThreshold)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | TargetLowering.h | 4320 const NegatibleCost CostThreshold = NegatibleCost::Neutral, 4328 if (Cost <= CostThreshold)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | TargetLowering.h | 4291 const NegatibleCost CostThreshold = NegatibleCost::Neutral, 4299 if (Cost <= CostThreshold)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | TargetLowering.h | 4320 const NegatibleCost CostThreshold = NegatibleCost::Neutral, 4328 if (Cost <= CostThreshold)
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3583 int CostThreshold, BoUpSLP &R, in vectorizeStoreChain() argument 3617 if (Cost < CostThreshold) { in vectorizeStoreChain()
|