Jlm
Functions
MemoryConverterTests.cpp File Reference
#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>
Include dependency graph for MemoryConverterTests.cpp:

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)
 

Function Documentation

◆ TEST() [1/6]

TEST ( MemoryConverterTests  ,
TestLoad   
)

Definition at line 75 of file MemoryConverterTests.cpp.

◆ TEST() [2/6]

TEST ( MemoryConverterTests  ,
TestLoadStore   
)

Definition at line 216 of file MemoryConverterTests.cpp.

◆ TEST() [3/6]

TEST ( MemoryConverterTests  ,
TestStore   
)

Definition at line 152 of file MemoryConverterTests.cpp.

◆ TEST() [4/6]

TEST ( MemoryConverterTests  ,
TestThetaLoad   
)

Definition at line 290 of file MemoryConverterTests.cpp.

◆ TEST() [5/6]

TEST ( MemoryConverterTests  ,
TestThetaStore   
)

Definition at line 417 of file MemoryConverterTests.cpp.

◆ TEST() [6/6]

TEST ( MemoryConverterTests  ,
TestTraceArgument   
)

Definition at line 21 of file MemoryConverterTests.cpp.