CIRCT
20.0.0git
|
#include "mlir-c/IR.h"
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... | |
MLIR_DECLARE_CAPI_DIALECT_REGISTRATION | ( | RTGTest | , |
rtgtest | |||
) |
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().
MLIR_CAPI_EXPORTED bool rtgtestTypeIsACPU | ( | MlirType | type | ) |