Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp564 for (MachineBasicBlock::iterator NextExportInst = std::next(I), in EmitInstrWithCustomInserter() local
565 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()