/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | InlineCost.h | 73 int Threshold; variable 86 static InlineCost get(int Cost, int Threshold) { in get()
|
D | TargetTransformInfo.h | 426 unsigned Threshold; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | InlineSimple.cpp | 100 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
|
D | FunctionImport.cpp | 179 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
|
D | PassManagerBuilder.cpp | 1153 unsigned Threshold) { in LLVMPassManagerBuilderUseInlinerWithThreshold()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SpillPlacement.h | 67 BlockFrequency Threshold; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 42 int Threshold = EnableHeaderDuplication ? DefaultRotationThreshold : 0; in run() local
|
D | Scalar.cpp | 238 int Threshold) { in LLVMAddScalarReplAggregatesPassWithThreshold()
|
D | Reassociate.cpp | 357 APInt Threshold = CM + Bitwidth; in IncorporateWeight() local 367 unsigned Threshold = CM + Bitwidth; in IncorporateWeight() local
|
D | LoopUnrollPass.cpp | 1204 bool ForgetAllSCEV = false, Optional<unsigned> Threshold = None, in LoopUnroll()
|
D | LoopUnswitch.cpp | 98 Threshold("loop-unswitch-threshold", cl::desc("Max loop size to unswitch"), variable
|
D | JumpThreading.cpp | 478 unsigned Threshold) { in getJumpThreadDuplicationCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
D | BitstreamWriter.h | 148 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/ |
D | X86PadShortFunction.cpp | 84 const unsigned int Threshold; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertSkips.cpp | 355 unsigned Threshold = 5; in optimizeVccBranch() local
|
D | SIFixSGPRCopies.cpp | 570 const unsigned Threshold = 50; in hoistAndMergeSGPRInits() local
|
D | AMDGPUTargetTransformInfo.cpp | 143 unsigned Threshold = 0; in getUnrollingPreferences() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 138 void LLVMContext::setDiagnosticsHotnessThreshold(uint64_t Threshold) { in setDiagnosticsHotnessThreshold()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 668 unsigned Threshold = unsigned(-1), in LoopRotation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ThumbRegisterInfo.cpp | 297 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/ |
D | InlineCost.cpp | 380 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/ |
D | HexagonFrameLowering.cpp | 2514 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs in useSpillFunction() local 2535 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs-1 in useRestoreFunction() local
|
D | HexagonLoopIdiomRecognition.cpp | 2162 unsigned Threshold = RuntimeMemSizeThreshold; in processCopyingStore() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 650 BranchProbability Threshold = getCHRBiasThreshold(); in checkBias() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 74 union Threshold { union
|