Home
last modified time | relevance | path

Searched refs:MIBundleOperands (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h242 class MIBundleOperands : public MachineOperandIteratorBase {
244 MIBundleOperands(MachineInstr &MI) : MachineOperandIteratorBase(MI, true) {} in MIBundleOperands() function
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp505 MIBundleOperands::VirtRegInfo RI = in reMaterializeFor()
506 MIBundleOperands(MI).analyzeVirtReg(VirtReg.reg, &Ops); in reMaterializeFor()
774 for (MIBundleOperands MO(*MI); MO.isValid(); ++MO) { in foldMemoryOperand()
785 MIBundleOperands::PhysRegInfo RI = in foldMemoryOperand()
786 MIBundleOperands(*FoldMI).analyzePhysReg(Reg, &TRI); in foldMemoryOperand()
906 MIBundleOperands::VirtRegInfo RI = in spillAroundUses()
907 MIBundleOperands(*MI).analyzeVirtReg(Reg, &Ops); in spillAroundUses()
DLiveIntervalAnalysis.cpp1024 for (MIBundleOperands MO(*KillMI); MO.isValid(); ++MO) in handleMoveDown()
1357 for (MIBundleOperands MO(*MII); MO.isValid(); ++MO) in findLastUseBefore()
DIfConversion.cpp1089 for (MIBundleOperands O(MI); O.isValid(); ++O) { in RemoveKills()