Home
last modified time | relevance | path

Searched defs:attrType (Results 1 – 16 of 16) sorted by relevance

/llvm-project/mlir/lib/AsmParser/
H A DAttributeParser.cpp984 if (parseToken(Token::colon, "expected ':'") || !(attrType = parseType())) in parseDenseElementsAttr() argument
938 parseDenseArrayAttr(Type attrType) parseDenseArrayAttr() argument
1008 parseDenseResourceElementsAttr(Type attrType) parseDenseResourceElementsAttr() argument
1068 parseSparseElementsAttr(Type attrType) parseSparseElementsAttr() argument
[all...]
H A DDialectSymbolParser.cpp258 Type attrType = type; in parseExtendedAttr() local
/llvm-project/mlir/examples/toy/Ch3/mlir/
H A DDialect.cpp153 auto attrType = llvm::cast<mlir::RankedTensorType>(getValue().getType()); in verify() local
/llvm-project/mlir/examples/toy/Ch2/mlir/
H A DDialect.cpp153 auto attrType = llvm::cast<mlir::RankedTensorType>(getValue().getType()); in verify() local
/llvm-project/mlir/examples/toy/Ch4/mlir/
H A DDialect.cpp215 auto attrType = llvm::cast<mlir::RankedTensorType>(getValue().getType()); in verify() local
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DDialect.cpp215 auto attrType = llvm::cast<mlir::RankedTensorType>(getValue().getType()); in verify() local
/llvm-project/mlir/lib/Dialect/PDL/IR/
H A DPDL.cpp121 Value attrType = getValueType(); verify() local
/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DDialect.cpp215 auto attrType = llvm::cast<mlir::RankedTensorType>(getValue().getType()); in verify() local
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp216 auto attrType = llvm::cast<mlir::RankedTensorType>(attrValue.getType()); in verifyConstantForType() local
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp706 MlirType attrType = mlirAttributeGetType(mlirAttribute); getFromList() local
864 MlirType attrType = mlirAttributeGetType(elementAttr); getSplat() local
/llvm-project/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp148 Type attrType = cast<TypedAttr>(value).getType(); verifyInitializationAttribute() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp2392 __anon4a9417d71a02(AttrParamKind attrType, TypeParamKind paramKind, bool inferType) global() argument
2498 for (auto attrType : attrBuilderType) { global() local
2694 __anon4a9417d71d02(AttrParamKind attrType) global() argument
[all...]
H A DOpFormatGen.cpp63 std::optional<Type> attrType = var->attr.getValueType(); getTypeBuilder() local
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp922 Type attrType = llvm::dyn_cast<TypedAttr>(expVal).getType(); in verifyEncoding() local
930 Type attrType = llvm::dyn_cast<TypedAttr>(impVal).getType(); in verifyEncoding() local
/llvm-project/mlir/lib/IR/
H A DAsmPrinter.cpp898 Type attrType = typedAttr.getType(); printAndVisitNestedAliasesImpl() local
2387 Type attrType = typedAttr.getType(); printAttributeImpl() local
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp2846 if (!isa<ast::AttributeType>(attrType)) { in createOperationExpr() local