| /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() 100 void CodeInfoTest::SingleStackMapDoCheck(CodeInfo &codeInfo, const std::array<VRegInfo, 3U> &vregs) in SingleStackMapDoCheck() 146 …std::array vregs = {VRegInfo(1U, VRegInfo::Location::FP_REGISTER, VRegInfo::Type::INT64, VRegInfo:… in TEST_F() local 181 ArenaVector<uint8_t> CodeInfoTest::MultipleStackmapsBuild(const std::array<VRegInfo, 6U> &vregs, vo… in MultipleStackmapsBuild() 241 …MultipleStackmapsCheck1(CodeInfo &codeInfo, const std::array<VRegInfo, 6U> &vregs, void *methodStu… in MultipleStackmapsCheck1() 262 …id CodeInfoTest::MultipleStackmapsCheck2(CodeInfo &codeInfo, const std::array<VRegInfo, 6U> &vregs) in MultipleStackmapsCheck2() 311 std::array vregs = { in TEST_F() local
|
| /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/optimizer/code_generator/target/aarch32/ |
| D | callconv.cpp | 56 uint8_t Aarch32CallingConvention::PushPopVRegs(VRegMask vregs, bool isPush = true) in PushPopVRegs() 119 uint8_t Aarch32CallingConvention::PushRegs(RegMask regs, VRegMask vregs, bool isCallee) in PushRegs() 157 uint8_t Aarch32CallingConvention::PopRegs(RegMask regs, VRegMask vregs, bool isCallee) in PopRegs()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | callconv.cpp | 60 size_t Amd64CallingConvention::PushRegs(RegList regs, RegList vregs) in PushRegs() 85 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 | 64 …Aarch64CallingConvention::PushRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList vregs, in PushRegs() 82 …64CallingConvention::PopRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList vregs, bool… in PopRegs()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph.cpp | 481 const auto &vregs = catch_phi->GetThrowableInsts(); in RemoveThrowableInst() local 503 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/irtoc/backend/compiler/ |
| D | codegen_fastpath.cpp | 213 auto vregs = GetCallerRegsMask(GetArch(), true); in IntrinsicSaveTlabStatsSafe() local
|
| /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 | ir_constructor.h | 930 IrConstructor &SrcVregs(std::vector<int> &&vregs) in SrcVregs() 954 auto &vregs = saveStateInstVregsMap_[CurrentInstIndex()]; in CleanupInputs() local 1242 void ConstructInput(Inst *inst, size_t inputIdx, const std::vector<int> &vregs, size_t idx) in ConstructInput()
|
| D | graph.cpp | 722 const auto &vregs = catchPhi->GetThrowableInsts(); in RemoveThrowableInst() local 747 const auto &vregs = catchPhi->GetThrowableInsts(); in ReplaceThrowableInst() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | code_info_producer.cpp | 250 auto vregs = vregSlots / VREG_RECORD_SIZE; in BuildRegMap() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | debugger.cpp | 899 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 | 667 …gAllocator::ClassifyOperand(std::unordered_set<regno_t> &pregs, std::unordered_set<regno_t> &vregs, in ClassifyOperand()
|