|
LLVM
8.0.1
|
ConstMIBundleOperands - Iterate over all operands in a const bundle of machine instructions. More...
#include "llvm/CodeGen/MachineInstrBundle.h"


Public Member Functions | |
| ConstMIBundleOperands (const MachineInstr &MI) | |
| const MachineOperand & | operator* () const |
| const MachineOperand * | operator-> () 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... | |
| MachineOperand & | deref () const |
ConstMIBundleOperands - Iterate over all operands in a const bundle of machine instructions.
Definition at line 251 of file MachineInstrBundle.h.
|
inline |
Definition at line 253 of file MachineInstrBundle.h.
|
inline |
Definition at line 255 of file MachineInstrBundle.h.
References llvm::MachineOperandIteratorBase::deref().
|
inline |
Definition at line 256 of file MachineInstrBundle.h.
References llvm::MachineOperandIteratorBase::deref().
1.8.13