| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | value.h | 85 static ALWAYS_INLINE Value FromVReg(VRegisterRef vreg) in FromVReg() argument
|
| H A D | stack_walker-inl.h | 27 bool InvokeCallback(Func func, [[maybe_unused]] compiler::VRegInfo regInfo, VRegRef &vreg) in InvokeCallback() argument 138 auto vreg = frameHandler.GetVReg(i); in IterateRegsForIFrameInternal() local
|
| H A D | cframe.h | 174 inline void GetVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo, SlotType **calleeStack, in GetVRegValue() argument 186 inline void GetPackVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo, SlotType **calleeStack, in GetPackVRegValue() argument [all...] |
| H A D | stack_walker.h | 389 auto vreg = vregList[vregList.size() - (VRegInfo::ENV_COUNT - i)]; in EnvData() local
|
| H A D | language_context.h | 349 SetExceptionToVReg( [[maybe_unused]] interpreter::AccVRegister &vreg, [[maybe_unused]] ObjectHeader *obj) const SetExceptionToVReg() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | regScope.cpp | 109 const auto vreg = cg_->AllocReg(); in InitializeParams() local
|
| H A D | codeGen.cpp | 98 void CodeGen::SetVRegType(const VReg vreg, const checker::Type *const type) in SetVRegType() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| H A D | code_info_tables.h | 169 auto vreg = GetVRegInfo(); in GetColumnStr() local
|
| H A D | code_info_builder.cpp | 189 auto &vreg = currentVregs_[i]; in EmitVRegs() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | language_context.cpp | 86 SetExceptionToVReg( [[maybe_unused]] interpreter::AccVRegister &vreg, [[maybe_unused]] ObjectHeader *obj) const SetExceptionToVReg() argument
|
| H A D | cframe.cpp | 30 interpreter::VRegister CFrame::GetVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo, in GetVRegValue() argument 96 GetVRegValueRegister(const VRegInfo &vreg, SlotType **calleeStack) const GetVRegValueRegister() argument 144 GetVRegValueConstant(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo) const GetVRegValueConstant() argument 157 SetVRegValue(const VRegInfo &vreg, uint64_t value, SlotType **calleeStack) SetVRegValue() argument [all...] |
| H A D | osr.cpp | 113 static int64_t GetValueFromVregAcc(const Frame *iframe, LanguageContext &ctx, VRegInfo &vreg) in GetValueFromVregAcc() argument [all...] |
| H A D | stack_walker.cpp | 324 auto vreg = GetFrameHandler<IS_DYNAMIC>(GetIFrame()).GetVReg(regInfo.GetIndex()); in SetVRegValue() local 542 auto vreg = vregList[i]; in GetFrameFromPrevFrame() local 550 auto vreg = vregList[vregList.size() - ACC_OFFSET]; in GetFrameFromPrevFrame() local 564 auto vreg = vregList[i]; GetFrameFromPrevFrame() local [all...] |
| H A D | intrinsics.cpp | 248 auto vreg = handler.GetAcc(); in CheckTag() local 251 auto vreg = handler.GetVReg(reg); in CheckTag() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| H A D | inst_builder.h | 142 void UpdateDefinition(size_t vreg, Inst *inst) in UpdateDefinition() argument 167 GetDefinition(size_t vreg) GetDefinition() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | variable.h | 169 void BindVReg(compiler::VReg vreg) in BindVReg() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | inst.cpp | 381 void SaveStateInst::AppendImmediate(uint64_t imm, uint16_t vreg, DataType::Type type, bool is_acc) in AppendImmediate() argument
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| H A D | variable.h | 143 void BindVReg(compiler::VReg vreg) in BindVReg() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | inst.cpp | 679 void SaveStateInst::AppendImmediate(uint64_t imm, uint16_t vreg, DataType::Type type, VRegType vregType) in AppendImmediate() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | inst_builder.cpp | 210 UpdateDefinition(size_t vreg, Inst *inst) UpdateDefinition() argument 245 GetDefinition(size_t vreg) GetDefinition() argument 326 UpdateDefsForPreds(size_t vreg, std::optional<Inst *> &value) UpdateDefsForPreds() argument [all...] |
| H A D | inst_builder-inl.h | 359 auto vreg = GetArgDefinition(bcInst, 0, accRead); in BuildIsNanIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | lowering.cpp | 1179 auto vreg = saveState->GetVirtualRegister(idx); in LowerStateInst() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | debugger.cpp | 332 auto vreg = reg.Value(); in GetVariable() local 342 auto vreg = reg.Value(); in GetVariable() local 362 auto vreg = reg.Value(); in SetVariable() local 372 auto vreg = reg.Value(); SetVariable() local [all...] |
| /arkcompiler/runtime_core/disassembler/ |
| H A D | disassembler.cpp | 2104 uint32_t vreg = variable_info.reg_number; in SerializeLocalVariableTable() local 2107 reg_stream << 'v' << vreg; in SerializeLocalVariableTable() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| H A D | disassembler.cpp | 1583 uint32_t vreg = variableInfo.regNumber; in SerializeLocalVariableTable() local 1586 regStream << 'v' << vreg; in SerializeLocalVariableTable() local
|