/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVDialect.cpp | 152 DialectAsmParser &parser); 155 DialectAsmParser &parser); 159 DialectAsmParser &parser); 162 DialectAsmParser &parser) { in parseAndVerifyType() 206 DialectAsmParser &parser) { in parseAndVerifyMatrixType() 245 DialectAsmParser &parser, in parseOptionalArrayStride() 275 DialectAsmParser &parser) { in parseArrayType() 313 DialectAsmParser &parser) { in parseCooperativeMatrixType() 350 DialectAsmParser &parser) { in parsePointerType() 377 DialectAsmParser &parser) { in parseRuntimeArrayType() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops.h | 73 Attribute parseAttribute(DialectAsmParser &parser, Type type) const override; 78 Type parseType(DialectAsmParser &parser) const override; 84 Type ParseResourceType(DialectAsmParser &parser, Location loc) const; 91 Type ParseVariantType(DialectAsmParser &parser, Location loc) const;
|
D | tf_ops.cc | 331 Attribute TensorFlowDialect::parseAttribute(DialectAsmParser &parser, in parseAttribute() 354 Type TensorFlowDialect::parseType(DialectAsmParser &parser) const { in parseType() 394 Type ParseTypeWithSubtype(MLIRContext *context, DialectAsmParser &parser, in ParseTypeWithSubtype() 424 Type TensorFlowDialect::ParseResourceType(DialectAsmParser &parser, in ParseResourceType() 434 Type TensorFlowDialect::ParseVariantType(DialectAsmParser &parser, in ParseVariantType()
|
D | tf_executor.h | 42 Type parseType(DialectAsmParser &parser) const override;
|
/external/llvm-project/mlir/lib/IR/ |
D | Dialect.cpp | 23 DialectAsmParser::~DialectAsmParser() {} in ~DialectAsmParser() 73 Attribute Dialect::parseAttribute(DialectAsmParser &parser, Type type) const { in parseAttribute() 81 Type Dialect::parseType(DialectAsmParser &parser) const { in parseType()
|
/external/llvm-project/mlir/lib/Dialect/Quant/IR/ |
D | TypeParser.cpp | 25 static IntegerType parseStorageType(DialectAsmParser &parser, bool &isSigned) { in parseStorageType() 63 static ParseResult parseStorageRange(DialectAsmParser &parser, in parseStorageRange() 94 static FloatType parseExpressedTypeAndRange(DialectAsmParser &parser, in parseExpressedTypeAndRange() 120 static Type parseAnyType(DialectAsmParser &parser, Location loc) { in parseAnyType() 162 static ParseResult parseQuantParams(DialectAsmParser &parser, double &scale, in parseQuantParams() 194 static Type parseUniformType(DialectAsmParser &parser, Location loc) { in parseUniformType() 297 static Type parseCalibratedType(DialectAsmParser &parser, Location loc) { in parseCalibratedType() 320 Type QuantizationDialect::parseType(DialectAsmParser &parser) const { in parseType()
|
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | LLVMTypeSyntax.cpp | 183 static LLVMType parseTypeImpl(DialectAsmParser &parser, 187 static ParseResult parseTypeImpl(DialectAsmParser &parser, in parseTypeImpl() 196 static LLVMFunctionType parseFunctionType(DialectAsmParser &parser, in parseFunctionType() 235 static LLVMPointerType parsePointerType(DialectAsmParser &parser, in parsePointerType() 254 static LLVMVectorType parseVectorType(DialectAsmParser &parser, in parseVectorType() 285 static LLVMArrayType parseArrayType(DialectAsmParser &parser, in parseArrayType() 309 bool isPacked, DialectAsmParser &parser, in trySetStructBody() 337 static LLVMStructType parseStructType(DialectAsmParser &parser, in parseStructType() 416 static LLVMType parseTypeImpl(DialectAsmParser &parser, in parseTypeImpl() 467 LLVMType mlir::LLVM::detail::parseType(DialectAsmParser &parser) { in parseType()
|
/external/llvm-project/flang/lib/Optimizer/Dialect/ |
D | FIRType.cpp | 23 TYPE parseIntSingleton(mlir::DialectAsmParser &parser) { in parseIntSingleton() 34 TYPE parseKindSingleton(mlir::DialectAsmParser &parser) { in parseKindSingleton() 39 TYPE parseRankSingleton(mlir::DialectAsmParser &parser) { in parseRankSingleton() 44 TYPE parseTypeSingleton(mlir::DialectAsmParser &parser, mlir::Location) { in parseTypeSingleton() 54 BoxType parseBox(mlir::DialectAsmParser &parser, mlir::Location loc) { in parseBox() 75 BoxCharType parseBoxChar(mlir::DialectAsmParser &parser) { in parseBoxChar() 80 BoxProcType parseBoxProc(mlir::DialectAsmParser &parser, mlir::Location loc) { in parseBoxProc() 85 CharacterType parseCharacter(mlir::DialectAsmParser &parser) { in parseCharacter() 90 CplxType parseComplex(mlir::DialectAsmParser &parser) { in parseComplex() 95 DimsType parseDims(mlir::DialectAsmParser &parser) { in parseDims() [all …]
|
D | FIRDialect.cpp | 34 mlir::Type fir::FIROpsDialect::parseType(mlir::DialectAsmParser &parser) const { in parseType() 44 fir::FIROpsDialect::parseAttribute(mlir::DialectAsmParser &parser, in parseAttribute()
|
D | FIRAttr.cpp | 121 mlir::DialectAsmParser &parser, in parseFirRealAttr() 160 mlir::DialectAsmParser &parser, in parseFirAttribute()
|
/external/llvm-project/mlir/test/mlir-tblgen/ |
D | typedefs.td | 10 // DECL: class DialectAsmParser; 14 // DECL: ::mlir::Type generatedTypeParser(::mlir::MLIRContext* ctxt, ::mlir::DialectAsmParser& pars… 25 // DEF-LABEL: ::mlir::Type generatedTypeParser(::mlir::MLIRContext* ctxt, ::mlir::DialectAsmParser&… 66 // DECL: static ::mlir::Type parse(::mlir::MLIRContext* ctxt, ::mlir::DialectAsmParser& parser); 83 // DECL: static ::mlir::Type parse(::mlir::MLIRContext* ctxt, ::mlir::DialectAsmParser& parser);
|
/external/llvm-project/flang/include/flang/Optimizer/Dialect/ |
D | FIRDialect.h | 26 mlir::Type parseType(mlir::DialectAsmParser &parser) const override; 29 mlir::Attribute parseAttribute(mlir::DialectAsmParser &parser,
|
D | FIRAttr.h | 15 class DialectAsmParser; variable 131 mlir::DialectAsmParser &parser,
|
D | FIRType.h | 25 class DialectAsmParser; variable 376 mlir::Type parseFirType(FIROpsDialect *, mlir::DialectAsmParser &parser);
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | Dialect.h | 22 class DialectAsmParser; variable 80 virtual Attribute parseAttribute(DialectAsmParser &parser, Type type) const; 90 virtual Type parseType(DialectAsmParser &parser) const;
|
D | DialectImplementation.h | 100 class DialectAsmParser { 102 virtual ~DialectAsmParser();
|
/external/llvm-project/mlir/test/lib/Dialect/Test/ |
D | TestTypes.cpp | 25 parseSignedness(DialectAsmParser &parser, in parseSignedness() 58 Type CompoundAType::parse(MLIRContext *ctxt, DialectAsmParser &parser) { in parse()
|
D | TestDialect.cpp | 181 static Type parseTestType(MLIRContext *ctxt, DialectAsmParser &parser, in parseTestType() 222 Type TestDialect::parseType(DialectAsmParser &parser) const { in parseType()
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/ |
D | tfr_ops.h | 48 Type parseType(DialectAsmParser &parser) const override;
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
D | hlo_ops.h | 57 Type parseType(DialectAsmParser &parser) const override;
|
/external/llvm-project/mlir/examples/toy/Ch7/include/toy/ |
D | Dialect.h | 42 mlir::Type parseType(mlir::DialectAsmParser &parser) const override;
|
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
D | LinalgTypes.cpp | 76 Type mlir::linalg::LinalgDialect::parseType(DialectAsmParser &parser) const { in parseType()
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ir/ |
D | tf_framework_ops.cc | 37 Type TFFrameworkDialect::parseType(DialectAsmParser &parser) const { in parseType()
|
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
D | LLVMTypes.h | 26 class DialectAsmParser; variable 582 LLVMType parseType(DialectAsmParser &parser);
|
/external/llvm-project/mlir/lib/Dialect/Async/IR/ |
D | Async.cpp | 28 Type AsyncDialect::parseType(DialectAsmParser &parser) const { in parseType()
|