Searched refs:NextExportInst (Results 1 – 1 of 1) sorted by relevance
354 for (MachineBasicBlock::iterator NextExportInst = std::next(I), in EmitInstrWithCustomInserter() local355 EndBlock = BB->end(); NextExportInst != EndBlock; in EmitInstrWithCustomInserter()356 NextExportInst = std::next(NextExportInst)) { in EmitInstrWithCustomInserter()357 if (NextExportInst->getOpcode() == R600::EG_ExportSwz || in EmitInstrWithCustomInserter()358 NextExportInst->getOpcode() == R600::R600_ExportSwz) { in EmitInstrWithCustomInserter()359 unsigned CurrentInstExportType = NextExportInst->getOperand(1) in EmitInstrWithCustomInserter()