Searched refs:isEOP (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp285 static inline bool isEOP(MachineBasicBlock::iterator I) { function
384 .addImm(isEOP(I)); // Set End of program bit
392 .addImm(isEOP(I)); // Set End of program bit
446 bool EOP = isEOP(I);

Completed in 93 milliseconds