Home
last modified time | relevance | path

Searched defs:NamedAttribute (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir/TableGen/
DArgument.h37 struct NamedAttribute { struct
60 using Argument = llvm::PointerUnion<NamedAttribute *, NamedTypeConstraint *>; argument
/external/llvm-project/mlir/lib/IR/
DDialect.cpp59 NamedAttribute) { in verifyRegionArgAttribute() argument
68 unsigned, NamedAttribute) { in verifyRegionResultAttribute() argument
/external/llvm-project/mlir/include/mlir/IR/
DAttributes.h130 using NamedAttribute = std::pair<Identifier, Attribute>; variable
DDialect.h121 virtual LogicalResult verifyOperationAttribute(Operation *, NamedAttribute) { in verifyOperationAttribute() argument