Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h237 class MIBundleOperands : public MachineOperandIteratorBase {
239 MIBundleOperands(MachineInstr *MI) : MachineOperandIteratorBase(MI, true) {} in MIBundleOperands() function
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp861 MIBundleOperands::VirtRegInfo RI = in reMaterializeFor()
862 MIBundleOperands(MI).analyzeVirtReg(VirtReg.reg, &Ops); in reMaterializeFor()
1129 for (MIBundleOperands MO(MI); MO.isValid(); ++MO) { in foldMemoryOperand()
1140 MIBundleOperands::PhysRegInfo RI = in foldMemoryOperand()
1141 MIBundleOperands(FoldMI).analyzePhysReg(Reg, &TRI); in foldMemoryOperand()
1256 MIBundleOperands::VirtRegInfo RI = in spillAroundUses()
1257 MIBundleOperands(MI).analyzeVirtReg(Reg, &Ops); in spillAroundUses()
DLiveIntervalAnalysis.cpp1061 for (MIBundleOperands MO(KillMI); MO.isValid(); ++MO) in handleMoveDown()
1251 for (MIBundleOperands MO(MII); MO.isValid(); ++MO) in findLastUseBefore()
DIfConversion.cpp1049 for (MIBundleOperands O(&MI); O.isValid(); ++O) { in RemoveKills()