Searched refs:shouldTrackSubRegLiveness (Results 1 – 7 of 7) sorted by relevance
222 bool shouldTrackSubRegLiveness(const TargetRegisterClass &RC) const { in shouldTrackSubRegLiveness() function225 bool shouldTrackSubRegLiveness(Register VReg) const { in shouldTrackSubRegLiveness() function228 return LLVM_LIKELY(RC) ? shouldTrackSubRegLiveness(*RC) : false; in shouldTrackSubRegLiveness()
233 LICalc->calculate(LI, MRI->shouldTrackSubRegLiveness(LI.reg())); in computeVirtRegInterval()557 if (MRI->shouldTrackSubRegLiveness(VReg)) { in computeDeadValues()1730 MRI->shouldTrackSubRegLiveness(Reg)) { in repairIntervalsInRange()
1507 assert(!MRI->shouldTrackSubRegLiveness(DstReg) && in reMaterializeTrivialDef()1552 MRI->shouldTrackSubRegLiveness(DstReg)) { in reMaterializeTrivialDef()1931 if (SubUseIdx != 0 && MRI->shouldTrackSubRegLiveness(DstReg)) { in updateRegDefsUses()3672 bool TrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(*CP.getNewRC()); in joinVirtRegs()4347 if (!MRI->shouldTrackSubRegLiveness(Reg)) { in run()
669 if (NoSubRegLiveness || !MRI->shouldTrackSubRegLiveness(VirtReg)) { in rewrite()
2061 if (UndefLanes.any() && DefVN && MRI->shouldTrackSubRegLiveness(DstReg)) { in eliminateRegSequence()
2951 !LI->hasSubRanges() && MRI->shouldTrackSubRegLiveness(Reg)) in checkLiveness()3781 if (!MRI->shouldTrackSubRegLiveness(VRegOrUnit.asVirtualReg()) || in verifyLiveRangeSegment()
961 if (MD.getSubReg() && !MRI->shouldTrackSubRegLiveness(MD.getReg())) in predicate()