Searched refs:InstId (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | dump.h | 25 ArenaString InstId(const Inst *inst, ArenaAllocator *allocator);
|
D | dump.cpp | 69 ArenaString InstId(const Inst *inst, ArenaAllocator *allocator) in InstId() function 101 (*out) << (fl_first ? "(" : ", ") << InstId(user, allocator); in DumpUsers() 193 (*out) << (fl_first ? "" : ", ") << InstId(input, allocator); in DumpInputs() 206 (*out) << sep << std::dec << InstId(GetInput(i).GetInst(), allocator); in DumpInputs() 242 …(*out) << (fl_first ? "" : ", ") << InstId(input, allocator) << "(bb" << BBId(block, allocator) <<… in DumpInputs()
|
/arkcompiler/runtime_core/compiler/tests/ |
D | dump_test.cpp | 71 auto value1 = InstId(inst, graph->GetAllocator()); in __anonb8e9e89d0102() 76 auto value = InstId(inst, graph->GetAllocator()); in __anonb8e9e89d0102()
|