|
Jlm
|
#include <gtest/gtest.h>#include <jlm/llvm/ir/operators/IntegerOperations.hpp>#include <jlm/llvm/ir/operators/StdLibIntrinsicOperations.hpp>#include <jlm/rvsdg/TestOperations.hpp>#include <jlm/rvsdg/TestType.hpp>
Go to the source code of this file.
Functions | |
| TEST (StdLibIntrinsicOperationsTests, memcpyOperationEqualityTest) | |
| TEST (StdLibIntrinsicOperationsTests, memcpyAccessorsTest) | |
| TEST (StdLibIntrinsicOperationsTests, memcpyMapMemoryStateInputToOutput) | |
| TEST (StdLibIntrinsicOperationsTests, memcpyMapMemoryStateOutputToInput) | |
| TEST (StdLibIntrinsicOperationsTests, memsetOperationEquality) | |
| TEST (StdLibIntrinsicOperationsTests, memsetAccessorsTest) | |
| TEST (StdLibIntrinsicOperationsTests, memsetMapMemoryStateInputToOutput) | |
| TEST (StdLibIntrinsicOperationsTests, memsetMapMemoryStateOutputToInput) | |
| TEST | ( | StdLibIntrinsicOperationsTests | , |
| memcpyAccessorsTest | |||
| ) |
Definition at line 33 of file StdLibIntrinsicOperationsTests.cpp.
| TEST | ( | StdLibIntrinsicOperationsTests | , |
| memcpyMapMemoryStateInputToOutput | |||
| ) |
Definition at line 59 of file StdLibIntrinsicOperationsTests.cpp.
| TEST | ( | StdLibIntrinsicOperationsTests | , |
| memcpyMapMemoryStateOutputToInput | |||
| ) |
Definition at line 107 of file StdLibIntrinsicOperationsTests.cpp.
| TEST | ( | StdLibIntrinsicOperationsTests | , |
| memcpyOperationEqualityTest | |||
| ) |
Definition at line 13 of file StdLibIntrinsicOperationsTests.cpp.
| TEST | ( | StdLibIntrinsicOperationsTests | , |
| memsetAccessorsTest | |||
| ) |
Definition at line 175 of file StdLibIntrinsicOperationsTests.cpp.
| TEST | ( | StdLibIntrinsicOperationsTests | , |
| memsetMapMemoryStateInputToOutput | |||
| ) |
Definition at line 202 of file StdLibIntrinsicOperationsTests.cpp.
| TEST | ( | StdLibIntrinsicOperationsTests | , |
| memsetMapMemoryStateOutputToInput | |||
| ) |
Definition at line 235 of file StdLibIntrinsicOperationsTests.cpp.
| TEST | ( | StdLibIntrinsicOperationsTests | , |
| memsetOperationEquality | |||
| ) |
Definition at line 155 of file StdLibIntrinsicOperationsTests.cpp.