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