Searched refs:NextExportInst (Results 1 – 1 of 1) sorted by relevance
539 for (MachineBasicBlock::iterator NextExportInst = std::next(I), in EmitInstrWithCustomInserter() local540 EndBlock = BB->end(); NextExportInst != EndBlock; in EmitInstrWithCustomInserter()541 NextExportInst = std::next(NextExportInst)) { in EmitInstrWithCustomInserter()542 if (NextExportInst->getOpcode() == AMDGPU::EG_ExportSwz || in EmitInstrWithCustomInserter()543 NextExportInst->getOpcode() == AMDGPU::R600_ExportSwz) { in EmitInstrWithCustomInserter()544 unsigned CurrentInstExportType = NextExportInst->getOperand(1) in EmitInstrWithCustomInserter()