HomeSort by: relevance | last modified time | path
    Searched defs:old_set (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
lra-eliminations.cc 905 rtx set, old_set = single_set (insn);
928 if (old_set && REG_P (SET_DEST (old_set)))
930 if (GET_CODE (SET_SRC (old_set)) == PLUS)
931 plus_src = SET_SRC (old_set);
996 old_set = single_set (insn);
1005 if (! validate_change (insn, &SET_SRC (old_set), new_src, 0))
1007 rtx new_pat = gen_rtx_SET (SET_DEST (old_set), new_src);
1010 SET_SRC (old_set) = new_src;
903 rtx set, old_set = single_set (insn); local
early-remat.cc 1291 bitmap old_set = *ptr; local
1292 if (empty_p (old_set))
1298 EXECUTE_IF_SET_IN_BITMAP (old_set, 0, old_index, bi)
1306 bitmap_copy (new_set, old_set);
tree-into-ssa.cc 2934 bitmap old_set; local
2940 old_set = names_replaced_by (name);
2941 EXECUTE_IF_SET_IN_BITMAP (old_set, 0, i, bi)
reload1.cc 3221 rtx old_set = single_set (insn);
3246 if (old_set && REG_P (SET_DEST (old_set)))
3248 if (GET_CODE (SET_SRC (old_set)) == PLUS)
3249 plus_src = SET_SRC (old_set);
3254 else if (REG_P (SET_SRC (old_set))
3321 old_set = single_set (insn);
3329 if (!validate_change (insn, &SET_SRC (old_set), new_src, 0))
3331 rtx new_pat = gen_rtx_SET (SET_DEST (old_set), new_src);
3334 SET_SRC (old_set) = new_src
3205 rtx old_set = single_set (insn); local
3526 rtx old_set = single_set (insn); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lra-eliminations.cc 889 rtx set, old_set = single_set (insn);
912 if (old_set && REG_P (SET_DEST (old_set)))
914 if (GET_CODE (SET_SRC (old_set)) == PLUS)
915 plus_src = SET_SRC (old_set);
968 old_set = single_set (insn);
977 if (! validate_change (insn, &SET_SRC (old_set), new_src, 0))
979 rtx new_pat = gen_rtx_SET (SET_DEST (old_set), new_src);
982 SET_SRC (old_set) = new_src;
887 rtx set, old_set = single_set (insn); local
early-remat.cc 1293 bitmap old_set = *ptr; local
1294 if (empty_p (old_set))
1300 EXECUTE_IF_SET_IN_BITMAP (old_set, 0, old_index, bi)
1308 bitmap_copy (new_set, old_set);
tree-into-ssa.cc 2853 bitmap old_set; local
2859 old_set = names_replaced_by (name);
2860 EXECUTE_IF_SET_IN_BITMAP (old_set, 0, i, bi)
reload1.cc 3221 rtx old_set = single_set (insn);
3246 if (old_set && REG_P (SET_DEST (old_set)))
3248 if (GET_CODE (SET_SRC (old_set)) == PLUS)
3249 plus_src = SET_SRC (old_set);
3254 else if (REG_P (SET_SRC (old_set))
3321 old_set = single_set (insn);
3329 if (!validate_change (insn, &SET_SRC (old_set), new_src, 0))
3331 rtx new_pat = gen_rtx_SET (SET_DEST (old_set), new_src);
3334 SET_SRC (old_set) = new_src
3205 rtx old_set = single_set (insn); local
3526 rtx old_set = single_set (insn); local
    [all...]

Completed in 40 milliseconds