Lines Matching refs:TrackLaneMasks
253 bool TrackLaneMasks, bool TrackUntiedDefs) { in init() argument
262 this->TrackLaneMasks = TrackLaneMasks; in init()
407 const MachineRegisterInfo &MRI, bool TrackLaneMasks, unsigned RegUnit, in getLanesWithProperty() argument
413 if (TrackLaneMasks && LI.hasSubRanges()) { in getLanesWithProperty()
419 Result = TrackLaneMasks ? MRI.getMaxLaneMaskForVReg(RegUnit) in getLanesWithProperty()
436 bool TrackLaneMasks, unsigned RegUnit, in getLiveLanesAt() argument
438 return getLanesWithProperty(LIS, MRI, TrackLaneMasks, RegUnit, Pos, in getLiveLanesAt()
556 bool TrackLaneMasks, bool IgnoreDead) { in collect() argument
558 if (TrackLaneMasks) in collect()
775 if (TrackLaneMasks && LiveUses != nullptr) in recede()
798 if (!TrackLaneMasks) { in recede()
862 RegOpers.collect(MI, *TRI, *MRI, TrackLaneMasks, false); in recede()
863 if (TrackLaneMasks) { in recede()
928 RegOpers.collect(MI, *TRI, *MRI, TrackLaneMasks, false); in advance()
929 if (TrackLaneMasks) { in advance()
1029 RegOpers.collect(*MI, *TRI, *MRI, TrackLaneMasks, /*IgnoreDead=*/true); in bumpUpwardPressure()
1031 if (TrackLaneMasks) in bumpUpwardPressure()
1225 return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit, Pos, in getLiveLanesAt()
1235 return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit, in getLastUsedLanes()
1246 return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit, Pos, in getLiveThroughAt()
1270 RegOpers.collect(*MI, *TRI, *MRI, TrackLaneMasks, false); in bumpDownwardPressure()
1271 if (TrackLaneMasks) in bumpDownwardPressure()