Searched refs:curr_exec (Results 1 – 3 of 3) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn.c | 4349 gcn_restore_exec (rtx_insn *insn, rtx_insn *last_exec_def, int64_t curr_exec, in gcn_restore_exec() argument 4361 if (curr_exec_known && exec_value == curr_exec) in gcn_restore_exec() 4457 int64_t curr_exec = 0; /* 0 here means 'the value is that of EXEC in gcn_md_reorg() local 4499 new_exec = curr_exec | 1; in gcn_md_reorg() 4536 if (new_exec && (!curr_exec_known || new_exec != curr_exec)) in gcn_md_reorg() 4548 curr_exec = new_exec; in gcn_md_reorg() 4575 curr_exec = gcn_restore_exec (insn, last_exec_def, in gcn_md_reorg() 4576 curr_exec, curr_exec_known, in gcn_md_reorg() 4588 curr_exec = gcn_insn_exec_value (insn); in gcn_md_reorg() 4616 gcn_restore_exec (end_insn, last_exec_def, curr_exec, in gcn_md_reorg()
|
H A D | gcn.cc | 4587 gcn_restore_exec (rtx_insn *insn, rtx_insn *last_exec_def, int64_t curr_exec, in gcn_restore_exec() argument 4599 if (curr_exec_known && exec_value == curr_exec) in gcn_restore_exec() 4697 int64_t curr_exec = 0; /* 0 here means 'the value is that of EXEC in gcn_md_reorg() local 4750 new_exec = curr_exec | 1; in gcn_md_reorg() 4787 if (new_exec && (!curr_exec_known || new_exec != curr_exec)) in gcn_md_reorg() 4799 curr_exec = new_exec; in gcn_md_reorg() 4826 curr_exec = gcn_restore_exec (insn, last_exec_def, in gcn_md_reorg() 4827 curr_exec, curr_exec_known, in gcn_md_reorg() 4839 curr_exec = gcn_insn_exec_value (insn); in gcn_md_reorg() 4869 gcn_restore_exec (end_insn, last_exec_def, curr_exec, in gcn_md_reorg()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn.c | 4349 gcn_restore_exec (rtx_insn *insn, rtx_insn *last_exec_def, int64_t curr_exec, in gcn_restore_exec() argument 4361 if (curr_exec_known && exec_value == curr_exec) in gcn_restore_exec() 4457 int64_t curr_exec = 0; /* 0 here means 'the value is that of EXEC in gcn_md_reorg() local 4499 new_exec = curr_exec | 1; in gcn_md_reorg() 4536 if (new_exec && (!curr_exec_known || new_exec != curr_exec)) in gcn_md_reorg() 4548 curr_exec = new_exec; in gcn_md_reorg() 4575 curr_exec = gcn_restore_exec (insn, last_exec_def, in gcn_md_reorg() 4576 curr_exec, curr_exec_known, in gcn_md_reorg() 4588 curr_exec = gcn_insn_exec_value (insn); in gcn_md_reorg() 4616 gcn_restore_exec (end_insn, last_exec_def, curr_exec, in gcn_md_reorg()
|