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

  /src/external/gpl3/gcc/dist/gcc/
loop-iv.cc 636 rtx *outer_step)
757 *outer_step = const0_rtx;
761 outer_step))
773 *inner_step, *outer_step);
774 *outer_step = const0_rtx;
792 *outer_step = simplify_gen_binary (code, outer_mode,
793 *outer_step, op1);
805 && *outer_step == const0_rtx);
819 OUTER_STEP + EXTEND_{OUTER_MODE} (SUBREG_{INNER_MODE} (REG + INNER_STEP))
827 enum iv_extend_code *extend, rtx *outer_step)
885 rtx inner_step, outer_step; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
loop-iv.cc 636 rtx *outer_step)
735 *outer_step = const0_rtx;
739 outer_step))
751 *inner_step, *outer_step);
752 *outer_step = const0_rtx;
770 *outer_step = simplify_gen_binary (code, outer_mode,
771 *outer_step, op1);
778 && *outer_step == const0_rtx);
792 OUTER_STEP + EXTEND_{OUTER_MODE} (SUBREG_{INNER_MODE} (REG + INNER_STEP))
800 enum iv_extend_code *extend, rtx *outer_step)
858 rtx inner_step, outer_step; local
    [all...]

Completed in 16 milliseconds