Home
last modified time | relevance | path

Searched refs:NextExportInst (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp354 for (MachineBasicBlock::iterator NextExportInst = std::next(I), in EmitInstrWithCustomInserter() local
355 EndBlock = BB->end(); NextExportInst != EndBlock; in EmitInstrWithCustomInserter()
356 NextExportInst = std::next(NextExportInst)) { in EmitInstrWithCustomInserter()
357 if (NextExportInst->getOpcode() == R600::EG_ExportSwz || in EmitInstrWithCustomInserter()
358 NextExportInst->getOpcode() == R600::R600_ExportSwz) { in EmitInstrWithCustomInserter()
359 unsigned CurrentInstExportType = NextExportInst->getOperand(1) in EmitInstrWithCustomInserter()