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

MIBundleOperands - Iterate over all operands in a bundle of machine instructions. More...

#include "llvm/CodeGen/MachineInstrBundle.h"

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

Public Member Functions

 MIBundleOperands (MachineInstr &MI)
 
MachineOperandoperator* () const
 
MachineOperandoperator-> () const
 
- Public Member Functions inherited from llvm::MachineOperandIteratorBase
bool isValid () const
 isValid - Returns true until all the operands have been visited. More...
 
void operator++ ()
 Preincrement. Move to the next operand. More...
 
unsigned getOperandNo () const
 getOperandNo - Returns the number of the current operand relative to its instruction. More...
 
VirtRegInfo analyzeVirtReg (unsigned Reg, SmallVectorImpl< std::pair< MachineInstr *, unsigned > > *Ops=nullptr)
 analyzeVirtReg - Analyze how the current instruction or bundle uses a virtual register. More...
 
PhysRegInfo analyzePhysReg (unsigned Reg, const TargetRegisterInfo *TRI)
 analyzePhysReg - Analyze how the current instruction or bundle uses a physical register. More...
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::MachineOperandIteratorBase
 MachineOperandIteratorBase (MachineInstr &MI, bool WholeBundle)
 MachineOperandIteratorBase - Create an iterator that visits all operands on MI, or all operands on every instruction in the bundle containing MI. More...
 
MachineOperandderef () const
 

Detailed Description

MIBundleOperands - Iterate over all operands in a bundle of machine instructions.

Definition at line 241 of file MachineInstrBundle.h.

Constructor & Destructor Documentation

◆ MIBundleOperands()

llvm::MIBundleOperands::MIBundleOperands ( MachineInstr MI)
inline

Definition at line 243 of file MachineInstrBundle.h.

Member Function Documentation

◆ operator*()

MachineOperand& llvm::MIBundleOperands::operator* ( ) const
inline

Definition at line 244 of file MachineInstrBundle.h.

References llvm::MachineOperandIteratorBase::deref().

◆ operator->()

MachineOperand* llvm::MIBundleOperands::operator-> ( ) const
inline

Definition at line 245 of file MachineInstrBundle.h.

References llvm::MachineOperandIteratorBase::deref().


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