/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 201 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()
|
D | LoopUnrollPass.cpp | 208 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 …]
|
D | LoopDataPrefetch.cpp | 79 if (MinPrefetchStride.getNumOccurrences() > 0) in getMinPrefetchStride() 85 if (PrefetchDistance.getNumOccurrences() > 0) in getPrefetchDistance() 91 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead()
|
D | LoopUnrollAndJamPass.cpp | 153 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/ |
D | CodeCoverage.cpp | 395 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/ |
D | LoopUnrollPass.cpp | 141 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()
|
D | LoopDataPrefetch.cpp | 97 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/ |
D | CommandFlags.h | 60 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/ |
D | CodeCoverage.cpp | 725 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/ |
D | ClangFormat.cpp | 255 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/ |
D | CommandFlags.inc | 61 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/ |
D | llvm-mca.cpp | 301 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/ |
D | llvm-size.cpp | 294 if (OutputFormatShort.getNumOccurrences()) in main() 296 if (RadixShort.getNumOccurrences()) in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 141 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/ |
D | opt.cpp | 250 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/ |
D | llvm-lto.cpp | 376 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/ |
D | lli.cpp | 408 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/ |
D | llvm-lto.cpp | 459 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/ |
D | HexagonSubtarget.cpp | 126 if (DisableHexagonMISched.getNumOccurrences()) in enableMachineScheduler()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | Inliner.cpp | 54 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit.getNumOccurrences() > 0 ? in Inliner() 204 InlineLimit.getNumOccurrences() == 0) in getInlineThreshold()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | opt.cpp | 348 Builder.DisableUnrollLoops = (DisableLoopUnrolling.getNumOccurrences() > 0) ? in AddOptimizationPasses() 388 if (CodeGenOptLevel.getNumOccurrences()) in GetCodeGenOptLevel() 598 if (PassPipeline.getNumOccurrences() > 0) { in main()
|
/external/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 222 EXPECT_EQ(0, Input.getNumOccurrences()); in TEST() 234 EXPECT_EQ(1, Option.getNumOccurrences()); in testAliasRequired()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 57 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 48 if (EnableIPRA.getNumOccurrences()) in TargetMachine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetPassConfig.cpp | 376 if (EnableIPRA.getNumOccurrences()) in TargetPassConfig() 1044 return RegAlloc.getNumOccurrences() == 0; in usingDefaultRegAlloc() 1158 if (EnableGlobalISelAbort.getNumOccurrences() > 0) in isGlobalISelAbortEnabled()
|