Loading [MathJax]/extensions/tex2jax.js
CIRCT 21.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
RTGTest.cpp File Reference
#include "circt-c/Dialect/RTGTest.h"
#include "circt/Dialect/RTGTest/IR/RTGTestAttributes.h"
#include "circt/Dialect/RTGTest/IR/RTGTestDialect.h"
#include "circt/Dialect/RTGTest/IR/RTGTestTypes.h"
#include "mlir/CAPI/Registration.h"
Include dependency graph for RTGTest.cpp:

Go to the source code of this file.

Functions

bool rtgtestTypeIsACPU (MlirType type)
 If the type is an RTGTest CPUType.
 
MlirType rtgtestCPUTypeGet (MlirContext ctxt)
 Creates an RTGTest CPU type in the context.
 
bool rtgtestTypeIsAIntegerRegister (MlirType type)
 If the type is an RTGTest IntegerRegisterType.
 
MlirType rtgtestIntegerRegisterTypeGet (MlirContext ctxt)
 Creates an RTGTest IntegerRegisterType in the context.
 
bool rtgtestAttrIsACPU (MlirAttribute attr)
 If the type is an RTGTest CPUAttr.
 
MlirAttribute rtgtestCPUAttrGet (MlirContext ctxt, unsigned id)
 Creates an RTGTest CPU attribute in the context.
 
unsigned rtgtestCPUAttrGetId (MlirAttribute attr)
 Returns the core ID represented by the CPU attribute.
 
bool rtgtestAttrIsARegZero (MlirAttribute attr)
 If the type is an RTGTest RegZeroAttr.
 
MlirAttribute rtgtestRegZeroAttrGet (MlirContext ctxt)
 Creates an RTGTest RegZero attribute in the context.
 
bool rtgtestAttrIsARegRa (MlirAttribute attr)
 If the attribute is an RTGTest RegRaAttr.
 
MlirAttribute rtgtestRegRaAttrGet (MlirContext ctxt)
 Creates an RTGTest RegRa attribute in the context.
 
bool rtgtestAttrIsARegSp (MlirAttribute attr)
 If the attribute is an RTGTest RegSpAttr.
 
MlirAttribute rtgtestRegSpAttrGet (MlirContext ctxt)
 Creates an RTGTest RegSp attribute in the context.
 
bool rtgtestAttrIsARegGp (MlirAttribute attr)
 If the attribute is an RTGTest RegGpAttr.
 
MlirAttribute rtgtestRegGpAttrGet (MlirContext ctxt)
 Creates an RTGTest RegGp attribute in the context.
 
bool rtgtestAttrIsARegTp (MlirAttribute attr)
 If the attribute is an RTGTest RegTpAttr.
 
MlirAttribute rtgtestRegTpAttrGet (MlirContext ctxt)
 Creates an RTGTest RegTp attribute in the context.
 
bool rtgtestAttrIsARegT0 (MlirAttribute attr)
 If the attribute is an RTGTest RegT0Attr.
 
MlirAttribute rtgtestRegT0AttrGet (MlirContext ctxt)
 Creates an RTGTest RegT0 attribute in the context.
 
bool rtgtestAttrIsARegT1 (MlirAttribute attr)
 If the attribute is an RTGTest RegT1Attr.
 
MlirAttribute rtgtestRegT1AttrGet (MlirContext ctxt)
 Creates an RTGTest RegT1 attribute in the context.
 
bool rtgtestAttrIsARegT2 (MlirAttribute attr)
 If the attribute is an RTGTest RegT2Attr.
 
MlirAttribute rtgtestRegT2AttrGet (MlirContext ctxt)
 Creates an RTGTest RegT2 attribute in the context.
 
bool rtgtestAttrIsARegS0 (MlirAttribute attr)
 If the attribute is an RTGTest RegS0Attr.
 
MlirAttribute rtgtestRegS0AttrGet (MlirContext ctxt)
 Creates an RTGTest RegS0 attribute in the context.
 
bool rtgtestAttrIsARegS1 (MlirAttribute attr)
 If the attribute is an RTGTest RegS1Attr.
 
MlirAttribute rtgtestRegS1AttrGet (MlirContext ctxt)
 Creates an RTGTest RegS1 attribute in the context.
 
bool rtgtestAttrIsARegA0 (MlirAttribute attr)
 If the attribute is an RTGTest RegA0Attr.
 
