LLVM 19.0.0git
Public Member Functions | List of all members
llvm::SIInstrWorklist Struct Reference

Utility to store machine instructions worklist. More...

#include "Target/AMDGPU/SIInstrInfo.h"

Public Member Functions

 SIInstrWorklist ()=default
 
void insert (MachineInstr *MI)
 
MachineInstrtop () const
 
void erase_top ()
 
bool empty () const
 
void clear ()
 
bool isDeferred (MachineInstr *MI)
 
SetVector< MachineInstr * > & getDeferredList ()
 

Detailed Description

Utility to store machine instructions worklist.

Definition at line 49 of file SIInstrInfo.h.

Constructor & Destructor Documentation

◆ SIInstrWorklist()

llvm::SIInstrWorklist::SIInstrWorklist ( )
default

Member Function Documentation

◆ clear()

void llvm::SIInstrWorklist::clear ( )
inline

Definition at line 66 of file SIInstrInfo.h.

◆ empty()

bool llvm::SIInstrWorklist::empty ( ) const
inline

Definition at line 64 of file SIInstrInfo.h.

Referenced by llvm::SIInstrInfo::moveToVALU().

◆ erase_top()

void llvm::SIInstrWorklist::erase_top ( )
inline

Definition at line 59 of file SIInstrInfo.h.

Referenced by llvm::SIInstrInfo::moveToVALU().

◆ getDeferredList()

SetVector< MachineInstr * > & llvm::SIInstrWorklist::getDeferredList ( )
inline

Definition at line 73 of file SIInstrInfo.h.

Referenced by llvm::SIInstrInfo::moveToVALU().

◆ insert()

void SIInstrWorklist::insert ( MachineInstr MI)

Definition at line 6883 of file SIInstrInfo.cpp.

References llvm::AMDGPU::getNamedOperandIdx(), and MI.

◆ isDeferred()

bool SIInstrWorklist::isDeferred ( MachineInstr MI)

Definition at line 6893 of file SIInstrInfo.cpp.

References MI.

Referenced by llvm::SIInstrInfo::moveToVALU().

◆ top()

MachineInstr * llvm::SIInstrWorklist::top ( ) const
inline

Definition at line 54 of file SIInstrInfo.h.

Referenced by llvm::SIInstrInfo::moveToVALU().


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