| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 49 ArenaString IdToString(uint32_t id, ArenaAllocator *allocator, bool v_reg, bool is_phi) in IdToString() function 76 return IdToString(static_cast<uint32_t>(inst->GetId()), allocator, true, inst->IsPhi()); in InstId() 85 return IdToString(static_cast<uint32_t>(block->GetId()), allocator); in BBId() 173 ArenaString id(IdToString(type_id, allocator), adapter); in DumpTypedFieldOpcode() 181 ArenaString id(IdToString(type_id, allocator), allocator->Adapter()); in DumpTypedOpcode() 295 … (*out) << "arg " << IdToString(GetArgNumber(), GetBasicBlock()->GetGraph()->GetLocalAllocator()); in DumpInputs() 400 << IdToString(id_, allocator, false, IsPhi()) + '.'; in Dump() 510 (*out) << "BB " << IdToString(bb_id_, allocator); in Dump()
|
| D | dump.h | 23 ArenaString IdToString(uint32_t id, ArenaAllocator *allocator, bool v_reg = false, bool is_phi = fa…
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | dump.h | 22 ArenaString IdToString(uint32_t id, ArenaAllocator *allocator, bool vReg = false, bool isPhi = fals…
|
| D | dump.cpp | 50 ArenaString IdToString(uint32_t id, ArenaAllocator *allocator, bool vReg, bool isPhi) in IdToString() function 77 return IdToString(static_cast<uint32_t>(inst->GetId()), allocator, true, inst->IsPhi()); in InstId() 86 return IdToString(static_cast<uint32_t>(block->GetId()), allocator); in BBId() 193 ArenaString id(IdToString(typeId, allocator), adapter); in DumpTypedFieldOpcode() 201 ArenaString id(IdToString(typeId, allocator), allocator->Adapter()); in DumpTypedOpcode() 357 …(*out) << "arg " << ((argNum == ParameterInst::DYNAMIC_NUM_ARGS) ? nums : IdToString(argNum, alloc… in DumpInputs() 1053 << IdToString(id_, allocator, false, IsPhi()) + '.'; in Dump() 1183 (*out) << "BB " << IdToString(bbId_, allocator); in Dump()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-ins.cpp | 134 std::string panda::pandasm::Ins::IdToString(size_t idx, bool is_first) const in IdToString() function in panda::pandasm::panda::pandasm::Ins
|
| D | assembly-ins.h | 237 std::string IdToString(size_t idx, bool is_first) const;
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-ins.cpp | 133 std::string panda::pandasm::Ins::IdToString(const size_t idx, bool isFirst) const in IdToString() function in panda::pandasm::panda::pandasm::Ins
|
| D | assembly-ins.h | 249 std::string IdToString(size_t idx, bool isFirst) const;
|
| /arkcompiler/runtime_core/assembler/templates/ |
| D | ins_to_string.cpp.erb | 46 full_operation += IdToString(<%= idx_ids%>, <%= index == 1 ? "true" : "false"%>);
|
| /arkcompiler/runtime_core/static_core/assembler/templates/ |
| D | ins_to_string.cpp.erb | 47 fullOperation += IdToString(<%= idx_ids%>, <%= index == 1 ? "true" : "false"%>);
|