Searched refs:typeData (Results 1 – 9 of 9) sorted by relevance
/llvm-project/mlir/lib/IR/ |
H A D | TypeUtilities.cpp | 46 /// dialect and typeData. 48 StringRef typeData) { in isOpaqueTypeWithName() argument 51 opaque.getTypeData() == typeData; in isOpaqueTypeWithName()
|
H A D | BuiltinTypes.cpp | 190 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 D | CodeComplete.h | 45 std::string typeData) = 0;
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | TypeUtilities.h | 44 bool isOpaqueTypeWithName(Type type, StringRef dialect, StringRef typeData);
|
H A D | BuiltinTypes.td | 918 StringRefParameter<"">:$typeData 923 "StringAttr":$dialectNamespace, CArg<"StringRef", "{}">:$typeData 925 return $_get(dialectNamespace.getContext(), dialectNamespace, typeData);
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | BuiltinTypes.cpp | 638 MlirStringRef typeData) { 641 unwrap(typeData))); 556 mlirOpaqueTypeGet(MlirContext ctx,MlirStringRef dialectNamespace,MlirStringRef typeData) mlirOpaqueTypeGet() argument
|
/llvm-project/mlir/include/mlir-c/ |
H A D | BuiltinTypes.h | 555 MlirStringRef typeData);
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRTypes.cpp | 942 [](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 D | MLIRServer.cpp | 767 void appendSSAValueCompletion(StringRef name, std::string typeData) final { in appendSSAValueCompletion() argument 774 item.detail = std::move(typeData); in appendSSAValueCompletion()
|