Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp68 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()
70 (UnrollAllowPartial.getNumOccurrences() > 0); in LoopUnroll()
71 UserRuntime = (R != -1) || (UnrollRuntime.getNumOccurrences() > 0); in LoopUnroll()
72 UserCount = (C != -1) || (UnrollCount.getNumOccurrences() > 0); in LoopUnroll()
/external/llvm/lib/Target/
DTargetSubtargetInfo.cpp37 if (BenchMachineSched.getNumOccurrences()) in useMachineScheduler()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp69 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit.getNumOccurrences() > 0 ? in Inliner()
274 if (!(InlineLimit.getNumOccurrences() > 0) && OptSize && in getInlineThreshold()
296 if ((InlineLimit.getNumOccurrences() == 0 || in getInlineThreshold()
297 ColdThreshold.getNumOccurrences() > 0) && ColdCallee && in getInlineThreshold()
/external/llvm/unittests/Support/
DCommandLineTest.cpp209 EXPECT_EQ(0, Input.getNumOccurrences()); in TEST()
/external/llvm/tools/opt/
Dopt.cpp223 Builder.DisableUnrollLoops = (DisableLoopUnrolling.getNumOccurrences() > 0) ? in AddOptimizationPasses()
414 if (PassPipeline.getNumOccurrences() > 0) { in main()
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp190 if (Input.getNumOccurrences()) { in main()
/external/llvm/tools/llc/
Dllc.cpp324 if (RelaxAll.getNumOccurrences() > 0 && in compileModule()
/external/clang/tools/clang-format/
DClangFormat.cpp251 if (Cursor.getNumOccurrences() != 0) in format()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp725 if (OutputFormatShort.getNumOccurrences()) in main()
727 if (RadixShort.getNumOccurrences()) in main()
/external/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp227 if (PartialUnrollingThreshold.getNumOccurrences() > 0) in getUnrollingPreferences()
DMachineScheduler.cpp394 if (SchedOnlyFunc.getNumOccurrences() && SchedOnlyFunc != MF->getName()) in scheduleRegions()
396 if (SchedOnlyBlock.getNumOccurrences() in scheduleRegions()
2405 if (ForceBottomUp.getNumOccurrences() > 0) { in initPolicy()
2410 if (ForceTopDown.getNumOccurrences() > 0) { in initPolicy()
DPrologEpilogInserter.cpp174 if (WarnStackSize.getNumOccurrences() > 0 && WarnStackSize < StackSize) { in runOnMachineFunction()
DTailDuplication.cpp561 if (TailDuplicateSize.getNumOccurrences() == 0 && in shouldTailDuplicate()
DScheduleDAGInstrs.cpp738 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph()
DCodeGenPrepare.cpp2599 } else if (AddrSinkUsingGEPs || (!AddrSinkUsingGEPs.getNumOccurrences() && in OptimizeMemoryInst()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp938 if (VectorizationUnroll.getNumOccurrences() > 0) in LoopVectorizeHints()
5353 if (ForceTargetNumScalarRegs.getNumOccurrences() > 0) in selectUnrollFactor()
5356 if (ForceTargetNumVectorRegs.getNumOccurrences() > 0) in selectUnrollFactor()
5387 if (ForceTargetMaxScalarUnrollFactor.getNumOccurrences() > 0) in selectUnrollFactor()
5390 if (ForceTargetMaxVectorUnrollFactor.getNumOccurrences() > 0) in selectUnrollFactor()
5577 if (ForceTargetInstructionCost.getNumOccurrences() > 0) in expectedCost()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp78 if (UsePrecDivF32.getNumOccurrences() > 0) { in getDivF32Level()
91 if (UsePrecSqrtF32.getNumOccurrences() > 0) { in usePrecSqrtF32()
104 if (FtzEnabled.getNumOccurrences() > 0) { in useF32FTZ()
/external/llvm/lib/Support/
DCommandLine.cpp1026 if (I->second->getNumOccurrences() == 0) { in ParseCommandLineOptions()
/external/llvm/include/llvm/Support/
DCommandLine.h280 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8014 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA : in visitLOAD()
8017 if (CombinerAAOnlyFunc.getNumOccurrences() && in visitLOAD()
9599 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA : in visitSTORE()
9602 if (CombinerAAOnlyFunc.getNumOccurrences() && in visitSTORE()
11548 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 ? CombinerGlobalAA : in isAlias()
11551 if (CombinerAAOnlyFunc.getNumOccurrences() && in isAlias()