MlirAttribute rtgtestRegA0AttrGet (MlirContext ctxt)
 Creates an RTGTest RegA0 attribute in the context.
 
bool rtgtestAttrIsARegA1 (MlirAttribute attr)
 If the attribute is an RTGTest RegA1Attr.
 
MlirAttribute rtgtestRegA1AttrGet (MlirContext ctxt)
 Creates an RTGTest RegA1 attribute in the context.
 
bool rtgtestAttrIsARegA2 (MlirAttribute attr)
 If the attribute is an RTGTest RegA2Attr.
 
MlirAttribute rtgtestRegA2AttrGet (MlirContext ctxt)
 Creates an RTGTest RegA2 attribute in the context.
 
bool rtgtestAttrIsARegA3 (MlirAttribute attr)
 If the attribute is an RTGTest RegA3Attr.
 
MlirAttribute rtgtestRegA3AttrGet (MlirContext ctxt)
 Creates an RTGTest RegA3 attribute in the context.
 
bool rtgtestAttrIsARegA4 (MlirAttribute attr)
 If the attribute is an RTGTest RegA4Attr.
 
MlirAttribute rtgtestRegA4AttrGet (MlirContext ctxt)
 Creates an RTGTest RegA4 attribute in the context.
 
bool rtgtestAttrIsARegA5 (MlirAttribute attr)
 If the attribute is an RTGTest RegA5Attr.
 
MlirAttribute rtgtestRegA5AttrGet (MlirContext ctxt)
 Creates an RTGTest RegA5 attribute in the context.
 
bool rtgtestAttrIsARegA6 (MlirAttribute attr)
 If the attribute is an RTGTest RegA6Attr.
 
MlirAttribute rtgtestRegA6AttrGet (MlirContext ctxt)
 Creates an RTGTest RegA6 attribute in the context.
 
bool rtgtestAttrIsARegA7 (MlirAttribute attr)
 If the attribute is an RTGTest RegA7Attr.
 
MlirAttribute rtgtestRegA7AttrGet (MlirContext ctxt)
 Creates an RTGTest RegA7 attribute in the context.
 
bool rtgtestAttrIsARegS2 (MlirAttribute attr)
 If the attribute is an RTGTest RegS2Attr.
 
MlirAttribute rtgtestRegS2AttrGet (MlirContext ctxt)
 Creates an RTGTest RegS2 attribute in the context.
 
bool rtgtestAttrIsARegS3 (MlirAttribute attr)
 If the attribute is an RTGTest RegS3Attr.
 
MlirAttribute rtgtestRegS3AttrGet (MlirContext ctxt)
 Creates an RTGTest RegS3 attribute in the context.
 
bool rtgtestAttrIsARegS4 (MlirAttribute attr)
 If the attribute is an RTGTest RegS4Attr.
 
MlirAttribute rtgtestRegS4AttrGet (MlirContext ctxt)
 Creates an RTGTest RegS4 attribute in the context.
 
bool rtgtestAttrIsARegS5 (MlirAttribute attr)
 If the attribute is an RTGTest RegS5Attr.
 
MlirAttribute rtgtestRegS5AttrGet (MlirContext ctxt)
 Creates an RTGTest RegS5 attribute in the context.
 
bool rtgtestAttrIsARegS6 (MlirAttribute attr)
 If the attribute is an RTGTest RegS6Attr.
 
MlirAttribute rtgtestRegS6AttrGet (MlirContext ctxt)
 Creates an RTGTest RegS6 attribute in the context.
 
bool rtgtestAttrIsARegS7 (MlirAttribute attr)
 If the attribute is an RTGTest RegS7Attr.
 
MlirAttribute rtgtestRegS7AttrGet (MlirContext ctxt)
 Creates an RTGTest RegS7 attribute in the context.
 
bool rtgtestAttrIsARegS8 (MlirAttribute attr)
 If the attribute is an RTGTest RegS8Attr.
 
MlirAttribute rtgtestRegS8AttrGet (MlirContext ctxt)
 Creates an RTGTest RegS8 attribute in the context.
 
bool rtgtestAttrIsARegS9 (MlirAttribute attr)
 If the attribute is an RTGTest RegS9Attr.
 
MlirAttribute rtgtestRegS9AttrGet (MlirContext ctxt)
 Creates an RTGTest RegS9 attribute in the context.
 
