LLVM API Documentation
#include <MachineInstrBundle.h>
Public Member Functions | |
MIOperands (MachineInstr *MI) | |
MachineOperand & | operator* () const |
MachineOperand * | operator-> () const |
![]() | |
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 |
VirtRegInfo | analyzeVirtReg (unsigned Reg, SmallVectorImpl< std::pair< MachineInstr *, unsigned > > *Ops=0) |
PhysRegInfo | analyzePhysReg (unsigned Reg, const TargetRegisterInfo *TRI) |
Additional Inherited Members | |
![]() | |
MachineOperandIteratorBase (MachineInstr *MI, bool WholeBundle) | |
MachineOperand & | deref () const |
MIOperands - Iterate over operands of a single instruction.
Definition at line 212 of file MachineInstrBundle.h.
|
inline |
Definition at line 214 of file MachineInstrBundle.h.
|
inline |
Definition at line 215 of file MachineInstrBundle.h.
References llvm::MachineOperandIteratorBase::deref().
|
inline |
Definition at line 216 of file MachineInstrBundle.h.
References llvm::MachineOperandIteratorBase::deref().