Home
last modified time | relevance | path

Searched refs:clOptions (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Support/
H A DDebugCounter.cpp39 static llvm::ManagedStatic<DebugCounterOptions> clOptions; variable
49 if (clOptions.isConstructed() && clOptions->printCounterInfo) in ~DebugCounter()
110 *clOptions; in registerCLOptions()
117 if (!clOptions.isConstructed()) in applyCLOptions()
120 for (StringRef arg : clOptions->counters) { in applyCLOptions()
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp73 static llvm::ManagedStatic<MLIRContextOptions> clOptions; variable
77 return clOptions.isConstructed() && clOptions->disableThreading; in isThreadingGloballyDisabled()
88 *clOptions; in registerMLIRContextCLOptions()
263 if (clOptions.isConstructed()) { in MLIRContext()
264 printOpOnDiagnostic(clOptions->printOpOnDiagnostic); in MLIRContext()
265 printStackTraceOnDiagnostic(clOptions->printStackTraceOnDiagnostic); in MLIRContext()
H A DAsmPrinter.cpp173 static llvm::ManagedStatic<AsmPrinterOptions> clOptions; variable
179 *clOptions; in registerAsmPrinterCLOptions()
188 if (!clOptions.isConstructed()) in OpPrintingFlags()
190 if (clOptions->elideElementsAttrIfLarger.getNumOccurrences()) in OpPrintingFlags()
192 printDebugInfoFlag = clOptions->printDebugInfoOpt; in OpPrintingFlags()
194 printGenericOpFormFlag = clOptions->printGenericOpFormOpt; in OpPrintingFlags()
195 assumeVerifiedFlag = clOptions->assumeVerifiedOpt; in OpPrintingFlags()
196 printLocalScope = clOptions->printLocalScopeOpt; in OpPrintingFlags()
197 printValueUsersFlag = clOptions->printValueUsers; in OpPrintingFlags()
288 if (clOptions.isConstructed()) { in shouldPrintElementsAttrWithHex()
[all …]