Home | History | Annotate | Download | only in R600

Lines Matching refs:EOP

183     unsigned EOP = (llvm::next(I)->getOpcode() == AMDGPU::RETURN) ? 1 : 0;
188 .addImm(EOP); // Set End of program bit
446 bool EOP = (llvm::next(I)->getOpcode() == AMDGPU::RETURN)? 1 : 0;
447 if (!EOP && !isLastInstructionOfItsType)
459 .addImm(EOP);