CIRCT
20.0.0git
include
circt
Dialect
LLHD
IR
LLHDOps.h
Go to the documentation of this file.
1
//===- LLHDOps.h - Declare LLHD dialect operations --------------*- 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 declares the operation class for the LLHD IR.
10
//
11
//===----------------------------------------------------------------------===//
12
13
#ifndef CIRCT_DIALECT_LLHD_IR_LLHDOPS_H
14
#define CIRCT_DIALECT_LLHD_IR_LLHDOPS_H
15
16
#include "
circt/Dialect/HW/HWOps.h
"
17
#include "
circt/Dialect/LLHD/IR/LLHDDialect.h
"
18
#include "circt/Dialect/LLHD/IR/LLHDEnums.h.inc"
19
#include "
circt/Dialect/LLHD/IR/LLHDTypes.h
"
20
#include "
circt/Support/LLVM.h
"
21
#include "mlir/IR/BuiltinTypes.h"
22
#include "mlir/Interfaces/CallInterfaces.h"
23
#include "mlir/Interfaces/ControlFlowInterfaces.h"
24
#include "mlir/Interfaces/FunctionInterfaces.h"
25
#include "mlir/Interfaces/InferTypeOpInterface.h"
26
#include "mlir/Interfaces/SideEffectInterfaces.h"
27
28
namespace
circt
{
29
namespace
llhd {
30
31
unsigned
getLLHDTypeWidth
(Type type);
32
Type
getLLHDElementType
(Type type);
33
34
}
// namespace llhd
35
}
// namespace circt
36
37
/// Retrieve the class declarations generated by TableGen
38
#define GET_OP_CLASSES
39
#include "circt/Dialect/LLHD/IR/LLHD.h.inc"
40
41
#endif
// CIRCT_DIALECT_LLHD_IR_LLHDOPS_H
HWOps.h
LLHDDialect.h
LLHDTypes.h
LLVM.h
circt::llhd::getLLHDTypeWidth
unsigned getLLHDTypeWidth(Type type)
Definition:
LLHDOps.cpp:30
circt::llhd::getLLHDElementType
Type getLLHDElementType(Type type)
Definition:
LLHDOps.cpp:42
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition:
DebugAnalysis.h:21
Generated on Sun Oct 6 2024 00:08:33 for CIRCT by
1.9.1