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

  /src/external/gpl3/gcc/dist/gcc/
resource.cc 422 rtx *jump_target, int jump_count,
508 if (jump_target)
509 *jump_target = JUMP_LABEL (this_jump_insn);
573 (this_jump_insn->jump_target (),
878 rtx jump_target;
1106 rtx_insn *jump_insn = find_dead_or_set_registers (target, res, &jump_target,
1119 if (!ANY_RETURN_P (jump_target))
1120 jump_target = next_active_insn (as_a<rtx_insn *> (jump_target));
1121 mark_target_live_regs (insns, jump_target, &new_resources)
871 rtx jump_target; local
    [all...]
rtl.h 623 inline rtx_code_label *jump_target () const;
1886 inline rtx_code_label *rtx_jump_insn::jump_target () const
1884 inline rtx_code_label *rtx_jump_insn::jump_target () const function in class:rtx_jump_insn
  /src/external/gpl3/gcc.old/dist/gcc/
resource.cc 422 rtx *jump_target, int jump_count,
508 if (jump_target)
509 *jump_target = JUMP_LABEL (this_jump_insn);
573 (this_jump_insn->jump_target (),
878 rtx jump_target;
1106 rtx_insn *jump_insn = find_dead_or_set_registers (target, res, &jump_target,
1119 if (!ANY_RETURN_P (jump_target))
1120 jump_target = next_active_insn (as_a<rtx_insn *> (jump_target));
1121 mark_target_live_regs (insns, jump_target, &new_resources)
871 rtx jump_target; local
    [all...]
rtl.h 621 inline rtx_code_label *jump_target () const;
1884 inline rtx_code_label *rtx_jump_insn::jump_target () const
1882 inline rtx_code_label *rtx_jump_insn::jump_target () const function in class:rtx_jump_insn
  /src/external/gpl3/binutils/dist/gas/config/
tc-kvx.h 90 int jump_target; member in struct:steering_rule
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-kvx.h 90 int jump_target; member in struct:steering_rule
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_cmd_parser.c 1320 u64 jump_offset, jump_target; local
1335 jump_target = *(u64 *)(cmd + 1);
1336 jump_offset = jump_target - batch_addr;
1339 * Any underflow of jump_target is guaranteed to be outside the range
1344 jump_target);
1365 jump_target);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 2854 tree jump_target = NULL_TREE; local
2857 &jump_target);
3469 tree *jump_target)
3499 overflow_p, jump_target);
6081 /* Predicates for the meaning of *jump_target. */
6084 returns (tree *jump_target)
6086 return *jump_target
6087 && (TREE_CODE (*jump_target) == RETURN_EXPR
6088 || (TREE_CODE (*jump_target) == LABEL_DECL
6089 && LABEL_DECL_CDTOR (*jump_target)));
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 4835 basic_block jump_target = single_succ (from);
4836 if (!single_pred_p (jump_target))
4839 from = jump_target;
4830 basic_block jump_target = single_succ (from); local
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 4819 basic_block jump_target = single_succ (from);
4820 if (!single_pred_p (jump_target))
4823 from = jump_target;
4814 basic_block jump_target = single_succ (from); local

Completed in 95 milliseconds