Searched refs:LiveAfter (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 564 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, I->RegUnit, in adjustLaneLiveness() local 570 AddFlagsMI != nullptr && (LiveAfter & ~I->LaneMask) == 0) in adjustLaneLiveness() 573 LaneBitmask ActualDef = I->LaneMask & LiveAfter; in adjustLaneLiveness() 597 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, RegUnit, in adjustLaneLiveness() local 599 if (LiveAfter == 0) in adjustLaneLiveness() 1026 LaneBitmask LiveAfter = (LiveLanes & ~DefLanes) | UseLanes; in bumpUpwardPressure() local 1027 decreaseRegPressure(Reg, LiveLanes, LiveAfter); in bumpUpwardPressure() 1033 LaneBitmask LiveAfter = LiveLanes | P.LaneMask; in bumpUpwardPressure() local 1034 increaseRegPressure(Reg, LiveLanes, LiveAfter); in bumpUpwardPressure()
|
D | RegAllocGreedy.cpp | 1833 const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local 1840 if (!LiveBefore && !LiveAfter) { in tryLocalSplit() 1848 unsigned NewGaps = LiveBefore + SplitAfter - SplitBefore + LiveAfter; in tryLocalSplit() 1862 (LiveBefore + LiveAfter) * SlotIndex::InstrDist, in tryLocalSplit() 1928 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local 1929 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 589 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, I->RegUnit, in adjustLaneLiveness() local 595 AddFlagsMI != nullptr && (LiveAfter & ~I->LaneMask).none()) in adjustLaneLiveness() 598 LaneBitmask ActualDef = I->LaneMask & LiveAfter; in adjustLaneLiveness() 622 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, RegUnit, in adjustLaneLiveness() local 624 if (LiveAfter.none()) in adjustLaneLiveness() 1047 LaneBitmask LiveAfter = (LiveLanes & ~DefLanes) | UseLanes; in bumpUpwardPressure() local 1048 decreaseRegPressure(Reg, LiveLanes, LiveAfter); in bumpUpwardPressure() 1054 LaneBitmask LiveAfter = LiveLanes | P.LaneMask; in bumpUpwardPressure() local 1055 increaseRegPressure(Reg, LiveLanes, LiveAfter); in bumpUpwardPressure()
|
D | RegAllocGreedy.cpp | 2298 const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local 2304 if (!LiveBefore && !LiveAfter) { in tryLocalSplit() 2312 unsigned NewGaps = LiveBefore + SplitAfter - SplitBefore + LiveAfter; in tryLocalSplit() 2326 (LiveBefore + LiveAfter) * SlotIndex::InstrDist, in tryLocalSplit() 2392 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local 2393 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 1391 const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local 1398 if (!LiveBefore && !LiveAfter) { in tryLocalSplit() 1406 unsigned NewGaps = LiveBefore + SplitAfter - SplitBefore + LiveAfter; in tryLocalSplit() 1419 (LiveBefore + LiveAfter)*SlotIndex::InstrDist); in tryLocalSplit() 1484 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local 1485 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()
|