bool rtgtestAttrIsARegS10 (MlirAttribute attr)
 If the attribute is an RTGTest RegS10Attr.
 
MlirAttribute rtgtestRegS10AttrGet (MlirContext ctxt)
 Creates an RTGTest RegS10 attribute in the context.
 
bool rtgtestAttrIsARegS11 (MlirAttribute attr)
 If the attribute is an RTGTest RegS11Attr.
 
MlirAttribute rtgtestRegS11AttrGet (MlirContext ctxt)
 Creates an RTGTest RegS11 attribute in the context.
 
bool rtgtestAttrIsARegT3 (MlirAttribute attr)
 If the attribute is an RTGTest RegT3Attr.
 
MlirAttribute rtgtestRegT3AttrGet (MlirContext ctxt)
 Creates an RTGTest RegT3 attribute in the context.
 
bool rtgtestAttrIsARegT4 (MlirAttribute attr)
 If the attribute is an RTGTest RegT4Attr.
 
MlirAttribute rtgtestRegT4AttrGet (MlirContext ctxt)
 Creates an RTGTest RegT4 attribute in the context.
 
bool rtgtestAttrIsARegT5 (MlirAttribute attr)
 If the attribute is an RTGTest RegT5Attr.
 
MlirAttribute rtgtestRegT5AttrGet (MlirContext ctxt)
 Creates an RTGTest RegT5 attribute in the context.
 
bool rtgtestAttrIsARegT6 (MlirAttribute attr)
 If the attribute is an RTGTest RegT6Attr.
 
MlirAttribute rtgtestRegT6AttrGet (MlirContext ctxt)
 Creates an RTGTest RegT6 attribute in the context.
 

Function Documentation

◆ rtgtestAttrIsACPU()

bool rtgtestAttrIsACPU ( MlirAttribute  attr)

If the type is an RTGTest CPUAttr.

Definition at line 47 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegA0()

bool rtgtestAttrIsARegA0 ( MlirAttribute  attr)

If the attribute is an RTGTest RegA0Attr.

Definition at line 142 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegA1()

bool rtgtestAttrIsARegA1 ( MlirAttribute  attr)

If the attribute is an RTGTest RegA1Attr.

Definition at line 150 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegA2()

bool rtgtestAttrIsARegA2 ( MlirAttribute  attr)

If the attribute is an RTGTest RegA2Attr.

Definition at line 158 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegA3()

bool rtgtestAttrIsARegA3 ( MlirAttribute  attr)

If the attribute is an RTGTest RegA3Attr.

Definition at line 166 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegA4()

bool rtgtestAttrIsARegA4 ( MlirAttribute  attr)

If the attribute is an RTGTest RegA4Attr.

Definition at line 174 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegA5()

bool rtgtestAttrIsARegA5 ( MlirAttribute  attr)

If the attribute is an RTGTest RegA5Attr.

Definition at line 182 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegA6()

bool rtgtestAttrIsARegA6 ( MlirAttribute  attr)

If the attribute is an RTGTest RegA6Attr.

Definition at line 190 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegA7()

bool rtgtestAttrIsARegA7 ( MlirAttribute  attr)

If the attribute is an RTGTest RegA7Attr.

Definition at line 198 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegGp()

bool rtgtestAttrIsARegGp ( MlirAttribute  attr)

If the attribute is an RTGTest RegGpAttr.

Definition at line 86 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegRa()

bool rtgtestAttrIsARegRa ( MlirAttribute  attr)

If the attribute is an RTGTest RegRaAttr.

Definition at line 70 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegS0()

bool rtgtestAttrIsARegS0 ( MlirAttribute  attr)

If the attribute is an RTGTest RegS0Attr.

Definition at line 126 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegS1()

bool rtgtestAttrIsARegS1 ( MlirAttribute  attr)

If the attribute is an RTGTest RegS1Attr.

Definition at line 134 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegS10()

bool rtgtestAttrIsARegS10 ( MlirAttribute  attr)

If the attribute is an RTGTest RegS10Attr.

Definition at line 270 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegS11()

bool rtgtestAttrIsARegS11 ( MlirAttribute  attr)

If the attribute is an RTGTest RegS11Attr.

Definition at line 278 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegS2()

bool rtgtestAttrIsARegS2 ( MlirAttribute  attr)

If the attribute is an RTGTest RegS2Attr.

