Searched refs:reads_exec (Results 1 – 3 of 3) sorted by relevance
541 return instr->reads_exec(); in needs_exec_mask()554 return instr->reads_exec(); in needs_exec_mask()559 case aco_opcode::p_startpgm: return instr->reads_exec(); in needs_exec_mask()
701 if (!instr->isVALU() && instr->reads_exec()) { in handle_instruction_gfx10()
1012 constexpr bool reads_exec() const noexcept in reads_exec() function