Searched defs:LiveAfter (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/lib/CodeGen/ |
| D | RegisterPressure.cpp | 564 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, I->RegUnit, in adjustLaneLiveness() local 597 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, RegUnit, in adjustLaneLiveness() local 1026 LaneBitmask LiveAfter = (LiveLanes & ~DefLanes) | UseLanes; in bumpUpwardPressure() local 1033 LaneBitmask LiveAfter = LiveLanes | P.LaneMask; in bumpUpwardPressure() local
|
| D | RegAllocGreedy.cpp | 1833 const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local 1928 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
| D | RegisterPressure.cpp | 605 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, I->RegUnit, in adjustLaneLiveness() local 638 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, RegUnit, in adjustLaneLiveness() local 1068 LaneBitmask LiveAfter = (LiveLanes & ~DefLanes) | UseLanes; in bumpUpwardPressure() local 1075 LaneBitmask LiveAfter = LiveLanes | P.LaneMask; in bumpUpwardPressure() local
|
| D | RegAllocGreedy.cpp | 1583 const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local 1676 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | RegisterPressure.cpp | 604 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, I->RegUnit, in adjustLaneLiveness() local 637 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, RegUnit, in adjustLaneLiveness() local 1067 LaneBitmask LiveAfter = (LiveLanes & ~DefLanes) | UseLanes; in bumpUpwardPressure() local 1074 LaneBitmask LiveAfter = LiveLanes | P.LaneMask; in bumpUpwardPressure() local
|
| D | RegAllocGreedy.cpp | 2342 const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local 2436 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit() local
|