Searched refs:p_lo (Results 1 – 1 of 1) sorted by relevance
565 RegisterInfo* p_lo = GetRegInfo(reg.GetLow()); in IsLive() local567 DCHECK_EQ(p_lo->IsLive(), p_hi->IsLive()); in IsLive()568 res = p_lo->IsLive() || p_hi->IsLive(); in IsLive()579 RegisterInfo* p_lo = GetRegInfo(reg.GetLow()); in IsTemp() local581 res = p_lo->IsTemp() || p_hi->IsTemp(); in IsTemp()592 RegisterInfo* p_lo = GetRegInfo(reg.GetLow()); in IsPromoted() local594 res = !p_lo->IsTemp() || !p_hi->IsTemp(); in IsPromoted()605 RegisterInfo* p_lo = GetRegInfo(reg.GetLow()); in IsDirty() local607 res = p_lo->IsDirty() || p_hi->IsDirty(); in IsDirty()623 RegisterInfo* p_lo = GetRegInfo(reg.GetLow()); in LockTemp() local[all …]