#include <hls.hpp>
Definition at line 1244 of file hls.hpp.
◆ ~MemoryRequestOperation()
| jlm::hls::MemoryRequestOperation::~MemoryRequestOperation |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ MemoryRequestOperation() [1/2]
| jlm::hls::MemoryRequestOperation::MemoryRequestOperation |
( |
const std::vector< std::shared_ptr< const rvsdg::Type >> & |
load_types, |
|
|
const std::vector< std::shared_ptr< const rvsdg::Type >> & |
store_types |
|
) |
| |
|
inline |
◆ MemoryRequestOperation() [2/2]
◆ copy()
| std::unique_ptr<Operation> jlm::hls::MemoryRequestOperation::copy |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ create()
◆ CreateInTypes()
| static std::vector<std::shared_ptr<const jlm::rvsdg::Type> > jlm::hls::MemoryRequestOperation::CreateInTypes |
( |
const std::vector< std::shared_ptr< const rvsdg::Type >> & |
load_types, |
|
|
const std::vector< std::shared_ptr< const rvsdg::Type >> & |
store_types |
|
) |
| |
|
inlinestatic |
◆ CreateOutTypes()
| static std::vector<std::shared_ptr<const jlm::rvsdg::Type> > jlm::hls::MemoryRequestOperation::CreateOutTypes |
( |
const std::vector< std::shared_ptr< const rvsdg::Type >> & |
load_types, |
|
|
const std::vector< std::shared_ptr< const rvsdg::Type >> & |
store_types |
|
) |
| |
|
inlinestatic |
◆ debug_string()
| std::string jlm::hls::MemoryRequestOperation::debug_string |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ get_nloads()
| size_t jlm::hls::MemoryRequestOperation::get_nloads |
( |
| ) |
const |
|
inline |
◆ GetLoadTypes()
| const std::vector<std::shared_ptr<const rvsdg::Type> >* jlm::hls::MemoryRequestOperation::GetLoadTypes |
( |
| ) |
const |
|
inline |
◆ GetStoreTypes()
| const std::vector<std::shared_ptr<const rvsdg::Type> >* jlm::hls::MemoryRequestOperation::GetStoreTypes |
( |
| ) |
const |
|
inline |
◆ operator==()
| bool jlm::hls::MemoryRequestOperation::operator== |
( |
const Operation & |
other | ) |
const |
|
inlineoverridevirtualnoexcept |
◆ LoadTypes_
| std::vector<std::shared_ptr<const rvsdg::Type> > jlm::hls::MemoryRequestOperation::LoadTypes_ |
|
private |
◆ StoreTypes_
| std::vector<std::shared_ptr<const rvsdg::Type> > jlm::hls::MemoryRequestOperation::StoreTypes_ |
|
private |
The documentation for this class was generated from the following file: