| /arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/ |
| D | add.json | 11 "regs": [ array 22 "regs": [ array 33 "regs": [ array 44 "regs": [ array 55 "regs": [ array 73 "regs": [ array 83 "regs": [ array 93 "regs": [ array 103 "regs": [ array 113 "regs": [ array [all …]
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
| D | regfile.cpp | 51 void Amd64RegisterDescription::SetCalleeSaved(const ArenaVector<Reg> ®s) in SetCalleeSaved() 74 void Amd64RegisterDescription::SetUsedRegs(const ArenaVector<Reg> ®s) in SetUsedRegs()
|
| D | callconv.cpp | 50 size_t Amd64CallingConvention::PushRegs(RegList regs, RegList vregs) in PushRegs() 75 size_t Amd64CallingConvention::PopRegs(RegList regs, RegList vregs) in PopRegs()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | regfile.cpp | 54 void Aarch64RegisterDescription::SetCalleeSaved(const ArenaVector<Reg> ®s) in SetCalleeSaved() 83 void Aarch64RegisterDescription::SetUsedRegs(const ArenaVector<Reg> ®s) in SetUsedRegs()
|
| D | callconv.cpp | 49 size_t Aarch64CallingConvention::PushRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList… in PushRegs() 67 size_t Aarch64CallingConvention::PopRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList … in PopRegs()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | regfile.cpp | 97 void Aarch32RegisterDescription::SetCalleeSaved([[maybe_unused]] const ArenaVector<Reg> ®s) in SetCalleeSaved() 103 void Aarch32RegisterDescription::SetUsedRegs(const ArenaVector<Reg> ®s) in SetUsedRegs()
|
| D | callconv.cpp | 106 uint8_t Aarch32CallingConvention::PushRegs(RegMask regs, VRegMask vregs, bool is_callee) in PushRegs() 144 uint8_t Aarch32CallingConvention::PopRegs(RegMask regs, VRegMask vregs, bool is_callee) in PopRegs()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | regAllocator.cpp | 73 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in Run() local 92 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in Run() local 121 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in AdjustInsRegWhenHasSpill() local
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyIns.proto | 30 repeated uint32 regs = 2; field
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | registers_description.h | 136 M GetUsedRegsMask(const ArenaVector<Reg> ®s) in GetUsedRegsMask()
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | register64_test.cpp | 67 std::vector<Reg> regs; in TEST_F() local
|
| D | codegen_test.cpp | 126 RegMask regs; member in panda::compiler::LoadStoreRegistersCollector 193 RegMask regs; member in panda::compiler::LoadStoreInstCollector
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | register32_test.cpp | 70 std::vector<Reg> regs; in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | register64_test.cpp | 70 std::vector<Reg> regs; in TEST_F() local
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | stack_walker-inl.h | 48 const auto regs = in IterateAllRegsForCFrame() local
|
| D | method-inl.h | 291 coretypes::TaggedValue *regs) in InvokeContext() 299 coretypes::TaggedValue *regs) in InvokeContext()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_generator.h | 52 void SetNumVRegsArgs(size_t regs, size_t args) in SetNumVRegsArgs()
|
| D | split_resolver_test.cpp | 81 ArenaVector<bool> regs = in InitUsedRegs() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | debugger_test.cpp | 125 std::vector<VRegValue> regs {{0x1111111122222222, false}, in TEST_F() local
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | abs_int_inl.h | 2427 bool CheckCallCtor(const CachedMethod &ctor, RegsFetcher regs) in CheckCallCtor() 2463 bool CheckCtor(Fetcher regs) in CheckCtor() 3496 bool CheckCall(const CachedMethod *method, Fetcher regs) in CheckCall() 3566 std::array<int, NUM_ARGS> regs; in HandleCallAccShort() local 3684 std::array<int, NUM_ARGS> regs; in HandleCallAcc() local 3757 std::array<int, NUM_ARGS> regs; in HandleCallVirtAccShort() local 3809 std::array<int, NUM_ARGS> regs; in HandleCallVirtAcc() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-ins.h | 101 std::vector<uint16_t> regs; /* list of arguments - registers */ member
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 105 std::array<const VReg *, IRNode::MAX_REG_OPERAND> regs {}; in MatchFormat() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | parser_test.cpp | 1264 std::vector<uint16_t> regs {}; in TEST() local 1284 std::vector<uint16_t> regs {0}; in TEST() local 1304 std::vector<uint16_t> regs {0, 1}; in TEST() local 1357 std::vector<uint16_t> regs {}; in TEST() local 1377 std::vector<uint16_t> regs {0}; in TEST() local 1397 std::vector<uint16_t> regs {0, 1}; in TEST() local 1417 std::vector<uint16_t> regs {0, 1, 2}; in TEST() local 1437 std::vector<uint16_t> regs {0, 1, 2, 3}; in TEST() local
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 349 auto regs = ins["r"]; in ParseInstructionRegs() local
|