Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp137 return appendOp(val, OpPrintingFlags()); in operator <<()
139 Diagnostic &Diagnostic::appendOp(Operation &val, const OpPrintingFlags &flags) { in appendOp() function in Diagnostic
H A DOperation.cpp226 .appendOp(*this, OpPrintingFlags().printGenericOpForm()); in emitError()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDiagnostics.h206 Diagnostic &appendOp(Operation &val, const OpPrintingFlags &flags);