File indexing completed on 2026-05-10 08:36:51
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 #ifndef LLVM_CLANG_CIR_DIALECT_IR_CIRDIALECT_H
0014 #define LLVM_CLANG_CIR_DIALECT_IR_CIRDIALECT_H
0015
0016 #include "mlir/IR/Builders.h"
0017 #include "mlir/IR/BuiltinOps.h"
0018 #include "mlir/IR/BuiltinTypes.h"
0019 #include "mlir/IR/Dialect.h"
0020 #include "mlir/IR/OpDefinition.h"
0021 #include "mlir/Interfaces/CallInterfaces.h"
0022 #include "mlir/Interfaces/ControlFlowInterfaces.h"
0023 #include "mlir/Interfaces/FunctionInterfaces.h"
0024 #include "mlir/Interfaces/InferTypeOpInterface.h"
0025 #include "mlir/Interfaces/LoopLikeInterface.h"
0026 #include "mlir/Interfaces/MemorySlotInterfaces.h"
0027 #include "mlir/Interfaces/SideEffectInterfaces.h"
0028
0029 #include "clang/CIR/Dialect/IR/CIRAttrs.h"
0030 #include "clang/CIR/Dialect/IR/CIROpsDialect.h.inc"
0031
0032
0033
0034
0035 #define GET_OP_CLASSES
0036 #include "clang/CIR/Dialect/IR/CIROps.h.inc"
0037
0038 #endif