Searched refs:EOP (Results 1 – 2 of 2) sorted by relevance
124 unsigned EOP = (llvm::next(I)->getOpcode() == AMDGPU::RETURN) ? 1 : 0; in EmitInstrWithCustomInserter() local141 .addImm(EOP); // Set End of program bit in EmitInstrWithCustomInserter()
552 bool EOP = isEOP(I); in EmitInstrWithCustomInserter() local553 if (!EOP && !isLastInstructionOfItsType) in EmitInstrWithCustomInserter()565 .addImm(EOP); in EmitInstrWithCustomInserter()