Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h148 using LiveRegSet = DenseMap<unsigned, LaneBitmask>;
152 LiveRegSet LiveRegs;
159 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegsCopy,
176 GCNRPTracker::LiveRegSet getLiveRegs(SlotIndex SI, const LiveIntervals &LIS,
184 void reset(const MachineRegisterInfo &MRI_, const LiveRegSet &LiveRegs_);
241 bool reset(const MachineInstr &MI, const LiveRegSet *LiveRegs = nullptr);
259 const LiveRegSet *LiveRegsCopy = nullptr);
270 GCNRPTracker::LiveRegSet getLiveRegs(SlotIndex SI, const LiveIntervals &LIS,
279 DenseMap<MachineInstr*, GCNRPTracker::LiveRegSet>
291 DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet> LiveRegMap; in getLiveRegMap()
[all …]
H A DGCNRegPressure.cpp22 bool llvm::isEqual(const GCNRPTracker::LiveRegSet &S1, in isEqual()
23 const GCNRPTracker::LiveRegSet &S2) { in isEqual()
315 GCNRPTracker::LiveRegSet llvm::getLiveRegs(SlotIndex SI, in getLiveRegs()
318 GCNRPTracker::LiveRegSet LiveRegs; in getLiveRegs()
331 const LiveRegSet *LiveRegsCopy, in reset()
350 const LiveRegSet &LiveRegs_) { in reset()
421 const LiveRegSet *LiveRegsCopy) { in reset()
521 const LiveRegSet *LiveRegsCopy) { in advance()
526 Printable llvm::reportMismatch(const GCNRPTracker::LiveRegSet &LISLR, in reportMismatch()
527 const GCNRPTracker::LiveRegSet &TrackedLR, in reportMismatch()
[all …]
H A DGCNSchedStrategy.h206 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;
H A DSIFormMemoryClauses.cpp300 const GCNRPTracker::LiveRegSet LiveRegsCopy(RPT.getLiveRegs()); in runOnMachineFunction()
H A DGCNSchedStrategy.cpp689 DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet>
1421 DenseMap<unsigned, GCNRPTracker::LiveRegSet> NewLiveIns; in sinkTriviallyRematInsts()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp47 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()
H A DRegisterPressure.cpp225 void LiveRegSet::init(const MachineRegisterInfo &MRI) { in init()
233 void LiveRegSet::clear() { in clear()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h261 class LiveRegSet {
391 LiveRegSet LiveRegs;