Lines Matching refs:TrackLaneMasks
268 bool TrackLaneMasks, bool TrackUntiedDefs) { in init() argument
277 this->TrackLaneMasks = TrackLaneMasks; in init()
422 bool TrackLaneMasks, Register RegUnit, SlotIndex Pos, in getLanesWithProperty() argument
428 if (TrackLaneMasks && LI.hasSubRanges()) { in getLanesWithProperty()
434 Result = TrackLaneMasks ? MRI.getMaxLaneMaskForVReg(RegUnit) in getLanesWithProperty()
451 bool TrackLaneMasks, Register RegUnit, in getLiveLanesAt() argument
453 return getLanesWithProperty(LIS, MRI, TrackLaneMasks, RegUnit, Pos, in getLiveLanesAt()
570 bool TrackLaneMasks, bool IgnoreDead) { in collect() argument
572 if (TrackLaneMasks) in collect()
783 if (TrackLaneMasks && LiveUses != nullptr) in recede()
806 if (!TrackLaneMasks) { in recede()
876 RegOpers.collect(MI, *TRI, *MRI, TrackLaneMasks, /*IgnoreDead=*/false); in recede()
877 if (TrackLaneMasks) { in recede()
942 RegOpers.collect(MI, *TRI, *MRI, TrackLaneMasks, false); in advance()
943 if (TrackLaneMasks) { in advance()
1043 RegOpers.collect(*MI, *TRI, *MRI, TrackLaneMasks, /*IgnoreDead=*/true); in bumpUpwardPressure()
1045 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, /*IgnoreDead=*/false); in bumpDownwardPressure()
1294 if (TrackLaneMasks) in bumpDownwardPressure()