/llvm-project/mlir/lib/AsmParser/ |
H A D | AttributeParser.cpp | 984 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 D | DialectSymbolParser.cpp | 258 Type attrType = type; in parseExtendedAttr() local
|
/llvm-project/mlir/examples/toy/Ch3/mlir/ |
H A D | Dialect.cpp | 153 auto attrType = llvm::cast<mlir::RankedTensorType>(getValue().getType()); in verify() local
|
/llvm-project/mlir/examples/toy/Ch2/mlir/ |
H A D | Dialect.cpp | 153 auto attrType = llvm::cast<mlir::RankedTensorType>(getValue().getType()); in verify() local
|
/llvm-project/mlir/examples/toy/Ch4/mlir/ |
H A D | Dialect.cpp | 215 auto attrType = llvm::cast<mlir::RankedTensorType>(getValue().getType()); in verify() local
|
/llvm-project/mlir/examples/toy/Ch6/mlir/ |
H A D | Dialect.cpp | 215 auto attrType = llvm::cast<mlir::RankedTensorType>(getValue().getType()); in verify() local
|
/llvm-project/mlir/lib/Dialect/PDL/IR/ |
H A D | PDL.cpp | 121 Value attrType = getValueType(); verify() local
|
/llvm-project/mlir/examples/toy/Ch5/mlir/ |
H A D | Dialect.cpp | 215 auto attrType = llvm::cast<mlir::RankedTensorType>(getValue().getType()); in verify() local
|
/llvm-project/mlir/examples/toy/Ch7/mlir/ |
H A D | Dialect.cpp | 216 auto attrType = llvm::cast<mlir::RankedTensorType>(attrValue.getType()); in verifyConstantForType() local
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRAttributes.cpp | 706 MlirType attrType = mlirAttributeGetType(mlirAttribute); getFromList() local 864 MlirType attrType = mlirAttributeGetType(elementAttr); getSplat() local
|
/llvm-project/mlir/lib/Dialect/EmitC/IR/ |
H A D | EmitC.cpp | 148 Type attrType = cast<TypedAttr>(value).getType(); verifyInitializationAttribute() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpDefinitionsGen.cpp | 2392 __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 D | OpFormatGen.cpp | 63 std::optional<Type> attrType = var->attr.getValueType(); getTypeBuilder() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 922 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 D | AsmPrinter.cpp | 898 Type attrType = typedAttr.getType(); printAndVisitNestedAliasesImpl() local 2387 Type attrType = typedAttr.getType(); printAttributeImpl() local
|
/llvm-project/mlir/lib/Tools/PDLL/Parser/ |
H A D | Parser.cpp | 2846 if (!isa<ast::AttributeType>(attrType)) { in createOperationExpr() local
|