Lines Matching refs:TrackLaneMasks

268                               bool TrackLaneMasks, bool TrackUntiedDefs) {  in init()  argument
277 this->TrackLaneMasks = TrackLaneMasks; in init()
423 bool TrackLaneMasks, Register RegUnit, SlotIndex Pos, in getLanesWithProperty() argument
429 if (TrackLaneMasks && LI.hasSubRanges()) { in getLanesWithProperty()
435 Result = TrackLaneMasks ? MRI.getMaxLaneMaskForVReg(RegUnit) in getLanesWithProperty()
452 bool TrackLaneMasks, Register RegUnit, in getLiveLanesAt() argument
454 return getLanesWithProperty(LIS, MRI, TrackLaneMasks, RegUnit, Pos, in getLiveLanesAt()
573 bool TrackLaneMasks, bool IgnoreDead) { in collect() argument
575 if (TrackLaneMasks) in collect()
792 if (TrackLaneMasks && LiveUses != nullptr) in recede()
815 if (!TrackLaneMasks) { in recede()
885 RegOpers.collect(MI, *TRI, *MRI, TrackLaneMasks, false); in recede()
886 if (TrackLaneMasks) { in recede()
951 RegOpers.collect(MI, *TRI, *MRI, TrackLaneMasks, false); in advance()
952 if (TrackLaneMasks) { in advance()
1052 RegOpers.collect(*MI, *TRI, *MRI, TrackLaneMasks, /*IgnoreDead=*/true); in bumpUpwardPressure()
1054 if (TrackLaneMasks) in bumpUpwardPressure()
1248 return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit, Pos, in getLiveLanesAt()
1258 return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit, in getLastUsedLanes()
1269 return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit, Pos, in getLiveThroughAt()
1293 RegOpers.collect(*MI, *TRI, *MRI, TrackLaneMasks, false); in bumpDownwardPressure()
1294 if (TrackLaneMasks) in bumpDownwardPressure()