Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DMLIRContext.h113 bool shouldPrintOpOnDiagnostic();
/external/llvm-project/mlir/lib/IR/
DOperation.cpp288 if (getContext()->shouldPrintOpOnDiagnostic()) { in emitError()
308 if (getContext()->shouldPrintOpOnDiagnostic()) in emitWarning()
317 if (getContext()->shouldPrintOpOnDiagnostic()) in emitRemark()
DMLIRContext.cpp527 bool MLIRContext::shouldPrintOpOnDiagnostic() { in shouldPrintOpOnDiagnostic() function in MLIRContext