/llvm-project/mlir/lib/Dialect/IRDL/ |
H A D | IRDLVerifiers.cpp | 111 StringRef dialectName = attrDef->getDialect()->getNamespace(); in verify() local 123 StringRef dialectName = attrDef->getDialect()->getNamespace(); in verify() local 154 StringRef dialectName = typeDef->getDialect()->getNamespace(); in verify() local 166 StringRef dialectName = typeDef->getDialect()->getNamespace(); in verify() local
|
H A D | IRDLLoading.cpp | 613 StringRef dialectName = dialectOp.getName(); in loadEmptyDialects() local
|
/llvm-project/mlir/test/lib/IR/ |
H A D | TestBytecodeRoundtrip.cpp | 166 Type &entry) -> LogicalResult { in runTest0() 242 Type &entry) -> LogicalResult { in runTest2() 308 Attribute &entry) -> LogicalResult { in runTest4() 359 [&](DialectBytecodeReader &reader, StringRef dialectName, in runTest5() 360 Type &entry) -> LogicalResult { in runTest5()
|
/llvm-project/mlir/include/mlir/Tools/PDLL/Parser/ |
H A D | CodeComplete.h | 62 virtual void codeCompleteOperationName(StringRef dialectName) {} in codeCompleteOperationName()
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | DialectSymbolParser.cpp | 256 [&](StringRef dialectName, StringRef symbolData, SMLoc loc) -> Attribute { in parseExtendedAttr() 303 [&](StringRef dialectName, StringRef symbolData, SMLoc loc) -> Type { in parseExtendedType()
|
H A D | Parser.cpp | 402 codeCompleteOperationName(StringRef dialectName) codeCompleteOperationName() argument 1412 StringRef dialectName = StringRef(name).split('.').first; parseGenericOperation() local 1926 StringRef dialectName = opNameSplit.first; parseCustomOperationName() local [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | Dialect.cpp | 217 StringRef dialectName = dialect->getNamespace(); applyExtensions() local 279 for (StringRef dialectName : dialectNames) { applyExtensions() local
|
H A D | AsmPrinter.cpp | 2159 printDialectSymbol(raw_ostream & os,StringRef symPrefix,StringRef dialectName,StringRef symString) printDialectSymbol() argument
|
/llvm-project/mlir/lib/Bytecode/Writer/ |
H A D | BytecodeWriter.cpp | 114 setDialectVersion(llvm::StringRef dialectName,std::unique_ptr<DialectVersion> dialectVersion) const setDialectVersion() argument
|
/llvm-project/mlir/lib/Tools/mlir-lsp-server/ |
H A D | MLIRServer.cpp | 747 void completeOperationName(StringRef dialectName) final { in completeOperationName()
|
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ |
H A D | PDLLServer.cpp | 867 void codeCompleteOperationName(StringRef dialectName) final { in codeCompleteOperationName() argument
|
/llvm-project/mlir/lib/Tools/PDLL/Parser/ |
H A D | Parser.cpp | 3154 codeCompleteContext->codeCompleteOperationName(dialectName); in codeCompleteOperationName() argument
|