Lines Matching refs:NextMI
8321 for (MachineInstr &NextMI : llvm::make_range( in emitSelect()
8323 if (isSelectPseudo(NextMI)) { in emitSelect()
8324 assert(NextMI.getOperand(3).getImm() == CCValid && in emitSelect()
8326 if (NextMI.getOperand(4).getImm() == CCMask || in emitSelect()
8327 NextMI.getOperand(4).getImm() == (CCValid ^ CCMask)) { in emitSelect()
8328 Selects.push_back(&NextMI); in emitSelect()
8333 if (NextMI.definesRegister(SystemZ::CC, /*TRI=*/nullptr) || in emitSelect()
8334 NextMI.usesCustomInsertionHook()) in emitSelect()
8338 if (NextMI.readsVirtualRegister(SelMI->getOperand(0).getReg())) { in emitSelect()
8342 if (NextMI.isDebugInstr()) { in emitSelect()
8344 assert(NextMI.isDebugValue() && "Unhandled debug opcode."); in emitSelect()
8345 DbgValues.push_back(&NextMI); in emitSelect()