Searched refs:typeData (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | TypeUtilities.cpp | 47 StringRef typeData) { in isOpaqueTypeWithName() argument 50 opaque.getTypeData() == typeData; in isOpaqueTypeWithName()
|
| H A D | BuiltinTypes.cpp | 209 StringAttr dialect, StringRef typeData) { in verify() argument 218 << "`!" << dialect << "<\"" << typeData << "\">" in verify()
|
| /llvm-project-15.0.7/mlir/include/mlir/AsmParser/ |
| H A D | CodeComplete.h | 45 std::string typeData) = 0;
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | TypeUtilities.h | 43 bool isOpaqueTypeWithName(Type type, StringRef dialect, StringRef typeData);
|
| H A D | BuiltinTypes.td | 619 StringRefParameter<"">:$typeData 624 "StringAttr":$dialectNamespace, CArg<"StringRef", "{}">:$typeData 626 return $_get(dialectNamespace.getContext(), dialectNamespace, typeData);
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | BuiltinTypes.cpp | 375 MlirStringRef typeData) { in mlirOpaqueTypeGet() argument 378 unwrap(typeData))); in mlirOpaqueTypeGet()
|
| /llvm-project-15.0.7/mlir/include/mlir-c/ |
| H A D | BuiltinTypes.h | 349 MlirStringRef typeData);
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRTypes.cpp | 634 [](std::string dialectNamespace, std::string typeData, in bindDerived() 638 toMlirStringRef(typeData)); in bindDerived()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | MLIRServer.cpp | 680 void appendSSAValueCompletion(StringRef name, std::string typeData) final { in appendSSAValueCompletion() argument 687 item.detail = std::move(typeData); in appendSSAValueCompletion()
|