Home
last modified time | relevance | path

Searched refs:VRegTypeToString (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/code_info/
Dvreg_info.h214 static inline const char *VRegTypeToString(VRegType type) in VRegTypeToString() function
229 …os << "VReg #" << GetIndex() << ":" << GetTypeString() << ", " << VRegTypeToString(GetVRegType()) … in Dump()
Dcode_info_tables.h170 …return std::string(VRegInfo::VRegTypeToString(vreg.GetVRegType())) + ":" + vreg.GetTypeString() + … in GetColumnStr()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp242 (*out) << "(" << VRegInfo::VRegTypeToString(GetVirtualRegister(i).GetVRegType()) << ")"; in DumpInputs()
256 (*out) << "(" << VRegInfo::VRegTypeToString(imm.vregType) << ")"; in DumpInputs()
Dgraph_checker.cpp2172 … ASSERT_DO_EXT_VISITOR(founded, std::cerr << VRegInfo::VRegTypeToString(envType) << " not found"); in CheckUserOfInt32()
/arkcompiler/runtime_core/static_core/runtime/
Dstack_walker.cpp723 << (regInfo.IsSpecialVReg() ? VRegInfo::VRegTypeToString(regInfo.GetVRegType()) in DumpVRegs()