Searched refs:getLanesWithProperty (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 383 static LaneBitmask getLanesWithProperty(const LiveIntervals &LIS, in getLanesWithProperty() function 414 return getLanesWithProperty(LIS, MRI, TrackLaneMasks, RegUnit, Pos, ~0u, in getLiveLanesAt() 1205 return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit, Pos, ~0u, in getLiveLanesAt() 1214 return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit, in getLastUsedLanes() 1225 return getLanesWithProperty(*LIS, *MRI, TrackLaneMasks, RegUnit, Pos, 0u, in getLiveThroughAt()
|