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

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 138 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
220 /// MIOperands - Iterate over operands of a single instruction.
222 class MIOperands : public MachineOperandIteratorBase {
224 MIOperands(MachineInstr &MI) : MachineOperandIteratorBase(MI, false) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 137 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
219 /// MIOperands - Iterate over operands of a single instruction.
221 class MIOperands : public MachineOperandIteratorBase {
223 MIOperands(MachineInstr &MI) : MachineOperandIteratorBase(MI, false) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 137 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
219 /// MIOperands - Iterate over operands of a single instruction.
221 class MIOperands : public MachineOperandIteratorBase {
223 MIOperands(MachineInstr &MI) : MachineOperandIteratorBase(MI, false) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 137 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
219 /// MIOperands - Iterate over operands of a single instruction.
221 class MIOperands : public MachineOperandIteratorBase {
223 MIOperands(MachineInstr &MI) : MachineOperandIteratorBase(MI, false) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 137 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
219 /// MIOperands - Iterate over operands of a single instruction.
221 class MIOperands : public MachineOperandIteratorBase {
223 MIOperands(MachineInstr &MI) : MachineOperandIteratorBase(MI, false) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 137 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
219 /// MIOperands - Iterate over operands of a single instruction.
221 class MIOperands : public MachineOperandIteratorBase {
223 MIOperands(MachineInstr &MI) : MachineOperandIteratorBase(MI, false) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 137 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
219 /// MIOperands - Iterate over operands of a single instruction.
221 class MIOperands : public MachineOperandIteratorBase {
223 MIOperands(MachineInstr &MI) : MachineOperandIteratorBase(MI, false) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 137 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
219 /// MIOperands - Iterate over operands of a single instruction.
221 class MIOperands : public MachineOperandIteratorBase {
223 MIOperands(MachineInstr &MI) : MachineOperandIteratorBase(MI, false) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 137 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
219 /// MIOperands - Iterate over operands of a single instruction.
221 class MIOperands : public MachineOperandIteratorBase {
223 MIOperands(MachineInstr &MI) : MachineOperandIteratorBase(MI, false) {}

Completed in 491 milliseconds