Home
last modified time | relevance | path

Searched refs:attachNote (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/mlir/test/lib/Dialect/Shape/
DTestShapeFunctions.cpp34 .attachNote(shapeFnLib.getLoc()) in runOnOperation()
/external/llvm-project/mlir/lib/IR/
DRegion.cpp166 op.emitOpError("block's operand not defined").attachNote(noteLoc); in isIsolatedAbove()
175 .attachNote(noteLoc) in isIsolatedAbove()
DVerifier.cpp264 diag.attachNote(useOp->getLoc()) << "operand defined here"; in verifyDominance()
DDiagnostics.cpp150 Diagnostic &Diagnostic::attachNote(Optional<Location> noteLoc) { in attachNote() function in Diagnostic
294 diag.attachNote() << "diagnostic emitted with trace:\n" << bt; in emitDiag()
DOperation.cpp299 diag.attachNote(getLoc()) << "see current operation: " << printedOp; in emitError()
309 diag.attachNote(getLoc()) << "see current operation: " << *this; in emitWarning()
318 diag.attachNote(getLoc()) << "see current operation: " << *this; in emitRemark()
DSymbolTable.cpp384 .attachNote(it.first->second) in verifySymbolTable()
/external/llvm-project/mlir/lib/Dialect/PDL/IR/
DPDL.cpp269 .attachNote() in verifyResultTypesAreInferrable()
329 .attachNote(term->getLoc()) in verify()
339 .attachNote(op->getLoc()) in verify()
/external/llvm-project/mlir/include/mlir/IR/
DDiagnostics.h260 Diagnostic &attachNote(Optional<Location> noteLoc = llvm::None);
343 Diagnostic &attachNote(Optional<Location> noteLoc = llvm::None) {
345 return impl->attachNote(noteLoc);
DOpDefinition.h838 .attachNote() in verifyTrait()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_saved_model.cc263 .attachNote(p.first->getSecond()->getLoc()) in VerifySavedModelModule()
321 .attachNote(func.getLoc()) in VerifySavedModelModule()
/external/llvm-project/mlir/docs/
DDiagnostics.md174 emitting a diagnostic, notes can be directly attached via `attachNote`. When
180 op->emitError("...").attachNote(noteLoc) << "...";
183 op->emitError("...").attachNote() << "...";
/external/llvm-project/mlir/lib/Parser/
DParser.cpp430 .attachNote(getEncodedSourceLocation(entries[useInfo.number].second)) in addDefinition()
438 .attachNote(getEncodedSourceLocation(entries[useInfo.number].second)) in addDefinition()
513 .attachNote(getEncodedSourceLocation(entries[useInfo.number].second)) in resolveSSAUse()
1744 .attachNote(getEncodedSourceLocation(*defLoc)) in parseRegion()
DAttributeParser.cpp389 .attachNote() in parseDecOrHexAttr()
/external/llvm-project/mlir/lib/Dialect/GPU/IR/
DGPUDialect.cpp316 .attachNote(op.getLoc()) in verify()
788 .attachNote(function.getLoc()) in verify()
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypeSyntax.cpp328 diag.attachNote() << "existing body: " << currentBodyStream.str(); in trySetStructBody()
DLLVMDialect.cpp482 .attachNote(bcOp.getLoc()) in verify()
/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp414 diag.attachNote(liveUser->getLoc()) in materializeLiveConversions()
2275 diag.attachNote(liveUserIt->getLoc()) in legalizeErasedResult()
2318 diag.attachNote(liveUserIt->getLoc()) in legalizeChangedResultType()
/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp1283 diag.attachNote() << "for argument " << i << ", found " << left[i] in verifyTypeRangesMatch()
1303 diag.attachNote(terminatorOperation->getLoc()) << "terminator here"; in verifyAndGetTerminator()