Home
last modified time | relevance | path

Searched defs:getDialectNamespace (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/include/flang/Optimizer/Dialect/
H A DFIRDialect.h33 static llvm::StringRef getDialectNamespace() { return "fircg"; } in getDialectNamespace() function
/llvm-project/mlir/unittests/IR/
H A DTypeTest.cpp41 static constexpr ::llvm::StringLiteral getDialectNamespace() { in getDialectNamespace() function
H A DTypeAttrNamesTest.cpp47 static constexpr ::llvm::StringLiteral getDialectNamespace() { in getDialectNamespace() function
/llvm-project/flang/unittests/Frontend/
H A DCodeGenActionTest.cpp37 static constexpr ::llvm::StringLiteral getDialectNamespace() { in getDialectNamespace() function in test::DummyDialect
/llvm-project/mlir/unittests/Interfaces/
H A DControlFlowInterfacesTest.cpp110 static StringRef getDialectNamespace() { return "cftest"; } in getDialectNamespace() function
H A DDataLayoutInterfacesTest.cpp324 static StringRef getDialectNamespace() { return "dltest"; } getDialectNamespace() function
380 static StringRef getDialectNamespace() { return "dl_target_sys_desc_test"; } getDialectNamespace() function
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp811 StringRef OperationName::getDialectNamespace() const { getDialectNamespace() function in OperationName