Searched refs:LiveRegSet (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | GCNRegPressure.h | 110 using LiveRegSet = DenseMap<unsigned, LaneBitmask>; 114 LiveRegSet LiveRegs; 121 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegsCopy, 149 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegs = nullptr); 173 bool reset(const MachineInstr &MI, const LiveRegSet *LiveRegs = nullptr); 191 const LiveRegSet *LiveRegsCopy = nullptr); 199 GCNRPTracker::LiveRegSet getLiveRegs(SlotIndex SI, 209 DenseMap<MachineInstr*, GCNRPTracker::LiveRegSet> 221 DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet> LiveRegMap; in getLiveRegMap() 247 inline GCNRPTracker::LiveRegSet getLiveRegsAfter(const MachineInstr &MI, in getLiveRegsAfter() [all …]
|
| D | GCNRegPressure.cpp | 21 bool llvm::isEqual(const GCNRPTracker::LiveRegSet &S1, in isEqual() 22 const GCNRPTracker::LiveRegSet &S2) { in isEqual() 234 GCNRPTracker::LiveRegSet llvm::getLiveRegs(SlotIndex SI, in getLiveRegs() 237 GCNRPTracker::LiveRegSet LiveRegs; in getLiveRegs() 250 const LiveRegSet *LiveRegsCopy, in reset() 266 const LiveRegSet *LiveRegsCopy) { in reset() 314 const LiveRegSet *LiveRegsCopy) { in reset() 401 const LiveRegSet *LiveRegsCopy) { in advance() 408 Printable llvm::reportMismatch(const GCNRPTracker::LiveRegSet &LISLR, in reportMismatch() 409 const GCNRPTracker::LiveRegSet &TrackedLR, in reportMismatch() [all …]
|
| D | GCNSchedStrategy.h | 206 SmallVector<GCNRPTracker::LiveRegSet, 32> LiveIns; 212 DenseMap<const MachineBasicBlock *, GCNRPTracker::LiveRegSet> MBBLiveIns; 214 DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet> BBLiveInMap; 216 DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet> getBBLiveInMap() const;
|
| D | SIFormMemoryClauses.cpp | 302 const GCNRPTracker::LiveRegSet LiveRegsCopy(RPT.getLiveRegs()); in runOnMachineFunction()
|
| D | GCNSchedStrategy.cpp | 572 DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet> 1287 DenseMap<unsigned, GCNRPTracker::LiveRegSet> NewLiveIns; in sinkTriviallyRematInsts()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | BreakFalseDeps.cpp | 46 LivePhysRegs LiveRegSet; member in llvm::BreakFalseDeps 242 LiveRegSet.init(*TRI); in processUndefReads() 245 LiveRegSet.addLiveOutsNoPristines(*MBB); in processUndefReads() 252 LiveRegSet.stepBackward(I); in processUndefReads() 255 if (!LiveRegSet.contains(UndefMI->getOperand(OpIdx).getReg())) in processUndefReads()
|
| D | RegisterPressure.cpp | 225 void LiveRegSet::init(const MachineRegisterInfo &MRI) { in init() 233 void LiveRegSet::clear() { in clear()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | RegisterPressure.h | 259 class LiveRegSet { 389 LiveRegSet LiveRegs;
|