Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DTypeUtilities.cpp47 StringRef typeData) { in isOpaqueTypeWithName() argument
50 opaque.getTypeData() == typeData; in isOpaqueTypeWithName()
H A DBuiltinTypes.cpp209 StringAttr dialect, StringRef typeData) { in verify() argument
218 << "`!" << dialect << "<\"" << typeData << "\">" in verify()
/llvm-project-15.0.7/mlir/include/mlir/AsmParser/
H A DCodeComplete.h45 std::string typeData) = 0;
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypeUtilities.h43 bool isOpaqueTypeWithName(Type type, StringRef dialect, StringRef typeData);
H A DBuiltinTypes.td619 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 DBuiltinTypes.cpp375 MlirStringRef typeData) { in mlirOpaqueTypeGet() argument
378 unwrap(typeData))); in mlirOpaqueTypeGet()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h349 MlirStringRef typeData);
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp634 [](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 DMLIRServer.cpp680 void appendSSAValueCompletion(StringRef name, std::string typeData) final { in appendSSAValueCompletion() argument
687 item.detail = std::move(typeData); in appendSSAValueCompletion()