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
mlir::DataLayout
The main mechanism for performing data layout queries.
Definition
DataLayoutInterfaces.h:220
mlir::Operation
Operation is the basic unit of execution within MLIR.
Definition
Operation.h:88
BuiltinAttributes.h
mlir::ptr
Definition
PtrToLLVM.h:18
mlir
Include the generated interface declarations.
Definition
AliasAnalysis.h:19
Generated on
for MLIR by
1.14.0