Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp358 for (MachineBasicBlock::iterator NextExportInst = std::next(I), in EmitInstrWithCustomInserter() local
359 EndBlock = BB->end(); NextExportInst != EndBlock; in EmitInstrWithCustomInserter()
360 NextExportInst = std::next(NextExportInst)) { in EmitInstrWithCustomInserter()
361 if (NextExportInst->getOpcode() == R600::EG_ExportSwz || in EmitInstrWithCustomInserter()
362 NextExportInst->getOpcode() == R600::R600_ExportSwz) { in EmitInstrWithCustomInserter()
363 unsigned CurrentInstExportType = NextExportInst->getOperand(1) in EmitInstrWithCustomInserter()