Searched refs:VRegTypeToString (Results 1 – 5 of 5) sorted by relevance
214 static inline const char *VRegTypeToString(VRegType type) in VRegTypeToString() function229 …os << "VReg #" << GetIndex() << ":" << GetTypeString() << ", " << VRegTypeToString(GetVRegType()) … in Dump()
170 …return std::string(VRegInfo::VRegTypeToString(vreg.GetVRegType())) + ":" + vreg.GetTypeString() + … in GetColumnStr()
242 (*out) << "(" << VRegInfo::VRegTypeToString(GetVirtualRegister(i).GetVRegType()) << ")"; in DumpInputs()256 (*out) << "(" << VRegInfo::VRegTypeToString(imm.vregType) << ")"; in DumpInputs()
2172 … ASSERT_DO_EXT_VISITOR(founded, std::cerr << VRegInfo::VRegTypeToString(envType) << " not found"); in CheckUserOfInt32()
723 << (regInfo.IsSpecialVReg() ? VRegInfo::VRegTypeToString(regInfo.GetVRegType()) in DumpVRegs()