MLIR
22.0.0git
include
mlir
Dialect
Ptr
IR
MemorySpaceInterfaces.h
Go to the documentation of this file.
1
//===-- MemorySpaceInterfaces.h - ptr memory space interfaces ---*- C++ -*-===//
2
//
3
// Part of the LLVM Project, 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 defines the ptr dialect memory space interfaces.
10
//
11
//===----------------------------------------------------------------------===//
12
13
#ifndef MLIR_DIALECT_PTR_IR_MEMORYSPACEINTERFACES_H
14
#define MLIR_DIALECT_PTR_IR_MEMORYSPACEINTERFACES_H
15
16
#include "
mlir/IR/Attributes.h
"
17
#include "
mlir/IR/BuiltinAttributes.h
"
18
#include "
mlir/IR/OpDefinition.h
"
19
20
#include <functional>
21
#include <optional>
22
23
namespace
mlir
{
24
class
Operation;
25
class
DataLayout;
26
namespace
ptr {
27
enum class
AtomicBinOp : uint32_t;
28
enum class AtomicOrdering : uint32_t;
29
}
// namespace ptr
30
}
// namespace mlir
31
32
#include "mlir/Dialect/Ptr/IR/MemorySpaceAttrInterfaces.h.inc"
33
34
#endif
// MLIR_DIALECT_PTR_IR_MEMORYSPACEINTERFACES_H
Attributes.h
OpDefinition.h
BuiltinAttributes.h
mlir
Include the generated interface declarations.
Definition:
LocalAliasAnalysis.h:20
Generated on Wed Oct 15 2025 16:32:18 for MLIR by
1.9.1