Searched refs:clOptions (Results 1 – 3 of 3) sorted by relevance
39 static llvm::ManagedStatic<DebugCounterOptions> clOptions; variable49 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()
73 static llvm::ManagedStatic<MLIRContextOptions> clOptions; variable77 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()
173 static llvm::ManagedStatic<AsmPrinterOptions> clOptions; variable179 *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 …]