Home
last modified time | relevance | path

Searched defs:r2 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dbounds_analysis_test.cpp55 BoundsRange r2 = BoundsRange(1U, 5U); in TEST_F() local
73 BoundsRange r2 = BoundsRange(-5L, -1L); in TEST_F() local
92 BoundsRange r2 = BoundsRange(9U, 13U); in TEST_F() local
126 auto r2 = BoundsRange(-2L); in TEST_F() local
546 auto r2 = BoundsRange(4U, 8U); in TEST_F() local
564 auto r2 = BoundsRange(4U, 8U); in TEST_F() local
Dencoder_operands.cpp337 Reg r1(1U, INT64_TYPE), r2(2U, INT64_TYPE), rI(INVALID_REG_ID, INVALID_TYPE); in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_memlayout.h29 void SetRegisters(AArch64reg r0, AArch64reg r1, AArch64reg r2, AArch64reg r3) in SetRegisters()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_basic.cpp246 …[](const std::pair<uint32, uint32> &r2, const std::pair<uint32, uint32> &r1) { return r1.first >= … in CheckRangesOverlap() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp557 auto r2 = MakeAllocations<TargetSpace::TENURED_REGULAR, true>(); in HelpAllocTenured() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp2575 auto *const r2 = s2->ReturnType(); in IsReturnTypeSubstitutable() local