HomeSort by relevance Sort by last modified time
    Searched refs:MIBundleOperands (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 70 /// for (MIBundleOperands MIO(MI); MIO.isValid(); ++MIO) {
180 /// MIBundleOperands - Iterate over all operands in a bundle of machine
183 class MIBundleOperands : public MachineOperandIteratorBase {
185 MIBundleOperands(MachineInstr *MI) : MachineOperandIteratorBase(MI, true) {}
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 868 MIBundleOperands::RegInfo RI =
869 MIBundleOperands(MI).analyzeVirtReg(VirtReg.reg, &Ops);
    [all...]

Completed in 48 milliseconds