Home
last modified time | relevance | path

Searched refs:getResourceKey (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpImplementation.h1566 getResourceKey(const AsmDialectResourceHandle &handle) const { in getResourceKey() function
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp178 getResourceKey(const AsmDialectResourceHandle &handle) const override { in getResourceKey() function
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DParser.cpp335 entry.first = dialect->getResourceKey(*result); in parseResourceHandle()
/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp1447 os << interface->getResourceKey(resource); in printResourceHandle()