CIRCT  20.0.0git
Functions
RTGTest.h File Reference
#include "mlir-c/IR.h"
Include dependency graph for RTGTest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 MLIR_DECLARE_CAPI_DIALECT_REGISTRATION (RTGTest, rtgtest)
 
MLIR_CAPI_EXPORTED bool rtgtestTypeIsACPU (MlirType type)
 If the type is an RTGTest CPUType. More...
 
MLIR_CAPI_EXPORTED MlirType rtgtestCPUTypeGet (MlirContext ctxt)
 Creates an RTGTest CPU type in the context. More...
 

Function Documentation

◆ MLIR_DECLARE_CAPI_DIALECT_REGISTRATION()

MLIR_DECLARE_CAPI_DIALECT_REGISTRATION ( RTGTest  ,
rtgtest   
)

◆ rtgtestCPUTypeGet()

MLIR_CAPI_EXPORTED MlirType rtgtestCPUTypeGet ( MlirContext  ctxt)

Creates an RTGTest CPU type in the context.

Definition at line 30 of file RTGTest.cpp.

References esiaccel.accelerator::ctxt, circt::calyx::direction::get(), unwrap(), and wrap().

◆ rtgtestTypeIsACPU()

MLIR_CAPI_EXPORTED bool rtgtestTypeIsACPU ( MlirType  type)

If the type is an RTGTest CPUType.

Definition at line 28 of file RTGTest.cpp.

References unwrap().