Home
last modified time | relevance | path

Searched defs:is_acc (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/code_info/
Dvreg_info.h36 VRegInfo(uint32_t value, VRegInfo::Location location, Type type, bool is_acc) in VRegInfo()
41 VRegInfo(uint32_t value, VRegInfo::Location location, Type type, bool is_acc, uint32_t index) in VRegInfo()
Dcode_info_builder.cpp158 void CodeInfoBuilder::AddConstant(uint64_t value, VRegInfo::Type type, bool is_acc) in AddConstant()
/arkcompiler/runtime_core/runtime/
Dstack_walker.cpp574 bool is_acc = i == (vreg_list.size() - 1); in ConvertToIFrame() local
590 bool is_acc = i == (vreg_list.size() - 1); in ConvertToIFrame() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp473 void SaveStateInst::AppendImmediate(uint64_t imm, uint16_t vreg, DataType::Type type, bool is_acc) in AppendImmediate()
Dinst.h350 explicit VirtualRegister(uint16_t v, bool is_acc) : value_(v) in VirtualRegister()
3135 bool is_acc; member