Home | History | Annotate | Download | only in gcc

Lines Matching refs:is_target

1048    within a (MEM ...).  IS_TARGET is TRUE when X is to be treated as a
1054 mark_jump_label_1 (rtx x, rtx_insn *insn, bool in_mem, bool is_target)
1070 if (is_target)
1096 mark_jump_label_1 (get_pool_constant (x), insn, in_mem, is_target);
1102 if (!is_target)
1131 if (is_target
1140 = is_target ? REG_LABEL_TARGET : REG_LABEL_OPERAND;
1163 is_target);
1179 mark_jump_label_1 (XEXP (x, i), insn, in_mem, is_target);
1186 is_target);