Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpAsmInterface.td123 let printer = "$_printer.printResourceHandle($_self)";
H A DOpImplementation.h184 void printResourceHandle(const AsmDialectResourceHandle &resource);
/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp1445 void printResourceHandle(const AsmDialectResourceHandle &resource) { in printResourceHandle() function in mlir::AsmPrinter::Impl
2332 void AsmPrinter::printResourceHandle(const AsmDialectResourceHandle &resource) { in printResourceHandle() function in AsmPrinter
2334 impl->printResourceHandle(resource); in printResourceHandle()