| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| H A D | register32_test.cpp | 67 std::vector<Reg> regs; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| H A D | register64_test.cpp | 64 std::vector<Reg> regs; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | reg_alloc_verifier_test.cpp | 301 ArenaVector<bool> regs = ArenaVector<bool>(std::max(MAX_NUM_REGS, MAX_NUM_VREGS), false, GetAllocator()->Adapter()); in TEST_F() local 355 ArenaVector<bool> regs = ArenaVector<bool>(std::max(MAX_NUM_REGS, MAX_NUM_VREGS), false, GetAllocator()->Adapter()); in TEST_F() local
|
| H A D | reg_alloc_resolver_test.cpp | 32 ArenaVector<bool> regs = in InitUsedRegs() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| H A D | register64_test.cpp | 67 std::vector<Reg> regs; in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| H A D | register32_test.cpp | 70 std::vector<Reg> regs; in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| H A D | register64_test.cpp | 70 std::vector<Reg> regs; in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| H A D | register64_test.cpp | 67 std::vector<Reg> regs; in TEST_F() local
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-ins.cpp | 104 translator << "v" << regs[idx]; in RegToString() local
|
| H A D | assembly-ins.h | 101 std::vector<uint16_t> regs; /* list of arguments - registers */ member
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-ins.cpp | 103 translator << "v" << regs[idx]; in RegToString() local
|
| H A D | assembly-ins.h | 112 std::vector<uint16_t> regs; /* list of arguments - registers */ member
|
| /arkcompiler/ets_runtime/compiler_service/interface/ |
| H A D | aot_compiler_interface_stub.cpp | 116 std::string regs = Str16ToStr8(data.ReadString16()); in CommandNeedReCompile() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
| H A D | backtrace.cpp | 51 static inline ARK_INLINE void GetPcFpRegs([[maybe_unused]] void *regs) in GetPcFpRegs() argument 66 uintptr_t regs[2] = {0}; // 2: pc and fp reg in GetPcs() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | stack_walker-inl.h | 48 const auto regs = in IterateAllRegsForCFrame() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/ |
| H A D | global_regs.h | 25 namespace ark::interpreter::arch::regs { namespace in ark::interpreter::arch
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| H A D | callconv.cpp | 60 size_t Amd64CallingConvention::PushRegs(RegList regs, RegList vregs) in PushRegs() argument 85 size_t Amd64CallingConvention::PopRegs(RegList regs, RegList vregs) in PopRegs() argument
|
| H A D | regfile.cpp | 51 void Amd64RegisterDescription::SetCalleeSaved(const ArenaVector<Reg> ®s) in SetCalleeSaved() argument 74 void Amd64RegisterDescription::SetUsedRegs(const ArenaVector<Reg> ®s) in SetUsedRegs() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| H A D | regfile.cpp | 54 void Aarch64RegisterDescription::SetCalleeSaved(const ArenaVector<Reg> ®s) in SetCalleeSaved() argument 83 void Aarch64RegisterDescription::SetUsedRegs(const ArenaVector<Reg> ®s) in SetUsedRegs() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| H A D | regfile.cpp | 144 void Aarch32RegisterDescription::SetCalleeSaved([[maybe_unused]] const ArenaVector<Reg> ®s) in SetCalleeSaved() argument 150 void Aarch32RegisterDescription::SetUsedRegs(const ArenaVector<Reg> ®s) in SetUsedRegs() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | debugger_test.cpp | 86 static void SetVRegs(Frame *frame, std::vector<VRegValue> ®s) in SetVRegs() argument 106 static void CheckFrame(Frame *frame, std::vector<VRegValue> ®s, const MethodInfo &methodInfo) in CheckFrame() argument [all...] |
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | inst_generator.h | 52 void SetNumVRegsArgs(size_t regs, size_t args) in SetNumVRegsArgs() argument
|
| H A D | split_resolver_test.cpp | 81 ArenaVector<bool> regs = in InitUsedRegs() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| H A D | codegen_fastpath.cpp | 212 auto regs = GetCallerRegsMask(GetArch(), false) | GetCalleeRegsMask(GetArch(), false); in IntrinsicSaveTlabStatsSafe() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/ |
| H A D | frame_builder.cpp | 303 std::vector<int> regs; in EmitCSRSaveRestoreCode() local
|