Definition at line 206 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegS3()

bool rtgtestAttrIsARegS3 ( MlirAttribute  attr)

If the attribute is an RTGTest RegS3Attr.

Definition at line 214 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegS4()

bool rtgtestAttrIsARegS4 ( MlirAttribute  attr)

If the attribute is an RTGTest RegS4Attr.

Definition at line 222 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegS5()

bool rtgtestAttrIsARegS5 ( MlirAttribute  attr)

If the attribute is an RTGTest RegS5Attr.

Definition at line 230 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegS6()

bool rtgtestAttrIsARegS6 ( MlirAttribute  attr)

If the attribute is an RTGTest RegS6Attr.

Definition at line 238 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegS7()

bool rtgtestAttrIsARegS7 ( MlirAttribute  attr)

If the attribute is an RTGTest RegS7Attr.

Definition at line 246 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegS8()

bool rtgtestAttrIsARegS8 ( MlirAttribute  attr)

If the attribute is an RTGTest RegS8Attr.

Definition at line 254 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegS9()

bool rtgtestAttrIsARegS9 ( MlirAttribute  attr)

If the attribute is an RTGTest RegS9Attr.

Definition at line 262 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegSp()

bool rtgtestAttrIsARegSp ( MlirAttribute  attr)

If the attribute is an RTGTest RegSpAttr.

Definition at line 78 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegT0()

bool rtgtestAttrIsARegT0 ( MlirAttribute  attr)

If the attribute is an RTGTest RegT0Attr.

Definition at line 102 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegT1()

bool rtgtestAttrIsARegT1 ( MlirAttribute  attr)

If the attribute is an RTGTest RegT1Attr.

Definition at line 110 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegT2()

bool rtgtestAttrIsARegT2 ( MlirAttribute  attr)

If the attribute is an RTGTest RegT2Attr.

Definition at line 118 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegT3()

bool rtgtestAttrIsARegT3 ( MlirAttribute  attr)

If the attribute is an RTGTest RegT3Attr.

Definition at line 286 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegT4()

bool rtgtestAttrIsARegT4 ( MlirAttribute  attr)

If the attribute is an RTGTest RegT4Attr.

Definition at line 294 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegT5()

bool rtgtestAttrIsARegT5 ( MlirAttribute  attr)

If the attribute is an RTGTest RegT5Attr.

Definition at line 302 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegT6()

bool rtgtestAttrIsARegT6 ( MlirAttribute  attr)

If the attribute is an RTGTest RegT6Attr.

Definition at line 310 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegTp()

bool rtgtestAttrIsARegTp ( MlirAttribute  attr)

If the attribute is an RTGTest RegTpAttr.

Definition at line 94 of file RTGTest.cpp.

References unwrap().

◆ rtgtestAttrIsARegZero()

bool rtgtestAttrIsARegZero ( MlirAttribute  attr)

If the type is an RTGTest RegZeroAttr.

Definition at line 62 of file RTGTest.cpp.

References unwrap().

◆ rtgtestCPUAttrGet()

MlirAttribute rtgtestCPUAttrGet ( MlirContext  ctxt,
unsigned  id 
)

Creates an RTGTest CPU attribute in the context.

Definition at line 51 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestCPUAttrGetId()

unsigned rtgtestCPUAttrGetId ( MlirAttribute  attr)

Returns the core ID represented by the CPU attribute.

Definition at line 55 of file RTGTest.cpp.

References unwrap().

◆ rtgtestCPUTypeGet()

MlirType rtgtestCPUTypeGet ( MlirContext  ctxt)

Creates an RTGTest CPU type in the context.

Definition at line 31 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestIntegerRegisterTypeGet()

MlirType rtgtestIntegerRegisterTypeGet ( MlirContext  ctxt)

Creates an RTGTest IntegerRegisterType in the context.

Definition at line 39 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegA0AttrGet()

MlirAttribute rtgtestRegA0AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegA0 attribute in the context.

Definition at line 146 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegA1AttrGet()

MlirAttribute rtgtestRegA1AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegA1 attribute in the context.

Definition at line 154 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegA2AttrGet()

MlirAttribute rtgtestRegA2AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegA2 attribute in the context.

Definition at line 162 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegA3AttrGet()

MlirAttribute rtgtestRegA3AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegA3 attribute in the context.

Definition at line 170 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegA4AttrGet()

