Searched refs:shouldTrackSubRegLiveness (Results 1 – 6 of 6) sorted by relevance
214 bool shouldTrackSubRegLiveness(const TargetRegisterClass &RC) const { in shouldTrackSubRegLiveness() function217 bool shouldTrackSubRegLiveness(Register VReg) const { in shouldTrackSubRegLiveness() function219 return shouldTrackSubRegLiveness(*getRegClass(VReg)); in shouldTrackSubRegLiveness()
556 if (NoSubRegLiveness || !MRI->shouldTrackSubRegLiveness(VirtReg)) { in rewrite()
199 LICalc->calculate(LI, MRI->shouldTrackSubRegLiveness(LI.reg())); in computeVirtRegInterval()530 if (MRI->shouldTrackSubRegLiveness(VReg)) { in computeDeadValues()
1773 if (SubUseIdx != 0 && MRI->shouldTrackSubRegLiveness(DstReg)) { in updateRegDefsUses()3464 bool TrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(*CP.getNewRC()); in joinVirtRegs()4049 if (!MRI->shouldTrackSubRegLiveness(Reg)) { in runOnMachineFunction()
2954 if (!MRI->shouldTrackSubRegLiveness(Reg) || LaneMask.any() || in verifyLiveRangeSegment()
955 if (MD.getSubReg() && !MRI->shouldTrackSubRegLiveness(MD.getReg())) in predicate()