Searched refs:shouldTrackSubRegLiveness (Results 1 – 4 of 4) sorted by relevance
175 bool shouldTrackSubRegLiveness(const TargetRegisterClass &RC) const { in shouldTrackSubRegLiveness() function178 bool shouldTrackSubRegLiveness(unsigned VReg) const { in shouldTrackSubRegLiveness() function180 return shouldTrackSubRegLiveness(*getRegClass(VReg)); in shouldTrackSubRegLiveness()
200 bool ShouldTrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(LI.reg); in computeVirtRegInterval()490 if (MRI->shouldTrackSubRegLiveness(VReg)) { in computeDeadValues()
1203 if (SubIdx != 0 && MO.isUse() && MRI->shouldTrackSubRegLiveness(DstReg)) { in updateRegDefsUses()2569 bool TrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(*CP.getNewRC()); in joinVirtRegs()2961 if (!MRI->shouldTrackSubRegLiveness(Reg)) { in runOnMachineFunction()
1631 if (!MRI->shouldTrackSubRegLiveness(Reg) || LaneMask != 0 || in verifyLiveRangeSegment()