|
CGRAOmp
0.1
|
a model of address generator without any constraints More...
#include <CGRAModel.hpp>
Public Member Functions | |
| FullStateAG (const FullStateAG &) | |
| copy constructor More... | |
Public Member Functions inherited from CGRAOmp::AddressGenerator | |
| AddressGenerator ()=delete | |
| AddressGenerator (Kind kind) | |
| AddressGenerator (const AddressGenerator &AG)=default | |
| AddressGenerator (AddressGenerator &&)=default | |
| Kind | getKind () const |
| template<typename DerivedT > | |
| DerivedT * | asDerived () |
Static Public Member Functions | |
| static bool | classof (const AG *ag) |
| for downcasting from AddressGenerator by llvm::dyn_cast More... | |
Private Types | |
| using | AG = AddressGenerator |
Additional Inherited Members | |
Public Types inherited from CGRAOmp::AddressGenerator | |
| enum | Kind { Kind::Affine, Kind::FullState } |
a model of address generator without any constraints
|
private |
| FullStateAG::FullStateAG | ( | const FullStateAG & | rhs | ) |
copy constructor
|
inlinestatic |
for downcasting from AddressGenerator by llvm::dyn_cast
1.8.17