Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h183 class MIBundleOperands : public MachineOperandIteratorBase {
185 MIBundleOperands(MachineInstr *MI) : MachineOperandIteratorBase(MI, true) {} in MIBundleOperands() function
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp866 MIBundleOperands::RegInfo RI = in reMaterializeFor()
867 MIBundleOperands(MI).analyzeVirtReg(VirtReg.reg, &Ops); in reMaterializeFor()
1145 MIBundleOperands::RegInfo RI = in spillAroundUses()
1146 MIBundleOperands(MI).analyzeVirtReg(Reg, &Ops); in spillAroundUses()