Searched defs:retData (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
| D | codegen_test_1.cpp | 102 auto retData = GetExecModule().GetRetValue(); in TEST_F() local 253 auto retData = GetExecModule().GetRetValue<T>(); in CheckLoadArray() local 427 auto retData = GetExecModule().GetRetValue<T>(); in CheckLoadArrayPair() local 496 auto retData = GetExecModule().GetRetValue<T>(); in CheckBounds() local 578 auto retData = GetExecModule().GetRetValue<int32_t>(); in CheckCmp() local 746 auto retData = GetExecModule().GetRetValue(); in TEST_F() local 836 auto retData = GetExecModule().GetRetValue(); in TEST_F() local 911 auto retData = GetExecModule().GetRetValue(); in TEST_F() local 982 auto retData = GetExecModule().GetRetValue(); in TEST_F() local 1068 auto retData = GetExecModule().GetRetValue<int32_t>(); in TEST_F() local [all …]
|
| D | codegen_test_2.cpp | 121 auto retData = GetExecModule().GetRetValue(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator_test.cpp | 366 …void CheckData(ParamType calcData, ParamType retData, std::tuple<ParamType, ParamType, ParamType> … in CheckData() argument 419 auto retData = ExecModule(graph, opc, param1, param2, param3); in Generate() local 466 void CheckData(ResultType calcData, ResultType retData, ParamType param1, Inst *inst) in CheckData() 517 auto retData = ExecModule<ParamType, ResultType>(graph, param1); in GenCast() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test_1.cpp | 663 T retData = 0; in TestStr() local 705 T retData[10U]; // NOLINT(modernize-avoid-c-arrays) in TestStrzMainLoop() local 732 uint64_t retData = 0xffffffffffffffffU; in TestStrzMainLoop() local 848 auto retData = (tmp1 == tmp2); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test_1.cpp | 593 T retData = 0; in TestStr() local 691 auto retData = (tmp1 == tmp2); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test_1.cpp | 678 T retData = 0; in TestStr() local 767 auto retData = (tmp1 == tmp2); in TEST_F() local
|