LLVM  8.0.1
Public Member Functions | List of all members
llvm::GCNUpwardRPTracker Class Reference

#include "Target/AMDGPU/GCNRegPressure.h"

Inheritance diagram for llvm::GCNUpwardRPTracker:
Inheritance graph
[legend]
Collaboration diagram for llvm::GCNUpwardRPTracker:
Collaboration graph
[legend]

Public Member Functions

 GCNUpwardRPTracker (const LiveIntervals &LIS_)
 
void reset (const MachineInstr &MI, const LiveRegSet *LiveRegs=nullptr)
 
void recede (const MachineInstr &MI)
 
bool isValid () const
 
- Public Member Functions inherited from llvm::GCNRPTracker
decltype(LiveRegs) constgetLiveRegs () const
 
const MachineInstrgetLastTrackedMI () const
 
void clearMaxPressure ()
 
decltype(MaxPressuremoveMaxPressure ()
 
decltype(LiveRegsmoveLiveRegs ()
 

Additional Inherited Members

- Public Types inherited from llvm::GCNRPTracker
using LiveRegSet = DenseMap< unsigned, LaneBitmask >
 
- Static Public Member Functions inherited from llvm::GCNRPTracker
static void printLiveRegs (raw_ostream &OS, const LiveRegSet &LiveRegs, const MachineRegisterInfo &MRI)
 
- Protected Member Functions inherited from llvm::GCNRPTracker
 GCNRPTracker (const LiveIntervals &LIS_)
 
void reset (const MachineInstr &MI, const LiveRegSet *LiveRegsCopy, bool After)
 
- Protected Attributes inherited from llvm::GCNRPTracker
const LiveIntervalsLIS
 
LiveRegSet LiveRegs
 
GCNRegPressure CurPressure
 
GCNRegPressure MaxPressure
 
const MachineInstrLastTrackedMI = nullptr
 
const MachineRegisterInfoMRI = nullptr
 

Detailed Description

Definition at line 134 of file GCNRegPressure.h.

Constructor & Destructor Documentation

◆ GCNUpwardRPTracker()

llvm::GCNUpwardRPTracker::GCNUpwardRPTracker ( const LiveIntervals LIS_)
inline

Definition at line 136 of file GCNRegPressure.h.

References MI.

Member Function Documentation

◆ isValid()

bool GCNUpwardRPTracker::isValid ( ) const

◆ recede()

void GCNUpwardRPTracker::recede ( const MachineInstr MI)

◆ reset()

void GCNUpwardRPTracker::reset ( const MachineInstr MI,
const LiveRegSet LiveRegs = nullptr 
)

The documentation for this class was generated from the following files: