Home
last modified time | relevance | path

Searched refs:LiveAfter (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp604 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, I->RegUnit, in adjustLaneLiveness() local
610 AddFlagsMI != nullptr && (LiveAfter & ~I->LaneMask).none()) in adjustLaneLiveness()
613 LaneBitmask ActualDef = I->LaneMask & LiveAfter; in adjustLaneLiveness()
637 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, RegUnit, in adjustLaneLiveness() local
639 if (LiveAfter.none()) in adjustLaneLiveness()
1067 LaneBitmask LiveAfter = (LiveLanes & ~DefLanes) | UseLanes; in bumpUpwardPressure() local
1068 decreaseRegPressure(Reg, LiveLanes, LiveAfter); in bumpUpwardPressure()
1074 LaneBitmask LiveAfter = LiveLanes | P.LaneMask; in bumpUpwardPressure() local
1075 increaseRegPressure(Reg, LiveLanes, LiveAfter); in bumpUpwardPressure()
DRegAllocGreedy.cpp2342 const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local
2348 if (!LiveBefore && !LiveAfter) { in tryLocalSplit()
2356 unsigned NewGaps = LiveBefore + SplitAfter - SplitBefore + LiveAfter; in tryLocalSplit()
2370 (LiveBefore + LiveAfter) * SlotIndex::InstrDist, in tryLocalSplit()
2436 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local
2437 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()
/external/llvm-project/llvm/lib/CodeGen/
DRegisterPressure.cpp606 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, I->RegUnit, in adjustLaneLiveness() local
612 AddFlagsMI != nullptr && (LiveAfter & ~I->LaneMask).none()) in adjustLaneLiveness()
615 LaneBitmask ActualDef = I->LaneMask & LiveAfter; in adjustLaneLiveness()
639 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, RegUnit, in adjustLaneLiveness() local
641 if (LiveAfter.none()) in adjustLaneLiveness()
1069 LaneBitmask LiveAfter = (LiveLanes & ~DefLanes) | UseLanes; in bumpUpwardPressure() local
1070 decreaseRegPressure(Reg, LiveLanes, LiveAfter); in bumpUpwardPressure()
1076 LaneBitmask LiveAfter = LiveLanes | P.LaneMask; in bumpUpwardPressure() local
1077 increaseRegPressure(Reg, LiveLanes, LiveAfter); in bumpUpwardPressure()
DRegAllocGreedy.cpp2331 const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local
2337 if (!LiveBefore && !LiveAfter) { in tryLocalSplit()
2345 unsigned NewGaps = LiveBefore + SplitAfter - SplitBefore + LiveAfter; in tryLocalSplit()
2359 (LiveBefore + LiveAfter) * SlotIndex::InstrDist, in tryLocalSplit()
2425 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local
2426 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp564 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()
DRegAllocGreedy.cpp1833 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()