Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-elfabi/
H A Dllvm-elfabi.cpp109 if (InputFileFormat.getNumOccurrences() == 0 || in readInputFile()
120 if (InputFileFormat.getNumOccurrences() == 0 || in readInputFile()
156 if (SOName.getNumOccurrences() == 1) in main()
159 if (EmitTBE.getNumOccurrences() == 1) { in main()
167 if (BinaryOutputFilePath.getNumOccurrences() == 1) { in main()
168 if (BinaryOutputTarget.getNumOccurrences() == 0) in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp283 if (UserBonusInstThreshold.getNumOccurrences()) in applyCommandLineOverridesToOptions()
285 if (UserForwardSwitchCond.getNumOccurrences()) in applyCommandLineOverridesToOptions()
287 if (UserSwitchToLookup.getNumOccurrences()) in applyCommandLineOverridesToOptions()
289 if (UserKeepLoops.getNumOccurrences()) in applyCommandLineOverridesToOptions()
291 if (UserHoistCommonInsts.getNumOccurrences()) in applyCommandLineOverridesToOptions()
293 if (UserSinkCommonInsts.getNumOccurrences()) in applyCommandLineOverridesToOptions()
H A DLoopUnrollPass.cpp232 if (UnrollThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
234 if (UnrollPartialThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
236 if (UnrollMaxPercentThresholdBoost.getNumOccurrences() > 0) in gatherUnrollingPreferences()
238 if (UnrollMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
240 if (UnrollFullMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
242 if (UnrollAllowPartial.getNumOccurrences() > 0) in gatherUnrollingPreferences()
244 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
246 if (UnrollRuntime.getNumOccurrences() > 0) in gatherUnrollingPreferences()
250 if (UnrollUnrollRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
252 if (UnrollMaxIterationsCountToAnalyze.getNumOccurrences() > 0) in gatherUnrollingPreferences()
[all …]
H A DLoopDataPrefetch.cpp82 if (MinPrefetchStride.getNumOccurrences() > 0) in getMinPrefetchStride()
89 if (PrefetchDistance.getNumOccurrences() > 0) in getPrefetchDistance()
95 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead()
101 if (PrefetchWrites.getNumOccurrences() > 0) in doPrefetchWrites()
H A DLoopUnrollAndJamPass.cpp186 bool UserUnrollCount = UnrollAndJamCount.getNumOccurrences() > 0; in computeUnrollAndJamCount()
298 if (AllowUnrollAndJam.getNumOccurrences() > 0) in tryToUnrollAndJamLoop()
300 if (UnrollAndJamThreshold.getNumOccurrences() > 0) in tryToUnrollAndJamLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp41 if (NAME##View->getNumOccurrences()) { \
525 Options.ExplicitEmulatedTLS = EmulatedTLSView->getNumOccurrences() > 0; in InitTargetOptionsFromCodeGenFlags()
603 if (CL->getNumOccurrences() > 0 && !F.hasFnAttribute(AttrName)) \
630 if (FramePointerUsageView->getNumOccurrences() > 0 && in setFunctionAttributes()
639 if (DisableTailCallsView->getNumOccurrences() > 0) in setFunctionAttributes()
650 if (DenormalFPMathView->getNumOccurrences() > 0 && in setFunctionAttributes()
659 if (DenormalFP32MathView->getNumOccurrences() > 0 && in setFunctionAttributes()
669 if (TrapFuncNameView->getNumOccurrences() > 0) in setFunctionAttributes()
H A DTargetPassConfig.cpp433 if (Option.getNumOccurrences()) \ in getCGPassBuilderOption()
582 if (EnableIPRA.getNumOccurrences()) in TargetPassConfig()
592 if (EnableGlobalISelAbort.getNumOccurrences()) in TargetPassConfig()
1361 return RegAlloc.getNumOccurrences() == 0; in usingDefaultRegAlloc()
H A DHardwareLoops.cpp272 if (CounterBitWidth.getNumOccurrences()) in TryConvertLoop()
276 if (LoopDecrement.getNumOccurrences()) in TryConvertLoop()
H A DExpandMemCmp.cpp768 if (MemCmpEqZeroNumLoadsPerBlock.getNumOccurrences()) in expandMemCmp()
772 MaxLoadsPerMemcmpOptSize.getNumOccurrences()) in expandMemCmp()
775 if (!OptForSize && MaxLoadsPerMemcmp.getNumOccurrences()) in expandMemCmp()
H A DMachineBlockPlacement.cpp3326 if (TailDupPlacementAggressiveThreshold.getNumOccurrences() != 0 && in runOnMachineFunction()
3327 TailDupPlacementThreshold.getNumOccurrences() == 0) in runOnMachineFunction()
3337 if (TailDupPlacementThreshold.getNumOccurrences() == 0 || in runOnMachineFunction()
3338 TailDupPlacementAggressiveThreshold.getNumOccurrences() != 0) in runOnMachineFunction()
3344 if (TailDupPlacementThreshold.getNumOccurrences() == 0 && in runOnMachineFunction()
3346 TailDupPlacementAggressiveThreshold.getNumOccurrences() == 0)) in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp163 if (ProfileSummaryHotCount.getNumOccurrences() > 0) in getHotCountThreshold()
172 if (ProfileSummaryColdCount.getNumOccurrences() > 0) in getColdCountThreshold()
198 !UseContextLessSummary.getNumOccurrences())) { in computeSummaryForProfiles()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp827 if (RegionCoverageLtFilter.getNumOccurrences() || in run()
828 RegionCoverageGtFilter.getNumOccurrences() || in run()
829 LineCoverageLtFilter.getNumOccurrences() || in run()
830 LineCoverageGtFilter.getNumOccurrences()) { in run()
832 if (RegionCoverageLtFilter.getNumOccurrences()) in run()
835 if (RegionCoverageGtFilter.getNumOccurrences()) in run()
838 if (LineCoverageLtFilter.getNumOccurrences()) in run()
841 if (LineCoverageGtFilter.getNumOccurrences()) in run()
960 ViewOpts.ShowLineStats = ShowLineExecutionCounts.getNumOccurrences() != 0 || in doShow()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp259 if (!O.getNumOccurrences() || O.getPosition() < Default.getPosition()) in processOptionImpl()
264 if (!EnableAllViews.getNumOccurrences() && in processViewOptions()
265 !EnableAllStats.getNumOccurrences()) in processViewOptions()
268 if (EnableAllViews.getNumOccurrences()) { in processViewOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp312 bool UserPeelCount = UnrollForcePeelCount.getNumOccurrences() > 0; in computePeelCount()
641 if (UnrollPeelCount.getNumOccurrences() > 0) in gatherPeelingPreferences()
643 if (UnrollAllowPeeling.getNumOccurrences() > 0) in gatherPeelingPreferences()
645 if (UnrollAllowLoopNestsPeeling.getNumOccurrences() > 0) in gatherPeelingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp198 this->Recover = ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover; in HWAddressSanitizer()
199 this->CompileKernel = ClEnableKhwasan.getNumOccurrences() > 0 in HWAddressSanitizer()
512 ClUseShortGranules.getNumOccurrences() ? ClUseShortGranules : NewRuntime; in initializeModule()
515 (ClInlineAllChecks.getNumOccurrences() ? !ClInlineAllChecks : !Recover); in initializeModule()
517 if (ClMatchAllTag.getNumOccurrences()) { in initializeModule()
528 InstrumentLandingPads = ClInstrumentLandingPads.getNumOccurrences() in initializeModule()
535 ClGlobals.getNumOccurrences() ? ClGlobals : NewRuntime; in initializeModule()
540 ClInstrumentPersonalityFunctions.getNumOccurrences() in initializeModule()
1543 } else if (ClMappingOffset.getNumOccurrences() > 0) { in init()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp168 DataMask(DataBankMask.getNumOccurrences() ? int64_t(DataBankMask) in ARMBankConflictHazardRecognizer()
170 AssumeITCMBankConflict(AssumeITCMConflict.getNumOccurrences() in ARMBankConflictHazardRecognizer()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp348 if (Cursor.getNumOccurrences() != 0) in outputXML()
405 if (SortIncludes.getNumOccurrences() != 0) { in format()
447 if (Cursor.getNumOccurrences() != 0) { in format()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp378 Builder.DisableUnrollLoops = (DisableLoopUnrolling.getNumOccurrences() > 0) ? in AddOptimizationPasses()
437 if (CodeGenOptLevel.getNumOccurrences()) in GetCodeGenOptLevel()
781 PassPipeline.getNumOccurrences() > 0) { in main()
795 if (PassPipeline.getNumOccurrences() > 0 && PassList.size() > 0) { in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp630 EnableAMDGPUFunctionCallsOpt.getNumOccurrences() == 0) in R600TargetMachine()
901 if (EnableScalarIRPasses.getNumOccurrences() in addIRPasses()
935 if (EnableScalarIRPasses.getNumOccurrences() in addIRPasses()
953 if (EnableLoadStoreVectorizer.getNumOccurrences() in addCodeGenPrepare()
1078 if (EnableSDWAPeephole.getNumOccurrences() in addMachineSSAOptimization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp31 if (NAME##View->getNumOccurrences()) { \
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp801 if (OutOfProcessExecutor.getNumOccurrences()) { in Create()
806 } else if (OutOfProcessExecutorConnect.getNumOccurrences()) { in Create()
1068 if (!!OutOfProcessExecutor.getNumOccurrences() && in sanitizeArguments()
1069 !!OutOfProcessExecutorConnect.getNumOccurrences()) in sanitizeArguments()
1077 if (!!OutOfProcessExecutor.getNumOccurrences() && in sanitizeArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp531 if (ThinLTOModuleId.getNumOccurrences()) { in loadModuleFromInput()
941 if (ThinLTOMode.getNumOccurrences()) { in main()
942 if (ThinLTOMode.getNumOccurrences() > 1) in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp118 bool HasLimit = CpLimit.getNumOccurrences() > 0; in run()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/yaml-bench/
H A DYAMLBench.cpp201 if (Input.getNumOccurrences()) { in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp683 if (InlineEnableCostBenefitAnalysis.getNumOccurrences()) { in isCostBenefitAnalysisEnabled()
2700 if (InlineThreshold.getNumOccurrences() > 0) in getInlineParams()
2718 if (LocallyHotCallSiteThreshold.getNumOccurrences() > 0) in getInlineParams()
2733 if (InlineThreshold.getNumOccurrences() == 0) { in getInlineParams()
2737 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()

123