Home | History | Annotate | Download | only in gcn

Lines Matching defs:curr_exec

4587 gcn_restore_exec (rtx_insn *insn, rtx_insn *last_exec_def, int64_t curr_exec,
4599 if (curr_exec_known && exec_value == curr_exec)
4697 int64_t curr_exec = 0; /* 0 here means 'the value is that of EXEC
4750 new_exec = curr_exec | 1;
4787 if (new_exec && (!curr_exec_known || new_exec != curr_exec))
4799 curr_exec = new_exec;
4826 curr_exec = gcn_restore_exec (insn, last_exec_def,
4827 curr_exec, curr_exec_known,
4839 curr_exec = gcn_insn_exec_value (insn);
4869 gcn_restore_exec (end_insn, last_exec_def, curr_exec,