Home
last modified time | relevance | path

Searched refs:InstId (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.h25 ArenaString InstId(const Inst *inst, ArenaAllocator *allocator);
Ddump.cpp69 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/
Ddump_test.cpp71 auto value1 = InstId(inst, graph->GetAllocator()); in __anonb8e9e89d0102()
76 auto value = InstId(inst, graph->GetAllocator()); in __anonb8e9e89d0102()