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