Home
last modified time | relevance | path

Searched defs:Threshold (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInlineCost.h73 int Threshold; variable
86 static InlineCost get(int Cost, int Threshold) { in get()
DTargetTransformInfo.h426 unsigned Threshold; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInlineSimple.cpp100 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
DFunctionImport.cpp179 unsigned Threshold, StringRef CallerModulePath, in selectCallee()
364 const unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, in computeImportForFunction()
517 auto GetAdjustedThreshold = [](unsigned Threshold, bool IsHotCallsite) { in computeImportForFunction()
574 auto Threshold = std::get<1>(FuncInfo); in ComputeImportForModule() local
DPassManagerBuilder.cpp1153 unsigned Threshold) { in LLVMPassManagerBuilderUseInlinerWithThreshold()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSpillPlacement.h67 BlockFrequency Threshold; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp42 int Threshold = EnableHeaderDuplication ? DefaultRotationThreshold : 0; in run() local
DScalar.cpp238 int Threshold) { in LLVMAddScalarReplAggregatesPassWithThreshold()
DReassociate.cpp357 APInt Threshold = CM + Bitwidth; in IncorporateWeight() local
367 unsigned Threshold = CM + Bitwidth; in IncorporateWeight() local
DLoopUnrollPass.cpp1204 bool ForgetAllSCEV = false, Optional<unsigned> Threshold = None, in LoopUnroll()
DLoopUnswitch.cpp98 Threshold("loop-unswitch-threshold", cl::desc("Max loop size to unswitch"), variable
DJumpThreading.cpp478 unsigned Threshold) { in getJumpThreadDuplicationCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamWriter.h148 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR() local
164 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR64() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86PadShortFunction.cpp84 const unsigned int Threshold; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp355 unsigned Threshold = 5; in optimizeVccBranch() local
DSIFixSGPRCopies.cpp570 const unsigned Threshold = 50; in hoistAndMergeSGPRInits() local
DAMDGPUTargetTransformInfo.cpp143 unsigned Threshold = 0; in getUnrollingPreferences() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp138 void LLVMContext::setDiagnosticsHotnessThreshold(uint64_t Threshold) { in setDiagnosticsHotnessThreshold()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp668 unsigned Threshold = unsigned(-1), in LoopRotation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumbRegisterInfo.cpp297 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2; in emitThumbRegPlusImmediate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp380 int Threshold = 0; member in __anonb860a6650111::InlineCostCallAnalyzer
2248 InlineParams llvm::getInlineParams(int Threshold) { in getInlineParams()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp2514 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs in useSpillFunction() local
2535 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs-1 in useRestoreFunction() local
DHexagonLoopIdiomRecognition.cpp2162 unsigned Threshold = RuntimeMemSizeThreshold; in processCopyingStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp650 BranchProbability Threshold = getCHRBiasThreshold(); in checkBias() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp74 union Threshold { union

12