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

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 121 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
161 /// MIOperands - Iterate over operands of a single instruction.
163 class MIOperands : public MachineOperandIteratorBase {
165 MIOperands(MachineInstr *MI) : MachineOperandIteratorBase(MI, false) {}
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 403 for (MIOperands MO(memOps[i].MBBI); MO.isValid(); ++MO) {
    [all...]

Completed in 37 milliseconds