Searched defs:is_acc (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/compiler/code_info/ |
| D | vreg_info.h | 36 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()
|
| D | code_info_builder.cpp | 158 void CodeInfoBuilder::AddConstant(uint64_t value, VRegInfo::Type type, bool is_acc) in AddConstant()
|
| /arkcompiler/runtime_core/runtime/ |
| D | stack_walker.cpp | 574 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/ |
| D | inst.cpp | 473 void SaveStateInst::AppendImmediate(uint64_t imm, uint16_t vreg, DataType::Type type, bool is_acc) in AppendImmediate()
|
| D | inst.h | 350 explicit VirtualRegister(uint16_t v, bool is_acc) : value_(v) in VirtualRegister() 3135 bool is_acc; member
|