Searched refs:NextExportInst (Results 1 – 1 of 1) sorted by relevance
405 for (MachineBasicBlock::iterator NextExportInst = std::next(I), in EmitInstrWithCustomInserter() local406 EndBlock = BB->end(); NextExportInst != EndBlock; in EmitInstrWithCustomInserter()407 NextExportInst = std::next(NextExportInst)) { in EmitInstrWithCustomInserter()408 if (NextExportInst->getOpcode() == R600::EG_ExportSwz || in EmitInstrWithCustomInserter()409 NextExportInst->getOpcode() == R600::R600_ExportSwz) { in EmitInstrWithCustomInserter()410 unsigned CurrentInstExportType = NextExportInst->getOperand(1) in EmitInstrWithCustomInserter()