Lines Matching refs:NextMI
8157 for (MachineInstr &NextMI : llvm::make_range( in emitSelect()
8159 if (isSelectPseudo(NextMI)) { in emitSelect()
8160 assert(NextMI.getOperand(3).getImm() == CCValid && in emitSelect()
8162 if (NextMI.getOperand(4).getImm() == CCMask || in emitSelect()
8163 NextMI.getOperand(4).getImm() == (CCValid ^ CCMask)) { in emitSelect()
8164 Selects.push_back(&NextMI); in emitSelect()
8169 if (NextMI.definesRegister(SystemZ::CC) || NextMI.usesCustomInsertionHook()) in emitSelect()
8173 if (NextMI.readsVirtualRegister(SelMI->getOperand(0).getReg())) { in emitSelect()
8177 if (NextMI.isDebugInstr()) { in emitSelect()
8179 assert(NextMI.isDebugValue() && "Unhandled debug opcode."); in emitSelect()
8180 DbgValues.push_back(&NextMI); in emitSelect()