MlirAttribute rtgtestRegA4AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegA4 attribute in the context.

Definition at line 178 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegA5AttrGet()

MlirAttribute rtgtestRegA5AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegA5 attribute in the context.

Definition at line 186 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegA6AttrGet()

MlirAttribute rtgtestRegA6AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegA6 attribute in the context.

Definition at line 194 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegA7AttrGet()

MlirAttribute rtgtestRegA7AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegA7 attribute in the context.

Definition at line 202 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegGpAttrGet()

MlirAttribute rtgtestRegGpAttrGet ( MlirContext  ctxt)

Creates an RTGTest RegGp attribute in the context.

Definition at line 90 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegRaAttrGet()

MlirAttribute rtgtestRegRaAttrGet ( MlirContext  ctxt)

Creates an RTGTest RegRa attribute in the context.

Definition at line 74 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegS0AttrGet()

MlirAttribute rtgtestRegS0AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegS0 attribute in the context.

Definition at line 130 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegS10AttrGet()

MlirAttribute rtgtestRegS10AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegS10 attribute in the context.

Definition at line 274 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegS11AttrGet()

MlirAttribute rtgtestRegS11AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegS11 attribute in the context.

Definition at line 282 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegS1AttrGet()

MlirAttribute rtgtestRegS1AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegS1 attribute in the context.

Definition at line 138 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegS2AttrGet()

MlirAttribute rtgtestRegS2AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegS2 attribute in the context.

Definition at line 210 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegS3AttrGet()

MlirAttribute rtgtestRegS3AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegS3 attribute in the context.

Definition at line 218 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegS4AttrGet()

MlirAttribute rtgtestRegS4AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegS4 attribute in the context.

Definition at line 226 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegS5AttrGet()

MlirAttribute rtgtestRegS5AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegS5 attribute in the context.

Definition at line 234 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegS6AttrGet()

MlirAttribute rtgtestRegS6AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegS6 attribute in the context.

Definition at line 242 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegS7AttrGet()

MlirAttribute rtgtestRegS7AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegS7 attribute in the context.

Definition at line 250 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegS8AttrGet()

MlirAttribute rtgtestRegS8AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegS8 attribute in the context.

Definition at line 258 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegS9AttrGet()

MlirAttribute rtgtestRegS9AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegS9 attribute in the context.

Definition at line 266 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegSpAttrGet()

MlirAttribute rtgtestRegSpAttrGet ( MlirContext  ctxt)

Creates an RTGTest RegSp attribute in the context.

Definition at line 82 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegT0AttrGet()

MlirAttribute rtgtestRegT0AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegT0 attribute in the context.

Definition at line 106 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegT1AttrGet()

MlirAttribute rtgtestRegT1AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegT1 attribute in the context.

Definition at line 114 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegT2AttrGet()

MlirAttribute rtgtestRegT2AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegT2 attribute in the context.

Definition at line 122 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegT3AttrGet()

MlirAttribute rtgtestRegT3AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegT3 attribute in the context.

Definition at line 290 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegT4AttrGet()

MlirAttribute rtgtestRegT4AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegT4 attribute in the context.

Definition at line 298 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegT5AttrGet()

MlirAttribute rtgtestRegT5AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegT5 attribute in the context.

Definition at line 306 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegT6AttrGet()

MlirAttribute rtgtestRegT6AttrGet ( MlirContext  ctxt)

Creates an RTGTest RegT6 attribute in the context.

Definition at line 314 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegTpAttrGet()

MlirAttribute rtgtestRegTpAttrGet ( MlirContext  ctxt)

Creates an RTGTest RegTp attribute in the context.

Definition at line 98 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestRegZeroAttrGet()

MlirAttribute rtgtestRegZeroAttrGet ( MlirContext  ctxt)

Creates an RTGTest RegZero attribute in the context.

Definition at line 66 of file RTGTest.cpp.

References unwrap(), and wrap().

◆ rtgtestTypeIsACPU()

bool rtgtestTypeIsACPU ( MlirType  type)

If the type is an RTGTest CPUType.

Definition at line 29 of file RTGTest.cpp.

References unwrap().

◆ rtgtestTypeIsAIntegerRegister()

bool rtgtestTypeIsAIntegerRegister ( MlirType  type)

If the type is an RTGTest IntegerRegisterType.

Definition at line 35 of file RTGTest.cpp.

References unwrap().