| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 231 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 D | DiagnosticRenderer.h | 69 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 D | TextDiagnostic.h | 52 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 D | IntervalMap.cpp | 27 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 D | SchedulerRegistry.h | 33 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 D | TextDiagnosticPrinter.cpp | 52 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 D | TextDiagnosticBuffer.cpp | 23 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 D | SerializedDiagnosticPrinter.cpp | 69 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 D | DiagnosticRenderer.cpp | 88 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 D | Logging.h | 26 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 D | IntervalMap.h | 825 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 D | ShowEnabledWarnings.cpp | 29 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 D | DependenceAnalysis.h | 176 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 D | ClangTidyDiagnosticConsumer.h | 37 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 D | ClangTidyDiagnosticConsumer.cpp | 55 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 D | DependenceInfo.h | 139 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 D | DependenceAnalysis.cpp | 191 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 D | Logger.cpp | 31 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 D | Logger.h | 28 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 D | MlirLspServerMain.cpp | 41 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 D | Debug.cpp | 62 __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 D | MlirPdllLspServerMain.cpp | 39 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 D | TableGenLspServerMain.cpp | 39 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 D | PassBuilder.h | 174 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 D | DependenceInfo.cpp | 155 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 …]
|