| /src/external/gpl3/gcc/dist/gcc/ |
| ira-lives.cc | 1212 int dst_regno = REGNO (SET_DEST (set)); local 1219 if (dst_regno == src_regno) 1224 if ((HARD_REGISTER_NUM_P (dst_regno) 1225 && hard_regno_nregs (dst_regno, mode) != 1)
|
| lra-lives.cc | 701 int n_alt, dst_regno, src_regno; 746 dst_regno = REGNO (SET_DEST (set)); 751 if (lra_reg_info[dst_regno].nrefs == 0) 757 bitmap_copy (&temp_bitmap, &lra_reg_info[dst_regno].insn_bitmap); 761 lra_substitute_pseudo_within_insn (insn, dst_regno, 803 dst_regno = (set != NULL_RTX && REG_P (SET_DEST (set)) 806 && src_regno >= 0 && dst_regno >= 0 812 || (!HARD_REGISTER_NUM_P (dst_regno) 814 lra_reg_info[dst_regno].val, 815 lra_reg_info[dst_regno].offset))) 699 int n_alt, dst_regno, src_regno; local [all...] |
| lra-remat.cc | 458 int dst_regno = REGNO (dstreg); 462 && dst_regno >= FIRST_PSEUDO_REGISTER 463 && reg_renumber[dst_regno] < 0 468 dst_regno, insn); 777 int src_regno = -1, dst_regno = -1; 783 dst_regno = REGNO (SET_DEST (set)); 802 && dst_regno == cand->regno) 1104 int src_regno = -1, dst_regno = -1; 1110 dst_regno = REGNO (SET_DEST (set)); 1116 if (dst_regno >= 0 && src_regno >= FIRST_PSEUDO_REGISTE 456 int dst_regno = REGNO (dstreg); local 772 int src_regno = -1, dst_regno = -1; local 1095 int src_regno = -1, dst_regno = -1; local [all...] |
| ira-costs.cc | 2364 int i, freq, src_regno, dst_regno, hard_regno, a_regno; 2390 dst_regno = REGNO (dst); 2392 if (dst_regno >= FIRST_PSEUDO_REGISTER 2396 a = ira_curr_regno_allocno_map[dst_regno]; 2400 && dst_regno < FIRST_PSEUDO_REGISTER) 2402 hard_regno = dst_regno; 2356 int i, freq, src_regno, dst_regno, hard_regno, a_regno; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ira-lives.cc | 1151 int dst_regno = REGNO (SET_DEST (set)); local 1158 if (dst_regno == src_regno) 1163 if ((HARD_REGISTER_NUM_P (dst_regno) 1164 && hard_regno_nregs (dst_regno, mode) != 1)
|
| lra-lives.cc | 701 int n_alt, dst_regno, src_regno; 746 dst_regno = REGNO (SET_DEST (set)); 751 if (lra_reg_info[dst_regno].nrefs == 0) 757 bitmap_copy (&temp_bitmap, &lra_reg_info[dst_regno].insn_bitmap); 761 lra_substitute_pseudo_within_insn (insn, dst_regno, 805 dst_regno = (set != NULL_RTX && REG_P (SET_DEST (set)) 808 && src_regno >= 0 && dst_regno >= 0 814 || (!HARD_REGISTER_NUM_P (dst_regno) 816 lra_reg_info[dst_regno].val, 817 lra_reg_info[dst_regno].offset))) 699 int n_alt, dst_regno, src_regno; local [all...] |
| lra-remat.cc | 458 int dst_regno = REGNO (dstreg); 462 && dst_regno >= FIRST_PSEUDO_REGISTER 463 && reg_renumber[dst_regno] < 0 468 dst_regno, insn); 777 int src_regno = -1, dst_regno = -1; 783 dst_regno = REGNO (SET_DEST (set)); 802 && dst_regno == cand->regno) 1104 int src_regno = -1, dst_regno = -1; 1110 dst_regno = REGNO (SET_DEST (set)); 1116 if (dst_regno >= 0 && src_regno >= FIRST_PSEUDO_REGISTE 456 int dst_regno = REGNO (dstreg); local 772 int src_regno = -1, dst_regno = -1; local 1095 int src_regno = -1, dst_regno = -1; local [all...] |
| ira-costs.cc | 2150 int i, freq, src_regno, dst_regno, hard_regno, a_regno; 2176 dst_regno = REGNO (dst); 2178 if (dst_regno >= FIRST_PSEUDO_REGISTER 2182 a = ira_curr_regno_allocno_map[dst_regno]; 2186 && dst_regno < FIRST_PSEUDO_REGISTER) 2188 hard_regno = dst_regno; 2142 int i, freq, src_regno, dst_regno, hard_regno, a_regno; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64.cc | 4876 int dst_regno = REGNO (dst); local 4879 if (FP_REGNUM_P (dst_regno) && GP_REGNUM_P (src_regno)) 4888 else if (GP_REGNUM_P (dst_regno) && FP_REGNUM_P (src_regno))
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64.cc | 3220 int dst_regno = REGNO (dst); local 3223 if (FP_REGNUM_P (dst_regno) && GP_REGNUM_P (src_regno)) 3232 else if (GP_REGNUM_P (dst_regno) && FP_REGNUM_P (src_regno))
|