MLIR
22.0.0git
include
mlir
Dialect
Ptr
IR
PtrAttrs.h
Go to the documentation of this file.
1
//===- PtrAttrs.h - Pointer dialect attributes ------------------*- C++ -*-===//
2
//
3
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
//
9
// This file declares the Ptr dialect attributes.
10
//
11
//===----------------------------------------------------------------------===//
12
13
#ifndef MLIR_DIALECT_PTR_IR_PTRATTRS_H
14
#define MLIR_DIALECT_PTR_IR_PTRATTRS_H
15
16
#include "
mlir/IR/BuiltinAttributeInterfaces.h
"
17
#include "
mlir/IR/OpImplementation.h
"
18
#include "
mlir/Interfaces/DataLayoutInterfaces.h
"
19
#include "llvm/Support/TypeSize.h"
20
21
#include "
mlir/Dialect/Ptr/IR/MemorySpaceInterfaces.h
"
22
#include "
mlir/Dialect/Ptr/IR/PtrEnums.h
"
23
24
#define GET_ATTRDEF_CLASSES
25
#include "mlir/Dialect/Ptr/IR/PtrOpsAttrs.h.inc"
26
27
#endif
// MLIR_DIALECT_PTR_IR_PTRATTRS_H
BuiltinAttributeInterfaces.h
DataLayoutInterfaces.h
MemorySpaceInterfaces.h
OpImplementation.h
PtrEnums.h
Generated on Tue Sep 2 2025 20:31:45 for MLIR by
1.9.1