Searched refs:DEFINE_C_API_STRUCT (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir-c/ |
| H A D | Pass.h | 37 #define DEFINE_C_API_STRUCT(name, storage) \ macro 43 DEFINE_C_API_STRUCT(MlirPass, void); 44 DEFINE_C_API_STRUCT(MlirExternalPass, void); 45 DEFINE_C_API_STRUCT(MlirPassManager, void); 46 DEFINE_C_API_STRUCT(MlirOpPassManager, void); 48 #undef DEFINE_C_API_STRUCT
|
| H A D | IR.h | 51 DEFINE_C_API_STRUCT(MlirContext, void); 52 DEFINE_C_API_STRUCT(MlirDialect, void); 54 DEFINE_C_API_STRUCT(MlirOperation, void); 56 DEFINE_C_API_STRUCT(MlirBlock, void); 57 DEFINE_C_API_STRUCT(MlirRegion, void); 58 DEFINE_C_API_STRUCT(MlirSymbolTable, void); 62 DEFINE_C_API_STRUCT(MlirLocation, const void); 63 DEFINE_C_API_STRUCT(MlirModule, const void); 64 DEFINE_C_API_STRUCT(MlirType, const void); 65 DEFINE_C_API_STRUCT(MlirValue, const void); [all …]
|
| H A D | Support.h | 53 #define DEFINE_C_API_STRUCT(name, storage) \ macro 59 DEFINE_C_API_STRUCT(MlirTypeID, const void); 60 DEFINE_C_API_STRUCT(MlirTypeIDAllocator, void); 62 #undef DEFINE_C_API_STRUCT
|
| H A D | ExecutionEngine.h | 25 #define DEFINE_C_API_STRUCT(name, storage) \ macro 31 DEFINE_C_API_STRUCT(MlirExecutionEngine, void); 33 #undef DEFINE_C_API_STRUCT
|
| H A D | IntegerSet.h | 32 #define DEFINE_C_API_STRUCT(name, storage) \ macro 38 DEFINE_C_API_STRUCT(MlirIntegerSet, const void); 40 #undef DEFINE_C_API_STRUCT
|
| H A D | AffineExpr.h | 32 #define DEFINE_C_API_STRUCT(name, storage) \ macro 38 DEFINE_C_API_STRUCT(MlirAffineExpr, const void); 40 #undef DEFINE_C_API_STRUCT
|
| H A D | AffineMap.h | 33 #define DEFINE_C_API_STRUCT(name, storage) \ macro 39 DEFINE_C_API_STRUCT(MlirAffineMap, const void); 41 #undef DEFINE_C_API_STRUCT
|