Home
last modified time | relevance | path

Searched defs:vreg (Results 1 - 25 of 35) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvalue.h85 static ALWAYS_INLINE Value FromVReg(VRegisterRef vreg) in FromVReg() argument
H A Dstack_walker-inl.h27 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 Dcframe.h174 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 Dstack_walker.h389 auto vreg = vregList[vregList.size() - (VRegInfo::ENV_COUNT - i)]; in EnvData() local
H A Dlanguage_context.h349 SetExceptionToVReg( [[maybe_unused]] interpreter::AccVRegister &vreg, [[maybe_unused]] ObjectHeader *obj) const SetExceptionToVReg() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregScope.cpp109 const auto vreg = cg_->AllocReg(); in InitializeParams() local
H A DcodeGen.cpp98 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 Dcode_info_tables.h169 auto vreg = GetVRegInfo(); in GetColumnStr() local
H A Dcode_info_builder.cpp189 auto &vreg = currentVregs_[i]; in EmitVRegs() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dlanguage_context.cpp86 SetExceptionToVReg( [[maybe_unused]] interpreter::AccVRegister &vreg, [[maybe_unused]] ObjectHeader *obj) const SetExceptionToVReg() argument
H A Dcframe.cpp30 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 Dosr.cpp113 static int64_t GetValueFromVregAcc(const Frame *iframe, LanguageContext &ctx, VRegInfo &vreg) in GetValueFromVregAcc() argument
[all...]
H A Dstack_walker.cpp324 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 Dintrinsics.cpp248 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 Dinst_builder.h142 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 Dvariable.h169 void BindVReg(compiler::VReg vreg) in BindVReg() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp381 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 Dvariable.h143 void BindVReg(compiler::VReg vreg) in BindVReg() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp679 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 Dinst_builder.cpp210 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 Dinst_builder-inl.h359 auto vreg = GetArgDefinition(bcInst, 0, accRead); in BuildIsNanIntrinsic() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.cpp1179 auto vreg = saveState->GetVirtualRegister(idx); in LowerStateInst() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.cpp332 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 Ddisassembler.cpp2104 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 Ddisassembler.cpp1583 uint32_t vreg = variableInfo.regNumber; in SerializeLocalVariableTable() local
1586 regStream << 'v' << vreg; in SerializeLocalVariableTable() local

Completed in 26 milliseconds

12