/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIRDialect.cpp | 108 fir::FIROpsDialect::parseAttribute(mlir::DialectAsmParser &parser, in parseAttribute() function in fir::FIROpsDialect
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | AsmParserImpl.h | 410 ParseResult parseAttribute(Attribute &result, Type type) override { parseAttribute() function 419 parseCustomAttributeWithFallback(Attribute & result,Type type,function_ref<ParseResult (Attribute & result,Type type)> parseAttribute) parseCustomAttributeWithFallback() argument
|
H A D | DialectSymbolParser.cpp | 368 Attribute mlir::parseAttribute(StringRef attrStr, MLIRContext *context, in parseAttribute() function in mlir
|
H A D | AttributeParser.cpp | 52 Attribute Parser::parseAttribute(Type type) { in parseAttribute() function in Parser
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | OpImplementation.h | 962 ParseResult parseAttribute(AttrType &result, Type type = {}) { in parseAttribute() function 946 ParseResult parseAttribute(Attribute &result, StringRef attrName, parseAttribute() function 953 ParseResult parseAttribute(AttrType &result, StringRef attrName, parseAttribute() function [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | Dialect.cpp | 58 Attribute Dialect::parseAttribute(DialectAsmParser &parser, Type type) const { parseAttribute() function in Dialect
|
H A D | ExtensibleDialect.cpp | 570 Attribute DynamicDialect::parseAttribute(DialectAsmParser &parser, in parseAttribute() function in DynamicDialect
|
/llvm-project/mlir/unittests/Interfaces/ |
H A D | DataLayoutInterfacesTest.cpp | 334 Attribute parseAttribute(DialectAsmParser &parser, Type type) const override { parseAttribute() function 391 Attribute parseAttribute(DialectAsmParser &parser, Type type) const override { parseAttribute() function
|
/llvm-project/mlir/lib/Bytecode/Reader/ |
H A D | BytecodeReader.cpp | 826 LogicalResult parseAttribute(EncodingReader &reader, Attribute &result) { in parseAttribute() function in __anonb8b7b79e0a11::AttrTypeReader 854 LogicalResult parseAttribute(EncodingReader &reader, T &result) { in parseAttribute() function in __anonb8b7b79e0a11::AttrTypeReader 1421 LogicalResult parseAttribute(EncodingReader &reader, T &result) { in parseAttribute() function in mlir::BytecodeReader::Impl [all...] |
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVAttributes.cpp | 592 Attribute SPIRVDialect::parseAttribute(DialectAsmParser &parser, parseAttribute() function in SPIRVDialect
|