@@ -37,39 +37,6 @@ MLIR_CAPI_EXPORTED bool rtgtestTypeIsAIntegerRegister(MlirType type);
3737/// Creates an RTGTest IntegerRegisterType in the context.
3838MLIR_CAPI_EXPORTED MlirType rtgtestIntegerRegisterTypeGet (MlirContext ctxt );
3939
40- // Immediates.
41- //===----------------------------------------------------------------------===//
42-
43- /// If the type is an RTGTest Imm5Type.
44- MLIR_CAPI_EXPORTED bool rtgtestTypeIsAImm5 (MlirType type );
45-
46- /// Creates an RTGTest Imm5 type in the context.
47- MLIR_CAPI_EXPORTED MlirType rtgtestImm5TypeGet (MlirContext ctxt );
48-
49- /// If the type is an RTGTest Imm12Type.
50- MLIR_CAPI_EXPORTED bool rtgtestTypeIsAImm12 (MlirType type );
51-
52- /// Creates an RTGTest Imm12 type in the context.
53- MLIR_CAPI_EXPORTED MlirType rtgtestImm12TypeGet (MlirContext ctxt );
54-
55- /// If the type is an RTGTest Imm13Type.
56- MLIR_CAPI_EXPORTED bool rtgtestTypeIsAImm13 (MlirType type );
57-
58- /// Creates an RTGTest Imm13 type in the context.
59- MLIR_CAPI_EXPORTED MlirType rtgtestImm13TypeGet (MlirContext ctxt );
60-
61- /// If the type is an RTGTest Imm21Type.
62- MLIR_CAPI_EXPORTED bool rtgtestTypeIsAImm21 (MlirType type );
63-
64- /// Creates an RTGTest Imm21 type in the context.
65- MLIR_CAPI_EXPORTED MlirType rtgtestImm21TypeGet (MlirContext ctxt );
66-
67- /// If the type is an RTGTest Imm32Type.
68- MLIR_CAPI_EXPORTED bool rtgtestTypeIsAImm32 (MlirType type );
69-
70- /// Creates an RTGTest Imm32 type in the context.
71- MLIR_CAPI_EXPORTED MlirType rtgtestImm32TypeGet (MlirContext ctxt );
72-
7340//===----------------------------------------------------------------------===//
7441// Attribute API.
7542//===----------------------------------------------------------------------===//
@@ -279,59 +246,6 @@ MLIR_CAPI_EXPORTED bool rtgtestAttrIsARegT6(MlirAttribute attr);
279246/// Creates an RTGTest RegT6 attribute in the context.
280247MLIR_CAPI_EXPORTED MlirAttribute rtgtestRegT6AttrGet (MlirContext ctxt );
281248
282- // Immediates.
283- //===----------------------------------------------------------------------===//
284-
285- /// If the attribute is an RTGTest Imm5Attr.
286- MLIR_CAPI_EXPORTED bool rtgtestAttrIsAImm5 (MlirAttribute attr );
287-
288- /// Creates an RTGTest Imm5 attribute in the context.
289- MLIR_CAPI_EXPORTED MlirAttribute rtgtestImm5AttrGet (MlirContext ctxt ,
290- unsigned value );
291-
292- /// Returns the value represented by the Imm5 attribute.
293- MLIR_CAPI_EXPORTED unsigned rtgtestImm5AttrGetValue (MlirAttribute attr );
294-
295- /// If the attribute is an RTGTest Imm12Attr.
296- MLIR_CAPI_EXPORTED bool rtgtestAttrIsAImm12 (MlirAttribute attr );
297-
298- /// Creates an RTGTest Imm12 attribute in the context.
299- MLIR_CAPI_EXPORTED MlirAttribute rtgtestImm12AttrGet (MlirContext ctxt ,
300- unsigned value );
301-
302- /// Returns the value represented by the Imm12 attribute.
303- MLIR_CAPI_EXPORTED unsigned rtgtestImm12AttrGetValue (MlirAttribute attr );
304-
305- /// If the attribute is an RTGTest Imm13Attr.
306- MLIR_CAPI_EXPORTED bool rtgtestAttrIsAImm13 (MlirAttribute attr );
307-
308- /// Creates an RTGTest Imm13 attribute in the context.
309- MLIR_CAPI_EXPORTED MlirAttribute rtgtestImm13AttrGet (MlirContext ctxt ,
310- unsigned value );
311-
312- /// Returns the value represented by the Imm13 attribute.
313- MLIR_CAPI_EXPORTED unsigned rtgtestImm13AttrGetValue (MlirAttribute attr );
314-
315- /// If the attribute is an RTGTest Imm21Attr.
316- MLIR_CAPI_EXPORTED bool rtgtestAttrIsAImm21 (MlirAttribute attr );
317-
318- /// Creates an RTGTest Imm21 attribute in the context.
319- MLIR_CAPI_EXPORTED MlirAttribute rtgtestImm21AttrGet (MlirContext ctxt ,
320- unsigned value );
321-
322- /// Returns the value represented by the Imm21 attribute.
323- MLIR_CAPI_EXPORTED unsigned rtgtestImm21AttrGetValue (MlirAttribute attr );
324-
325- /// If the attribute is an RTGTest Imm32Attr.
326- MLIR_CAPI_EXPORTED bool rtgtestAttrIsAImm32 (MlirAttribute attr );
327-
328- /// Creates an RTGTest Imm32 attribute in the context.
329- MLIR_CAPI_EXPORTED MlirAttribute rtgtestImm32AttrGet (MlirContext ctxt ,
330- unsigned value );
331-
332- /// Returns the value represented by the Imm32 attribute.
333- MLIR_CAPI_EXPORTED unsigned rtgtestImm32AttrGetValue (MlirAttribute attr );
334-
335249#ifdef __cplusplus
336250}
337251#endif
0 commit comments