Home
last modified time | relevance | path

Searched refs:typeData (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DTypeUtilities.cpp46 /// dialect and typeData.
48 StringRef typeData) { in isOpaqueTypeWithName() argument
51 opaque.getTypeData() == typeData; in isOpaqueTypeWithName()
H A DBuiltinTypes.cpp190 StringAttr dialect, StringRef typeData) { in getWithoutArgsAndResults()
199 << "`!" << dialect << "<\"" << typeData << "\">"
205 verify(function_ref<InFlightDiagnostic ()> emitError,StringAttr dialect,StringRef typeData) verify() argument
/llvm-project/mlir/include/mlir/AsmParser/
H A DCodeComplete.h45 std::string typeData) = 0;
/llvm-project/mlir/include/mlir/IR/
H A DTypeUtilities.h44 bool isOpaqueTypeWithName(Type type, StringRef dialect, StringRef typeData);
H A DBuiltinTypes.td918 StringRefParameter<"">:$typeData
923 "StringAttr":$dialectNamespace, CArg<"StringRef", "{}">:$typeData
925 return $_get(dialectNamespace.getContext(), dialectNamespace, typeData);
/llvm-project/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp638 MlirStringRef typeData) {
641 unwrap(typeData)));
556 mlirOpaqueTypeGet(MlirContext ctx,MlirStringRef dialectNamespace,MlirStringRef typeData) mlirOpaqueTypeGet() argument
/llvm-project/mlir/include/mlir-c/
H A DBuiltinTypes.h555 MlirStringRef typeData);
/llvm-project/mlir/lib/Bindings/Python/
H A DIRTypes.cpp942 [](std::string dialectNamespace, std::string typeData,
946 toMlirStringRef(typeData));
809 __anon2092a0da3602(std::string dialectNamespace, std::string typeData, DefaultingPyMlirContext context) bindDerived() argument
/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp767 void appendSSAValueCompletion(StringRef name, std::string typeData) final { in appendSSAValueCompletion() argument
774 item.detail = std::move(typeData); in appendSSAValueCompletion()