/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.cpp | 31 static cl::opt<bool> EnableCExtOpt("hexagon-cext", cl::Hidden, cl::ZeroOrMore, 34 static cl::opt<bool> EnableRDFOpt("rdf-opt", cl::Hidden, cl::ZeroOrMore, 41 cl::Hidden, cl::ZeroOrMore, cl::init(false), 45 cl::Hidden, cl::ZeroOrMore, cl::init(false), 49 cl::ZeroOrMore, cl::desc("Disable Hexagon constant propagation")); 55 cl::init(true), cl::Hidden, cl::ZeroOrMore, 59 cl::ZeroOrMore, cl::desc("Enable early if-conversion")); 65 cl::Hidden, cl::ZeroOrMore, cl::desc("Enable commoning of GEP instructions")); 78 cl::init(false), cl::Hidden, cl::ZeroOrMore, 94 cl::Hidden, cl::ZeroOrMore, cl::init(false), [all …]
|
D | HexagonSubtarget.cpp | 43 cl::Hidden, cl::ZeroOrMore, cl::init(true)); 46 cl::Hidden, cl::ZeroOrMore, cl::init(false)); 49 cl::Hidden, cl::ZeroOrMore, cl::init(true), 53 cl::Hidden, cl::ZeroOrMore, cl::init(false), 57 cl::Hidden, cl::ZeroOrMore, cl::init(true), 61 cl::Hidden, cl::ZeroOrMore, cl::init(false), 65 cl::Hidden, cl::ZeroOrMore, cl::init(false), 69 cl::Hidden, cl::ZeroOrMore, cl::init(true)); 72 cl::Hidden, cl::ZeroOrMore, cl::init(true)); 75 cl::Hidden, cl::ZeroOrMore, cl::init(true),
|
D | HexagonPeephole.cpp | 60 cl::Hidden, cl::ZeroOrMore, cl::init(false), 64 cl::Hidden, cl::ZeroOrMore, cl::init(false), 68 cl::Hidden, cl::ZeroOrMore, cl::init(true), 72 cl::Hidden, cl::ZeroOrMore, cl::init(true),
|
D | HexagonGenInsert.cpp | 51 cl::Hidden, cl::ZeroOrMore, cl::desc("Vreg# cutoff for insert generation.")); 55 cl::Hidden, cl::ZeroOrMore, cl::desc("Vreg distance cutoff for insert " 60 cl::Hidden, cl::ZeroOrMore, cl::desc("Maximum size of OrderedRegisterList")); 62 cl::Hidden, cl::ZeroOrMore, cl::desc("Maximum size of IFMap")); 65 cl::ZeroOrMore, cl::desc("Enable timing of insert generation")); 67 cl::Hidden, cl::ZeroOrMore, cl::desc("Enable detailed timing of insert " 71 cl::ZeroOrMore); 73 cl::ZeroOrMore); 77 cl::ZeroOrMore);
|
D | HexagonMachineScheduler.cpp | 48 cl::Hidden, cl::ZeroOrMore, cl::init(false)); 51 cl::Hidden, cl::ZeroOrMore, cl::init(true)); 54 cl::Hidden, cl::ZeroOrMore, cl::init(1)); 59 cl::ZeroOrMore, cl::init(true));
|
D | HexagonBranchRelaxation.cpp | 37 cl::init(200), cl::Hidden, cl::ZeroOrMore, cl::desc("safety buffer size"));
|
D | HexagonVLIWPacketizer.cpp | 59 cl::ZeroOrMore, cl::init(false), 63 cl::ZeroOrMore, cl::init(true), 67 cl::ZeroOrMore, cl::Hidden, cl::init(true), 71 cl::Hidden, cl::ZeroOrMore, cl::desc("Generate all instruction with TC")); 74 cl::init(false), cl::Hidden, cl::ZeroOrMore,
|
D | HexagonVectorPrint.cpp | 40 cl::Hidden, cl::ZeroOrMore, cl::init(false),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DiagnosticHandler.cpp | 51 cl::ZeroOrMore); 60 cl::ZeroOrMore); 71 cl::ZeroOrMore);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 34 "profile-summary-cutoff-hot", cl::Hidden, cl::init(990000), cl::ZeroOrMore, 39 "profile-summary-cutoff-cold", cl::Hidden, cl::init(999999), cl::ZeroOrMore, 45 cl::init(15000), cl::ZeroOrMore, 52 cl::init(12500), cl::ZeroOrMore, 60 "profile-summary-hot-count", cl::ReallyHidden, cl::ZeroOrMore, 65 "profile-summary-cold-count", cl::ReallyHidden, cl::ZeroOrMore,
|
D | IndirectCallPromotionAnalysis.cpp | 37 "icp-remaining-percent-threshold", cl::init(30), cl::Hidden, cl::ZeroOrMore, 45 cl::Hidden, cl::ZeroOrMore, 52 MaxNumPromotions("icp-max-prom", cl::init(3), cl::Hidden, cl::ZeroOrMore,
|
D | InlineCost.cpp | 50 "inline-threshold", cl::Hidden, cl::init(225), cl::ZeroOrMore, 54 "inlinehint-threshold", cl::Hidden, cl::init(325), cl::ZeroOrMore, 59 cl::init(45), cl::ZeroOrMore, 66 "inlinecold-threshold", cl::Hidden, cl::init(45), cl::ZeroOrMore, 71 cl::ZeroOrMore, 75 "locally-hot-callsite-threshold", cl::Hidden, cl::init(525), cl::ZeroOrMore, 79 "cold-callsite-rel-freq", cl::Hidden, cl::init(2), cl::ZeroOrMore, 85 "hot-callsite-rel-freq", cl::Hidden, cl::init(60), cl::ZeroOrMore, 91 "inline-cost-full", cl::Hidden, cl::init(false), cl::ZeroOrMore,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | SyntheticCountsPropagation.cpp | 51 cl::ZeroOrMore, 56 "inline-synthetic-count", cl::Hidden, cl::init(15), cl::ZeroOrMore, 61 "cold-synthetic-count", cl::Hidden, cl::init(5), cl::ZeroOrMore,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SizeOpts.cpp | 41 "pgso-cutoff-instr-prof", cl::Hidden, cl::init(250000), cl::ZeroOrMore, 46 "pgso-cutoff-sample-prof", cl::Hidden, cl::init(800000), cl::ZeroOrMore,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 102 "instrprof-atomic-counter-update-all", cl::ZeroOrMore, 107 "atomic-counter-update-promoted", cl::ZeroOrMore, 117 cl::opt<bool> DoCounterPromotion("do-counter-promotion", cl::ZeroOrMore, 121 cl::ZeroOrMore, "max-counter-promotions-per-loop", cl::init(20), 127 MaxNumOfPromotions(cl::ZeroOrMore, "max-counter-promotions", cl::init(-1), 131 cl::ZeroOrMore, "speculative-counter-promotion-max-exiting", cl::init(3), 136 cl::ZeroOrMore, "speculative-counter-promotion-to-loop", cl::init(false), 143 cl::ZeroOrMore, "iterative-counter-promotion", cl::init(true),
|
D | PGOMemOPSizeOpt.cpp | 64 MemOPCountThreshold("pgo-memop-count-threshold", cl::Hidden, cl::ZeroOrMore, 77 cl::Hidden, cl::ZeroOrMore, 84 cl::ZeroOrMore,
|
D | IndirectCallPromotion.cpp | 75 ICPCutOff("icp-cutoff", cl::init(0), cl::Hidden, cl::ZeroOrMore, 81 ICPCSSkip("icp-csskip", cl::init(0), cl::Hidden, cl::ZeroOrMore,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | PluginLoader.h | 31 LoadOpt("load", cl::ZeroOrMore, cl::value_desc("pluginfilename"),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXSubtarget.cpp | 26 NoF16Math("nvptx-no-f16-math", cl::ZeroOrMore, cl::Hidden,
|
/third_party/skia/resources/sksl/es2_conformance/ |
D | import_conformance_tests.py | 51 pp.ZeroOrMore(value) + 69 caseBody = pp.ZeroOrMore(caseItem)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Debug.cpp | 111 cl::Hidden, cl::ZeroOrMore, cl::value_desc("debug string"),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Debug.cpp | 118 cl::Hidden, cl::ZeroOrMore, cl::value_desc("debug string"),
|
D | DebugCounter.cpp | 49 cl::CommaSeparated, cl::ZeroOrMore, cl::location(DebugCounter::instance()));
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 350 static bool ZeroOrMore(ParseFunc parse_func, State *state) { in ZeroOrMore() function 1431 if (ParseOneCharToken(state, 'J') && ZeroOrMore(ParseTemplateArg, state) && in ParseTemplateArg() 1655 ZeroOrMore(ParseExpression, state) && ParseOneCharToken(state, 'E')) { in ParseExpression() 1686 if (ParseOneCharToken(state, '_') && ZeroOrMore(ParseExpression, state) && in ParseExpression()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ResourcePriorityQueue.cpp | 36 cl::ZeroOrMore, cl::init(false), 40 "dfa-sched-reg-pressure-threshold", cl::Hidden, cl::ZeroOrMore, cl::init(5),
|