Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DPatternMatch.h518 notifyMatchFailure(Operation *op, CallbackT &&reasonCallback) { in notifyMatchFailure() argument
521 function_ref<void(Diagnostic &)>(reasonCallback)); in notifyMatchFailure()
559 function_ref<void(Diagnostic &)> reasonCallback) { in notifyMatchFailure() argument
/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp771 function_ref<void(Diagnostic &)> reasonCallback);
1234 Location loc, function_ref<void(Diagnostic &)> reasonCallback) { in notifyMatchFailure() argument
1237 reasonCallback(diag); in notifyMatchFailure()
1408 Operation *op, function_ref<void(Diagnostic &)> reasonCallback) { in notifyMatchFailure() argument
1409 return impl->notifyMatchFailure(op->getLoc(), reasonCallback); in notifyMatchFailure()
/external/llvm-project/mlir/include/mlir/Transforms/
DDialectConversion.h520 function_ref<void(Diagnostic &)> reasonCallback) override;