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()
789 if (TrackLaneMasks && LiveUses != nullptr) in recede()
812 if (!TrackLaneMasks) { in recede()
882 RegOpers.collect(MI, *TRI, *MRI, TrackLaneMasks, false); in recede()
883 if (TrackLaneMasks) { in recede()
948 RegOpers.collect(MI, *TRI, *MRI, TrackLaneMasks, false); in advance()
949 if (TrackLaneMasks) { in advance()
1049 RegOpers.collect(*MI, *TRI, *MRI, TrackLaneMasks, /*IgnoreDead=*/true); in bumpUpwardPressure()
1051 if (TrackLaneMasks) in bumpUpwardPressure()
1245 return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit, Pos, in getLiveLanesAt()
1255 return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit, in getLastUsedLanes()
1266 return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit, Pos, in getLiveThroughAt()
1290 RegOpers.collect(*MI, *TRI, *MRI, TrackLaneMasks, false); in bumpDownwardPressure()
1291 if (TrackLaneMasks) in bumpDownwardPressure()