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

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 139 assert(isValid() && "Cannot advance MIOperands beyond the last operand");
210 /// MIOperands - Iterate over operands of a single instruction.
212 class MIOperands : public MachineOperandIteratorBase {
214 MIOperands(MachineInstr *MI) : MachineOperandIteratorBase(MI, false) {}
  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 70 for (MIOperands MO(MI); MO.isValid(); ++MO)
105 for (MIOperands MO(UserMI); MO.isValid(); ++MO) {
EarlyIfConversion.cpp 228 for (MIOperands MO(I); MO.isValid(); ++MO) {
286 for (MIOperands MO(I); MO.isValid(); ++MO) {
MachineBasicBlock.cpp     [all...]
LiveIntervalAnalysis.cpp 195 for (MIOperands MO(MI); MO.isValid(); ++MO) {
740 for (MIOperands MO(MI); MO.isValid(); ++MO) {
    [all...]
RegisterCoalescer.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 403 for (MIOperands MO(memOps[i].MBBI); MO.isValid(); ++MO) {
    [all...]

Completed in 575 milliseconds