|
Jlm
|
#include <gtest/gtest.h>#include <jlm/hls/backend/rvsdg2rhls/mem-conv.hpp>#include <jlm/hls/backend/rvsdg2rhls/mem-queue.hpp>#include <jlm/hls/backend/rvsdg2rhls/mem-sep.hpp>#include <jlm/hls/backend/rvsdg2rhls/ThetaConversion.hpp>#include <jlm/hls/ir/hls.hpp>#include <jlm/llvm/ir/operators/Load.hpp>#include <jlm/llvm/ir/operators/MemoryStateOperations.hpp>#include <jlm/rvsdg/bitstring/arithmetic.hpp>#include <jlm/rvsdg/bitstring/comparison.hpp>#include <jlm/rvsdg/theta.hpp>#include <jlm/rvsdg/view.hpp>#include <jlm/util/Statistics.hpp>
Go to the source code of this file.
Functions | |
| TEST (MemoryConverterTests, TestTraceArgument) | |
| TEST (MemoryConverterTests, TestLoad) | |
| TEST (MemoryConverterTests, TestStore) | |
| TEST (MemoryConverterTests, TestLoadStore) | |
| TEST (MemoryConverterTests, TestThetaLoad) | |
| TEST (MemoryConverterTests, TestThetaStore) | |
| TEST | ( | MemoryConverterTests | , |
| TestLoad | |||
| ) |
Definition at line 75 of file MemoryConverterTests.cpp.
| TEST | ( | MemoryConverterTests | , |
| TestLoadStore | |||
| ) |
Definition at line 216 of file MemoryConverterTests.cpp.
| TEST | ( | MemoryConverterTests | , |
| TestStore | |||
| ) |
Definition at line 152 of file MemoryConverterTests.cpp.
| TEST | ( | MemoryConverterTests | , |
| TestThetaLoad | |||
| ) |
Definition at line 290 of file MemoryConverterTests.cpp.
| TEST | ( | MemoryConverterTests | , |
| TestThetaStore | |||
| ) |
Definition at line 417 of file MemoryConverterTests.cpp.
| TEST | ( | MemoryConverterTests | , |
| TestTraceArgument | |||
| ) |
Definition at line 21 of file MemoryConverterTests.cpp.