Searched refs:NextExportInst (Results 1 – 1 of 1) sorted by relevance
564 for (MachineBasicBlock::iterator NextExportInst = std::next(I), in EmitInstrWithCustomInserter() local565 EndBlock = BB->end(); NextExportInst != EndBlock; in EmitInstrWithCustomInserter()566 NextExportInst = std::next(NextExportInst)) { in EmitInstrWithCustomInserter()567 if (NextExportInst->getOpcode() == AMDGPU::EG_ExportSwz || in EmitInstrWithCustomInserter()568 NextExportInst->getOpcode() == AMDGPU::R600_ExportSwz) { in EmitInstrWithCustomInserter()569 unsigned CurrentInstExportType = NextExportInst->getOperand(1) in EmitInstrWithCustomInserter()