Home
last modified time | relevance | path

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

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