Home
last modified time | relevance | path

Searched refs:LiveRegSet (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h109 using LiveRegSet = DenseMap<unsigned, LaneBitmask>;
113 LiveRegSet LiveRegs;
120 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegsCopy,
141 static void printLiveRegs(raw_ostream &OS, const LiveRegSet& LiveRegs,
193 const LiveRegSet *LiveRegsCopy = nullptr);
201 GCNRPTracker::LiveRegSet getLiveRegs(SlotIndex SI,
211 DenseMap<MachineInstr*, GCNRPTracker::LiveRegSet>
223 DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet> LiveRegMap; in getLiveRegMap()
249 inline GCNRPTracker::LiveRegSet getLiveRegsAfter(const MachineInstr &MI, in getLiveRegsAfter()
270 bool isEqual(const GCNRPTracker::LiveRegSet &S1,
[all …]
H A DGCNRegPressure.cpp55 bool llvm::isEqual(const GCNRPTracker::LiveRegSet &S1, in isEqual()
56 const GCNRPTracker::LiveRegSet &S2) { in isEqual()
263 GCNRPTracker::LiveRegSet llvm::getLiveRegs(SlotIndex SI, in getLiveRegs()
266 GCNRPTracker::LiveRegSet LiveRegs; in getLiveRegs()
279 const LiveRegSet *LiveRegsCopy, in reset()
295 const LiveRegSet *LiveRegsCopy) { in reset()
343 const LiveRegSet *LiveRegsCopy) { in reset()
426 const LiveRegSet *LiveRegsCopy) { in advance()
433 static void reportMismatch(const GCNRPTracker::LiveRegSet &LISLR, in reportMismatch()
434 const GCNRPTracker::LiveRegSet &TrackedLR, in reportMismatch()
[all …]
H A DGCNSchedStrategy.h139 SmallVector<GCNRPTracker::LiveRegSet, 32> LiveIns;
145 DenseMap<const MachineBasicBlock *, GCNRPTracker::LiveRegSet> MBBLiveIns;
147 DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet> BBLiveInMap;
149 DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet> getBBLiveInMap() const;
H A DSIFormMemoryClauses.cpp302 const GCNRPTracker::LiveRegSet LiveRegsCopy(RPT.getLiveRegs()); in runOnMachineFunction()
H A DGCNSchedStrategy.cpp405 DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet>
933 DenseMap<unsigned, GCNRPTracker::LiveRegSet> NewLiveIns; in sinkTriviallyRematInsts()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp46 LivePhysRegs LiveRegSet; member in llvm::BreakFalseDeps
241 LiveRegSet.init(*TRI); in processUndefReads()
244 LiveRegSet.addLiveOutsNoPristines(*MBB); in processUndefReads()
251 LiveRegSet.stepBackward(I); in processUndefReads()
254 if (!LiveRegSet.contains(UndefMI->getOperand(OpIdx).getReg())) in processUndefReads()
H A DRegisterPressure.cpp225 void LiveRegSet::init(const MachineRegisterInfo &MRI) { in init()
233 void LiveRegSet::clear() { in clear()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h259 class LiveRegSet {
389 LiveRegSet LiveRegs;