| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | callconv.cpp | 52 uint8_t Aarch32CallingConvention::PushPopVRegs(VRegMask vregs, bool isPush = true) in PushPopVRegs() 106 uint8_t Aarch32CallingConvention::PushRegs(RegMask regs, VRegMask vregs, bool isCallee) in PushRegs() 144 uint8_t Aarch32CallingConvention::PopRegs(RegMask regs, VRegMask vregs, bool isCallee) in PopRegs()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | code_info_test.cpp | 71 …Regs(CodeInfo &code_info, StackMap stack_map, int inline_info_index, std::array<VRegInfo, N> vregs) in CompareVRegs() 95 std::array vregs = {VRegInfo(1, VRegInfo::Location::FP_REGISTER, VRegInfo::Type::INT64, false), in TEST_F() local 166 std::array vregs = { in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | code_info_test.cpp | 73 …areVRegs(CodeInfo &codeInfo, StackMap stackMap, int inlineInfoIndex, std::array<VRegInfo, N> vregs) in CompareVRegs() 97 …std::array vregs = {VRegInfo(1U, VRegInfo::Location::FP_REGISTER, VRegInfo::Type::INT64, VRegInfo:… in TEST_F() local 168 std::array vregs = { in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| 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/libpandafile/ |
| D | code_data_accessor-inl.h | 71 …uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId code_id, uint32_t *vregs) in GetInstructions()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | code_data_accessor-inl.h | 72 … uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId codeId, uint32_t *vregs) in GetInstructions()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | callconv.cpp | 49 …Aarch64CallingConvention::PushRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList vregs, in PushRegs() 67 …64CallingConvention::PopRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList vregs, bool… in PopRegs()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph.cpp | 480 const auto &vregs = catch_phi->GetThrowableInsts(); in RemoveThrowableInst() local 502 const auto &vregs = catch_phi->GetThrowableInsts(); in ReplaceThrowableInst() local
|
| D | ir_constructor.h | 741 IrConstructor &SrcVregs(std::vector<int> &&vregs) in SrcVregs()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | reg_alloc_verifier.cpp | 90 …BlockStates(size_t regs, size_t vregs, size_t stackSlots, size_t stackParams, ArenaAllocator *allo… in BlockStates() 204 BlockState::BlockState(size_t regs, size_t vregs, size_t stackSlots, size_t stackParams, ArenaAlloc… in BlockState()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph.cpp | 716 const auto &vregs = catchPhi->GetThrowableInsts(); in RemoveThrowableInst() local 738 const auto &vregs = catchPhi->GetThrowableInsts(); in ReplaceThrowableInst() local
|
| D | ir_constructor.h | 930 IrConstructor &SrcVregs(std::vector<int> &&vregs) in SrcVregs() 954 auto &vregs = saveStateInstVregsMap_[CurrentInstIndex()]; in CleanupInputs() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | debugger.cpp | 900 static void FillRegisters(Frame *interpreterFrame, PandaVector<uint64_t> &vregs, in FillRegisters()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_color_ra.cpp | 974 …gAllocator::ClassifyOperand(std::unordered_set<regno_t> &pregs, std::unordered_set<regno_t> &vregs, in ClassifyOperand() 1000 std::unordered_set<regno_t> vregs; in SetOpndConflict() local
|