Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp193 static inline bool isEOP(MachineBasicBlock::iterator I) { in isEOP() function
286 .addImm(isEOP(I)); // Set End of program bit in EmitInstrWithCustomInserter()
294 .addImm(isEOP(I)); // Set End of program bit in EmitInstrWithCustomInserter()
552 bool EOP = isEOP(I); in EmitInstrWithCustomInserter()