Home
last modified time | relevance | path

Searched refs:getNumOccurrences (Results 1 – 25 of 103) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp201 Options.BonusInstThreshold = UserBonusInstThreshold.getNumOccurrences() in SimplifyCFGPass()
204 Options.ForwardSwitchCondToPhi = UserForwardSwitchCond.getNumOccurrences() in SimplifyCFGPass()
207 Options.ConvertSwitchToLookupTable = UserSwitchToLookup.getNumOccurrences() in SimplifyCFGPass()
210 Options.NeedCanonicalLoop = UserKeepLoops.getNumOccurrences() in SimplifyCFGPass()
213 Options.SinkCommonInsts = UserSinkCommonInsts.getNumOccurrences() in SimplifyCFGPass()
244 Options.BonusInstThreshold = UserBonusInstThreshold.getNumOccurrences() in CFGSimplifyPass()
248 Options.ForwardSwitchCondToPhi = UserForwardSwitchCond.getNumOccurrences() in CFGSimplifyPass()
252 Options.ConvertSwitchToLookupTable = UserSwitchToLookup.getNumOccurrences() in CFGSimplifyPass()
257 UserKeepLoops.getNumOccurrences() ? UserKeepLoops : KeepLoops; in CFGSimplifyPass()
259 Options.SinkCommonInsts = UserSinkCommonInsts.getNumOccurrences() in CFGSimplifyPass()
DLoopUnrollPass.cpp208 if (UnrollThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
210 if (UnrollPartialThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
212 if (UnrollMaxPercentThresholdBoost.getNumOccurrences() > 0) in gatherUnrollingPreferences()
214 if (UnrollMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
216 if (UnrollFullMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
218 if (UnrollPeelCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
220 if (UnrollAllowPartial.getNumOccurrences() > 0) in gatherUnrollingPreferences()
222 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
224 if (UnrollRuntime.getNumOccurrences() > 0) in gatherUnrollingPreferences()
228 if (UnrollAllowPeeling.getNumOccurrences() > 0) in gatherUnrollingPreferences()
[all …]
DLoopDataPrefetch.cpp79 if (MinPrefetchStride.getNumOccurrences() > 0) in getMinPrefetchStride()
85 if (PrefetchDistance.getNumOccurrences() > 0) in getPrefetchDistance()
91 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead()
DLoopUnrollAndJamPass.cpp153 bool UserUnrollCount = UnrollAndJamCount.getNumOccurrences() > 0; in computeUnrollAndJamCount()
275 if (AllowUnrollAndJam.getNumOccurrences() > 0) in tryToUnrollAndJamLoop()
277 if (UnrollAndJamThreshold.getNumOccurrences() > 0) in tryToUnrollAndJamLoop()
/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp395 if (RegionCoverageLtFilter.getNumOccurrences() || in run()
396 RegionCoverageGtFilter.getNumOccurrences() || in run()
397 LineCoverageLtFilter.getNumOccurrences() || in run()
398 LineCoverageGtFilter.getNumOccurrences()) { in run()
400 if (RegionCoverageLtFilter.getNumOccurrences()) in run()
403 if (RegionCoverageGtFilter.getNumOccurrences()) in run()
406 if (LineCoverageLtFilter.getNumOccurrences()) in run()
409 if (LineCoverageGtFilter.getNumOccurrences()) in run()
483 ViewOpts.ShowLineStats = ShowLineExecutionCounts.getNumOccurrences() != 0 || in show()
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp141 if (UnrollThreshold.getNumOccurrences() > 0) { in gatherUnrollingPreferences()
145 if (UnrollPercentDynamicCostSavedThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
148 if (UnrollDynamicCostSavingsDiscount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
150 if (UnrollMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
152 if (UnrollFullMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
154 if (UnrollAllowPartial.getNumOccurrences() > 0) in gatherUnrollingPreferences()
156 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
158 if (UnrollRuntime.getNumOccurrences() > 0) in gatherUnrollingPreferences()
704 bool UserUnrollCount = UnrollCount.getNumOccurrences() > 0; in computeUnrollCount()
DLoopDataPrefetch.cpp97 if (MinPrefetchStride.getNumOccurrences() > 0) in getMinPrefetchStride()
103 if (PrefetchDistance.getNumOccurrences() > 0) in getPrefetchDistance()
109 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h60 if (RelocModel.getNumOccurrences()) { in getRelocModel()
366 if (DisableFPElim.getNumOccurrences() > 0) in setFunctionAttributes()
371 if (DisableTailCalls.getNumOccurrences() > 0) in setFunctionAttributes()
380 if (TrapFuncName.getNumOccurrences() > 0) in setFunctionAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCodeCoverage.cpp725 if (RegionCoverageLtFilter.getNumOccurrences() || in run()
726 RegionCoverageGtFilter.getNumOccurrences() || in run()
727 LineCoverageLtFilter.getNumOccurrences() || in run()
728 LineCoverageGtFilter.getNumOccurrences()) { in run()
730 if (RegionCoverageLtFilter.getNumOccurrences()) in run()
733 if (RegionCoverageGtFilter.getNumOccurrences()) in run()
736 if (LineCoverageLtFilter.getNumOccurrences()) in run()
739 if (LineCoverageGtFilter.getNumOccurrences()) in run()
842 ViewOpts.ShowLineStats = ShowLineExecutionCounts.getNumOccurrences() != 0 || in doShow()
/external/clang/tools/clang-format/
DClangFormat.cpp255 if (SortIncludes.getNumOccurrences() != 0) in format()
276 if (Cursor.getNumOccurrences() != 0) in format()
301 if (Cursor.getNumOccurrences() != 0) in format()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc61 if (RelocModel.getNumOccurrences()) {
83 if (CMModel.getNumOccurrences()) {
293 Options.ExplicitEmulatedTLS = EmulatedTLS.getNumOccurrences() > 0;
370 if (DisableFPElim.getNumOccurrences() > 0)
373 if (DisableTailCalls.getNumOccurrences() > 0)
379 if (TrapFuncName.getNumOccurrences() > 0)
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Dllvm-mca.cpp301 if (!O.getNumOccurrences() || O.getPosition() < Default.getPosition()) in processOptionImpl()
306 if (!EnableAllViews.getNumOccurrences() && in processViewOptions()
307 !EnableAllStats.getNumOccurrences()) in processViewOptions()
310 if (EnableAllViews.getNumOccurrences()) { in processViewOptions()
/external/swiftshader/third_party/LLVM/tools/llvm-size/
Dllvm-size.cpp294 if (OutputFormatShort.getNumOccurrences()) in main()
296 if (RadixShort.getNumOccurrences()) in main()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp141 this->Recover = ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover; in HWAddressSanitizer()
142 this->CompileKernel = ClEnableKhwasan.getNumOccurrences() > 0 ? in HWAddressSanitizer()
428 int matchAllTag = ClMatchAllTag.getNumOccurrences() > 0 ? in instrumentMemAccessInline()
759 if (ClMappingOffset.getNumOccurrences() > 0) in init()
/external/llvm/tools/opt/
Dopt.cpp250 Builder.DisableUnrollLoops = (DisableLoopUnrolling.getNumOccurrences() > 0) ? in AddOptimizationPasses()
292 if (CodeGenOptLevel.getNumOccurrences()) in GetCodeGenOptLevel()
455 if (PassPipeline.getNumOccurrences() > 0) { in main()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp376 if (ThinLTOModuleId.getNumOccurrences()) { in loadModule()
736 if (ThinLTOMode.getNumOccurrences()) { in main()
737 if (ThinLTOMode.getNumOccurrences() > 1) in main()
823 if (FileType.getNumOccurrences()) in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
Dlli.cpp408 if (RelocModel.getNumOccurrences()) in main()
410 if (CMModel.getNumOccurrences()) in main()
762 .setRelocationModel(RelocModel.getNumOccurrences() in runOrcLazyJIT()
765 .setCodeModel(CMModel.getNumOccurrences() in runOrcLazyJIT()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp459 if (ThinLTOModuleId.getNumOccurrences()) { in loadModule()
840 if (ThinLTOMode.getNumOccurrences()) { in main()
841 if (ThinLTOMode.getNumOccurrences() > 1) in main()
929 if (FileType.getNumOccurrences()) in main()
/external/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp126 if (DisableHexagonMISched.getNumOccurrences()) in enableMachineScheduler()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp54 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit.getNumOccurrences() > 0 ? in Inliner()
204 InlineLimit.getNumOccurrences() == 0) in getInlineThreshold()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
Dopt.cpp348 Builder.DisableUnrollLoops = (DisableLoopUnrolling.getNumOccurrences() > 0) ? in AddOptimizationPasses()
388 if (CodeGenOptLevel.getNumOccurrences()) in GetCodeGenOptLevel()
598 if (PassPipeline.getNumOccurrences() > 0) { in main()
/external/llvm/unittests/Support/
DCommandLineTest.cpp222 EXPECT_EQ(0, Input.getNumOccurrences()); in TEST()
234 EXPECT_EQ(1, Option.getNumOccurrences()); in testAliasRequired()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnrollPass.cpp57 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()
/external/llvm/lib/Target/
DTargetMachine.cpp48 if (EnableIPRA.getNumOccurrences()) in TargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp376 if (EnableIPRA.getNumOccurrences()) in TargetPassConfig()
1044 return RegAlloc.getNumOccurrences() == 0; in usingDefaultRegAlloc()
1158 if (EnableGlobalISelAbort.getNumOccurrences() > 0) in isGlobalISelAbortEnabled()

12345