Home
last modified time | relevance | path

Searched refs:REG_NOTE_KIND (Results 1 – 25 of 1442) sorted by relevance

12345678910>>...58

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dlra-lives.c682 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
683 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
688 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
690 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
696 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
698 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dlra-lives.c676 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
677 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
682 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
684 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
690 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
692 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dlra-lives.c676 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
677 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
682 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
684 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
690 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
692 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dsched-deps.c275 if (REG_NOTE_KIND (link) == REG_DEP_ANTI) in add_dependence()
278 else if (REG_NOTE_KIND (link) == REG_DEP_OUTPUT in add_dependence()
289 if ((int) dep_type < (int) REG_NOTE_KIND (link)) in add_dependence()
297 if ((int) REG_NOTE_KIND (link) == 0) in add_dependence()
300 else if (REG_NOTE_KIND (link) == REG_DEP_ANTI) in add_dependence()
303 else if (REG_NOTE_KIND (link) == REG_DEP_OUTPUT) in add_dependence()
1391 add_forward_dependence (XEXP (link, 0), insn, REG_NOTE_KIND (link)); in compute_forward_dependences()
H A Dglobal.c784 if (REG_NOTE_KIND (link) == REG_NO_CONFLICT) in global_conflicts()
802 if (REG_NOTE_KIND (link) == REG_DEAD) in global_conflicts()
814 if (REG_NOTE_KIND (link) == REG_INC) in global_conflicts()
831 if (REG_NOTE_KIND (link) == REG_DEAD) in global_conflicts()
891 if (REG_NOTE_KIND (link) == REG_DEAD in expand_preferences()
1843 if (REG_NOTE_KIND (link) == REG_DEAD in build_insn_chain()
1865 if (REG_NOTE_KIND (link) == REG_UNUSED in build_insn_chain()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dsched-deps.c281 enum reg_note kind = REG_NOTE_KIND (link); in add_dependence()
301 if ((int) dep_type < (int) REG_NOTE_KIND (link)) in add_dependence()
309 if ((int) REG_NOTE_KIND (link) == 0) in add_dependence()
312 else if (REG_NOTE_KIND (link) == REG_DEP_ANTI) in add_dependence()
315 else if (REG_NOTE_KIND (link) == REG_DEP_OUTPUT) in add_dependence()
415 add_dependence (i, XEXP (link, 0), REG_NOTE_KIND (link)); in fixup_sched_groups()
1481 add_forward_dependence (XEXP (link, 0), insn, REG_NOTE_KIND (link)); in compute_forward_dependences()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dsched-deps.c275 if (REG_NOTE_KIND (link) == REG_DEP_ANTI) in add_dependence()
278 else if (REG_NOTE_KIND (link) == REG_DEP_OUTPUT in add_dependence()
289 if ((int) dep_type < (int) REG_NOTE_KIND (link)) in add_dependence()
297 if ((int) REG_NOTE_KIND (link) == 0) in add_dependence()
300 else if (REG_NOTE_KIND (link) == REG_DEP_ANTI) in add_dependence()
303 else if (REG_NOTE_KIND (link) == REG_DEP_OUTPUT) in add_dependence()
1391 add_forward_dependence (XEXP (link, 0), insn, REG_NOTE_KIND (link)); in compute_forward_dependences()
H A Dglobal.c784 if (REG_NOTE_KIND (link) == REG_NO_CONFLICT) in global_conflicts()
802 if (REG_NOTE_KIND (link) == REG_DEAD) in global_conflicts()
814 if (REG_NOTE_KIND (link) == REG_INC) in global_conflicts()
831 if (REG_NOTE_KIND (link) == REG_DEAD) in global_conflicts()
891 if (REG_NOTE_KIND (link) == REG_DEAD in expand_preferences()
1843 if (REG_NOTE_KIND (link) == REG_DEAD in build_insn_chain()
1865 if (REG_NOTE_KIND (link) == REG_UNUSED in build_insn_chain()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfwprop.c541 if ((REG_NOTE_KIND (note) == REG_EQUAL in try_fwprop_subst_pattern()
542 || REG_NOTE_KIND (note) == REG_EQUIV) in try_fwprop_subst_pattern()
568 if ((REG_NOTE_KIND (note) == REG_EQUAL in try_fwprop_subst_notes()
569 || REG_NOTE_KIND (note) == REG_EQUIV) in try_fwprop_subst_notes()
H A Dlra-lives.c1004 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
1005 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
1012 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
1015 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
1022 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
1025 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfwprop.c541 if ((REG_NOTE_KIND (note) == REG_EQUAL in try_fwprop_subst_pattern()
542 || REG_NOTE_KIND (note) == REG_EQUIV) in try_fwprop_subst_pattern()
568 if ((REG_NOTE_KIND (note) == REG_EQUAL in try_fwprop_subst_notes()
569 || REG_NOTE_KIND (note) == REG_EQUIV) in try_fwprop_subst_notes()
H A Dlra-lives.c1004 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
1005 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
1012 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
1015 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
1022 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
1025 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfwprop.c541 if ((REG_NOTE_KIND (note) == REG_EQUAL in try_fwprop_subst_pattern()
542 || REG_NOTE_KIND (note) == REG_EQUIV) in try_fwprop_subst_pattern()
568 if ((REG_NOTE_KIND (note) == REG_EQUAL in try_fwprop_subst_notes()
569 || REG_NOTE_KIND (note) == REG_EQUIV) in try_fwprop_subst_notes()
H A Dlra-lives.c1004 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
1005 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
1012 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
1015 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
1022 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
1025 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfwprop.c541 if ((REG_NOTE_KIND (note) == REG_EQUAL in try_fwprop_subst_pattern()
542 || REG_NOTE_KIND (note) == REG_EQUIV) in try_fwprop_subst_pattern()
568 if ((REG_NOTE_KIND (note) == REG_EQUAL in try_fwprop_subst_notes()
569 || REG_NOTE_KIND (note) == REG_EQUIV) in try_fwprop_subst_notes()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dlra-lives.c888 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
889 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
894 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
896 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
902 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
904 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dlra-lives.c888 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
889 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
894 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
896 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
902 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
904 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dlra-lives.c952 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
953 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
958 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
960 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
966 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
968 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dlra-lives.c1053 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
1054 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
1059 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
1061 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
1067 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
1069 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dlra-lives.c989 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
990 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
995 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
997 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
1003 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
1005 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dlra-lives.c952 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
953 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
958 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
960 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
966 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
968 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dlra-lives.c952 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
953 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
958 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
960 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
966 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
968 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dlra-lives.c952 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
953 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
958 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
960 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
966 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
968 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dlra-lives.c952 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
953 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
958 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
960 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
966 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
968 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dlra-lives.c1053 if (REG_NOTE_KIND (link) != REG_DEAD in process_bb_lives()
1054 && REG_NOTE_KIND (link) != REG_UNUSED) in process_bb_lives()
1059 if ((REG_NOTE_KIND (link) == REG_DEAD in process_bb_lives()
1061 || (REG_NOTE_KIND (link) == REG_UNUSED in process_bb_lives()
1067 if (REG_NOTE_KIND (link) == REG_DEAD) in process_bb_lives()
1069 else if (REG_NOTE_KIND (link) == REG_UNUSED) in process_bb_lives()

12345678910>>...58