Searched refs:reads_exec (Results 1 – 3 of 3) sorted by relevance
576 return instr->reads_exec(); in needs_exec_mask()589 return instr->reads_exec(); in needs_exec_mask()596 case aco_opcode::p_init_scratch: return instr->reads_exec(); in needs_exec_mask()
724 if (!instr->isVALU() && instr->reads_exec()) { in handle_instruction_gfx10()
1030 constexpr bool reads_exec() const noexcept in reads_exec() function