Searched refs:getLiveLanesAt (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp449 static LaneBitmask getLiveLanesAt(const LiveIntervals &LIS, function
604 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, I->RegUnit,
622 LaneBitmask LiveBefore = getLiveLanesAt(LIS, MRI, true, I->RegUnit,
637 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, RegUnit,
1243 LaneBitmask RegPressureTracker::getLiveLanesAt(unsigned RegUnit,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h565 LaneBitmask getLiveLanesAt(unsigned RegUnit, SlotIndex Pos) const;

Completed in 109 milliseconds