Searched refs:InstId (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | dump.h | 25 ArenaString InstId(const Inst *inst, ArenaAllocator *allocator);
|
H A D | dump.cpp | 62 ArenaString InstId(const Inst *inst, ArenaAllocator *allocator) in InstId() function 94 (*out) << (fl_first ? "(" : ", ") << InstId(user, allocator); in DumpUsers() 186 (*out) << (fl_first ? "" : ", ") << InstId(input, allocator); in DumpInputs() 199 (*out) << sep << std::dec << InstId(GetInput(i).GetInst(), allocator); in DumpInputs() 235 (*out) << (fl_first ? "" : ", ") << InstId(input, allocator) << "(bb" << BBId(block, allocator) << ")"; in DumpInputs()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | dump.h | 24 ArenaString InstId(const Inst *inst, ArenaAllocator *allocator);
|
H A D | dump.cpp | 70 ArenaString InstId(const Inst *inst, ArenaAllocator *allocator) in InstId() function 102 (*out) << (flFirst ? "(" : ", ") << InstId(user, allocator); in DumpUsers() 222 (*out) << (flFirst ? "" : ", ") << InstId(input, allocator); in DumpInputs() 240 (*out) << sep << std::dec << InstId(GetInput(i).GetInst(), allocator); in DumpInputs() 310 (*out) << (flFirst ? "" : ", ") << InstId(input, allocator) << "(bb" << BBId(block, allocator) << ")"; in DumpInputs() 957 (*out) << InstId(lenInput, allocator); in DumpInputs() 960 (*out) << ", " << InstId(ssInput, allocator); in DumpInputs() 972 (*out) << InstId(arrInput, allocator); in DumpInputs() 975 (*out) << ", " << InstId(ssInput, allocator); in DumpInputs() 987 (*out) << InstId(arrInpu in DumpInputs() [all...] |
H A D | visualizer_printer.cpp | 122 (*output_) << InstId(inst, graph_->GetLocalAllocator()) << " "; in PrintInst()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | escape.h | 36 using InstId = uint32_t; 206 static constexpr InstId ZERO_INST_ID = std::numeric_limits<InstId>::max() - 1U;
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | dump_test.cpp | 52 * @tc.desc: Verify the InstId function. 71 auto value1 = InstId(inst, graph->GetAllocator()); in HWTEST_F() 76 auto value = InstId(inst, graph->GetAllocator()); in HWTEST_F()
|
Completed in 8 milliseconds