Home
last modified time | relevance | path

Searched refs:Level (Results 1 – 25 of 946) sorted by relevance

12345678910>>...38

/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp231 C(FPM, Level); in invokePeepholeEPCallbacks()
315 C(LPM2, Level); in buildO1FunctionSimplificationPipeline()
334 C(LPM2, Level); in buildO1FunctionSimplificationPipeline()
376 C(FPM, Level); in buildO1FunctionSimplificationPipeline()
500 C(LPM2, Level); in buildFunctionSimplificationPipeline()
519 C(LPM2, Level); in buildFunctionSimplificationPipeline()
593 C(FPM, Level); in buildFunctionSimplificationPipeline()
932 C(MPM, Level); in buildModuleSimplificationPipeline()
1193 C(MPM, Level); in buildModuleOptimizationPipeline()
1265 C(MPM, Level); in buildModuleOptimizationPipeline()
[all …]
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h69 DiagnosticsEngine::Level LastLevel = DiagnosticsEngine::Ignored;
77 DiagnosticsEngine::Level Level,
83 DiagnosticsEngine::Level Level,
87 DiagnosticsEngine::Level Level,
98 DiagnosticsEngine::Level Level) {} in beginDiagnostic() argument
100 DiagnosticsEngine::Level Level) {} in endDiagnostic() argument
105 DiagnosticsEngine::Level Level);
110 void emitCaret(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
113 DiagnosticsEngine::Level Level,
115 void emitMacroExpansions(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
[all …]
H A DTextDiagnostic.h52 DiagnosticsEngine::Level Level,
77 DiagnosticsEngine::Level Level, StringRef Message,
82 DiagnosticsEngine::Level Level,
85 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level, in emitCodeContext() argument
88 emitSnippetAndCaret(Loc, Level, Ranges, Hints); in emitCodeContext()
102 void emitSnippetAndCaret(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
/llvm-project-15.0.7/llvm/lib/Support/
H A DIntervalMap.cpp27 if (Level == 0) in getLeftSibling()
31 unsigned l = Level - 1; in getLeftSibling()
43 for (++l; l != Level; ++l) in getLeftSibling()
54 l = Level - 1; in moveLeft()
59 } else if (height() < Level) in moveLeft()
68 for (++l; l != Level; ++l) { in moveLeft()
77 if (Level == 0) in getRightSibling()
81 unsigned l = Level - 1; in getRightSibling()
93 for (++l; l != Level; ++l) in getRightSibling()
102 unsigned l = Level - 1; in moveRight()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSchedulerRegistry.h33 ScheduleDAGSDNodes *(*)(SelectionDAGISel *, CodeGenOpt::Level)> {
36 CodeGenOpt::Level);
64 CodeGenOpt::Level OptLevel);
69 CodeGenOpt::Level OptLevel);
76 CodeGenOpt::Level);
83 CodeGenOpt::Level);
88 CodeGenOpt::Level OptLevel);
94 CodeGenOpt::Level OptLevel);
98 CodeGenOpt::Level OptLevel);
103 CodeGenOpt::Level OptLevel);
/llvm-project-15.0.7/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp52 DiagnosticsEngine::Level Level, in printDiagnosticOptions() argument
72 if (Level == DiagnosticsEngine::Error && in printDiagnosticOptions()
82 << (Level == DiagnosticsEngine::Remark ? "-R" : "-W") << Opt; in printDiagnosticOptions()
109 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() argument
112 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
120 printDiagnosticOptions(DiagMessageStream, Level, Info, *DiagOpts); in HandleDiagnostic()
136 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors); in HandleDiagnostic()
138 OS, /*IsSupplemental=*/Level == DiagnosticsEngine::Note, in HandleDiagnostic()
152 FullSourceLoc(Info.getLocation(), Info.getSourceManager()), Level, in HandleDiagnostic()
H A DTextDiagnosticBuffer.cpp23 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() argument
26 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
30 switch (Level) { in HandleDiagnostic()
34 All.emplace_back(Level, Notes.size()); in HandleDiagnostic()
38 All.emplace_back(Level, Warnings.size()); in HandleDiagnostic()
42 All.emplace_back(Level, Remarks.size()); in HandleDiagnostic()
47 All.emplace_back(Level, Errors.size()); in HandleDiagnostic()
H A DSerializedDiagnosticPrinter.cpp69 DiagnosticsEngine::Level Level, StringRef Message,
74 DiagnosticsEngine::Level Level, in emitDiagnosticLoc() argument
79 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
84 DiagnosticsEngine::Level Level) override;
86 DiagnosticsEngine::Level Level) override;
626 static serialized_diags::Level getStableLevel(DiagnosticsEngine::Level Level) { in getStableLevel() argument
627 switch (Level) { in getStableLevel()
642 DiagnosticsEngine::Level Level, in EmitDiagnosticMessage() argument
686 DiagnosticsEngine::Level Level) { in beginDiagnostic() argument
692 DiagnosticsEngine::Level Level) { in endDiagnostic() argument
[all …]
H A DDiagnosticRenderer.cpp88 DiagnosticsEngine::Level Level, in emitDiagnostic() argument
95 beginDiagnostic(D, Level); in emitDiagnostic()
124 emitIncludeStack(Loc, PLoc, Level); in emitDiagnostic()
128 emitCaret(Loc, Level, MutableRanges, FixItHints); in emitDiagnostic()
138 LastLevel = Level; in emitDiagnostic()
140 endDiagnostic(D, Level); in emitDiagnostic()
166 DiagnosticsEngine::Level Level) { in emitIncludeStack() argument
425 DiagnosticsEngine::Level Level, in emitCaret() argument
430 emitCodeContext(Loc, Level, SpellingRanges, Hints); in emitCaret()
436 FullSourceLoc Loc, DiagnosticsEngine::Level Level, in emitSingleMacroExpansion() argument
[all …]
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DLogging.h26 enum class Level { Debug, Info, Error }; enum
29 static void setLogLevel(Level logLevel);
35 log(Level::Debug, fmt, llvm::formatv(fmt, std::forward<Ts>(vals)...)); in debug()
39 log(Level::Info, fmt, llvm::formatv(fmt, std::forward<Ts>(vals)...)); in info()
43 log(Level::Error, fmt, llvm::formatv(fmt, std::forward<Ts>(vals)...)); in error()
53 static void log(Level logLevel, const char *fmt,
57 Level logLevel = Level::Error;
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIntervalMap.h825 return path[Level].subtree(path[Level].offset); in subtree()
831 path[Level] = Entry(subtree(Level - 1), offset(Level)); in reset()
852 if (Level) in setSize()
911 return path[Level].offset == path[Level].size - 1; in atLastEntry()
1283 if (Level) in deleteNode()
1680 if (!Level) in setNodeStop()
1685 P.node<Branch>(Level).stop(P.offset(Level)) = Stop; in setNodeStop()
1770 ++Level; in insertNode()
1783 P.node<Branch>(Level).insert(P.offset(Level), P.size(Level), Node, Stop); in insertNode()
1784 P.setSize(Level, P.size(Level) + 1); in insertNode()
[all …]
/llvm-project-15.0.7/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp29 DiagnosticsEngine::Level Level; member
31 PrettyDiag(StringRef name, StringRef flag, DiagnosticsEngine::Level level) in PrettyDiag()
32 : Name(name), Flag(flag), Level(level) {} in PrettyDiag()
42 static char getCharForLevel(DiagnosticsEngine::Level Level) { in getCharForLevel() argument
43 switch (Level) { in getCharForLevel()
126 DiagnosticsEngine::Level DiagLevel = in run()
138 Out << getCharForLevel(PD.Level) << " "; in run()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h176 virtual bool isScalar(unsigned Level) const;
248 bool isPeelLast(unsigned Level) const override;
257 bool isScalar(unsigned Level) const override;
614 unsigned &Level,
652 unsigned Level,
670 unsigned Level,
689 unsigned Level,
707 unsigned Level,
725 unsigned Level,
810 unsigned exploreDirections(unsigned Level,
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h37 ClangTidyError(StringRef CheckName, Level DiagLevel, StringRef BuildDirectory,
88 DiagnosticIDs::Level Level = DiagnosticIDs::Warning);
91 DiagnosticIDs::Level Level = DiagnosticIDs::Warning);
98 DiagnosticIDs::Level Level = DiagnosticIDs::Warning);
115 shouldSuppressDiagnostic(DiagnosticsEngine::Level DiagLevel,
195 using DiagLevelAndFormatString = std::pair<DiagnosticIDs::Level, std::string>;
199 static_cast<DiagnosticIDs::Level>( in getDiagLevelAndFormatString()
266 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
H A DClangTidyDiagnosticConsumer.cpp55 DiagnosticsEngine::Level Level, StringRef Message, in emitDiagnosticMessage() argument
90 if (Level == DiagnosticsEngine::Note) { in emitDiagnosticMessage()
105 DiagnosticsEngine::Level Level, in emitDiagnosticLoc() argument
108 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level, in emitCodeContext() argument
145 DiagnosticsEngine::Level Level) override { in endDiagnostic() argument
176 DiagnosticIDs::Level Level /* = DiagnosticIDs::Warning*/) { in diag() argument
186 DiagnosticIDs::Level Level /* = DiagnosticIDs::Warning*/) { in diag() argument
207 DiagnosticIDs::Level Level /* = DiagnosticIDs::Warning*/) { in configurationDiag() argument
392 ClangTidyError::Level Level = ClangTidyError::Warning; in HandleDiagnostic() local
397 Level = ClangTidyError::Error; in HandleDiagnostic()
[all …]
/llvm-project-15.0.7/polly/include/polly/
H A DDependenceInfo.h139 AnalysisLevel getDependenceLevel() { return Level; } in getDependenceLevel()
156 AnalysisLevel Level) in Dependences() argument
158 IslCtx(IslCtx), Level(Level) {} in Dependences()
192 const AnalysisLevel Level; variable
207 const Dependences &getDependences(Dependences::AnalysisLevel Level);
210 const Dependences &recomputeDependences(Dependences::AnalysisLevel Level);
248 const Dependences &getDependences(Dependences::AnalysisLevel Level);
251 const Dependences &recomputeDependences(Dependences::AnalysisLevel Level);
300 const Dependences &getDependences(Scop *S, Dependences::AnalysisLevel Level);
304 Dependences::AnalysisLevel Level);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp191 for (unsigned Level = 1; Level <= D->getLevels(); Level++) { in dumpExampleDependence() local
272 assert(0 < Level && Level <= Levels && "Level out of range"); in getDirection()
279 assert(0 < Level && Level <= Levels && "Level out of range"); in getDistance()
288 assert(0 < Level && Level <= Levels && "Level out of range"); in isScalar()
296 assert(0 < Level && Level <= Levels && "Level out of range"); in isPeelFirst()
304 assert(0 < Level && Level <= Levels && "Level out of range"); in isPeelLast()
1180 Level--; in strongSIVtest()
1313 Level--; in weakCrossingSIVtest()
1515 Level--; in exactSIVtest()
1711 Level--; in weakZeroSrcSIVtest()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DLogger.cpp31 void detail::logImpl(Logger::Level Level, const char *Fmt, in logImpl() argument
34 L->log(Level, Fmt, Message); in logImpl()
50 void StreamLogger::log(Logger::Level Level, const char *Fmt, in log() argument
52 if (Level < MinLevel) in log()
57 Logs << llvm::formatv("{0}[{1:%H:%M:%S.%L}] {2}\n", indicator(Level), in log()
H A DLogger.h28 enum Level : unsigned char { Debug, Verbose, Info, Error }; enum
29 static char indicator(Level L) { return "DVIE"[L]; } in indicator()
32 virtual void log(Level, const char *Fmt,
38 void logImpl(Logger::Level, const char *Fmt, const llvm::formatv_object_base &);
47 void log(Logger::Level L, const char *Fmt, Ts &&... Vals) { in log()
121 StreamLogger(llvm::raw_ostream &Logs, Logger::Level MinLevel) in StreamLogger()
125 void log(Level, const char *Fmt,
129 Logger::Level MinLevel;
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMlirLspServerMain.cpp41 llvm::cl::opt<Logger::Level> logLevel{ in MlirLspServerMain()
45 clEnumValN(Logger::Level::Error, "error", "Error messages only"), in MlirLspServerMain()
46 clEnumValN(Logger::Level::Info, "info", in MlirLspServerMain()
48 clEnumValN(Logger::Level::Debug, "verbose", "Low level details")), in MlirLspServerMain()
49 llvm::cl::init(Logger::Level::Info), in MlirLspServerMain()
60 logLevel = Logger::Level::Debug; in MlirLspServerMain()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DDebug.cpp62 __attribute__((loader_uninitialized)) static uint32_t Level; variable
63 #pragma omp allocate(Level) allocator(omp_pteam_mem_alloc)
70 for (int I = 0; I < Level; ++I) in DebugEntryRAII()
75 Level++; in DebugEntryRAII()
82 Level--; in ~DebugEntryRAII()
85 void DebugEntryRAII::init() { Level = 0; } in init()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DMlirPdllLspServerMain.cpp39 llvm::cl::opt<Logger::Level> logLevel{ in MlirPdllLspServerMain()
43 clEnumValN(Logger::Level::Error, "error", "Error messages only"), in MlirPdllLspServerMain()
44 clEnumValN(Logger::Level::Info, "info", in MlirPdllLspServerMain()
46 clEnumValN(Logger::Level::Debug, "verbose", "Low level details")), in MlirPdllLspServerMain()
47 llvm::cl::init(Logger::Level::Info), in MlirPdllLspServerMain()
66 logLevel = Logger::Level::Debug; in MlirPdllLspServerMain()
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenLspServerMain.cpp39 llvm::cl::opt<Logger::Level> logLevel{ in TableGenLspServerMain()
43 clEnumValN(Logger::Level::Error, "error", "Error messages only"), in TableGenLspServerMain()
44 clEnumValN(Logger::Level::Info, "info", in TableGenLspServerMain()
46 clEnumValN(Logger::Level::Debug, "verbose", "Low level details")), in TableGenLspServerMain()
47 llvm::cl::init(Logger::Level::Info), in TableGenLspServerMain()
66 logLevel = Logger::Level::Debug; in TableGenLspServerMain()
/llvm-project-15.0.7/llvm/include/llvm/Passes/
H A DPassBuilder.h174 buildFunctionSimplificationPipeline(OptimizationLevel Level,
197 ModuleInlinerWrapperPass buildInlinerPipeline(OptimizationLevel Level,
202 ModulePassManager buildModuleInlinerPipeline(OptimizationLevel Level,
219 buildModuleOptimizationPipeline(OptimizationLevel Level,
233 ModulePassManager buildPerModuleDefaultPipeline(OptimizationLevel Level,
262 buildThinLTODefaultPipeline(OptimizationLevel Level,
290 ModulePassManager buildLTODefaultPipeline(OptimizationLevel Level,
296 ModulePassManager buildO0DefaultPipeline(OptimizationLevel Level,
585 buildO1FunctionSimplificationPipeline(OptimizationLevel Level,
590 void addVectorPasses(OptimizationLevel Level, FunctionPassManager &FPM,
[all …]
/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp155 accdom = tag(accdom, MA, Level); in collectInfo()
318 Level); in calculateDependences()
333 if (Level > AL_Statement) { in calculateDependences()
841 return recomputeDependences(Level); in getDependences()
846 D[Level].reset(new Dependences(S.getSharedIslCtx(), Level)); in recomputeDependences()
847 D[Level]->calculateDependences(S); in recomputeDependences()
848 return *D[Level]; in recomputeDependences()
888 return recomputeDependences(Level); in getDependences()
893 D[Level].reset(new Dependences(S->getSharedIslCtx(), Level)); in recomputeDependences()
894 D[Level]->calculateDependences(*S); in recomputeDependences()
[all …]

12345678910>>...38