Home
last modified time | relevance | path

Searched defs:rtx (Results 1 – 25 of 32) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
H A Dhooks.c108 hook_bool_mode_rtx_false (machine_mode, rtx) in hook_bool_mode_rtx_false() argument
115 hook_bool_mode_rtx_true (machine_mode, rtx) in hook_bool_mode_rtx_true() argument
172 hook_bool_FILEptr_rtx_false (FILE *, rtx) in hook_bool_FILEptr_rtx_false() argument
227 hook_int_rtx_0 (rtx) in hook_int_rtx_0() argument
233 hook_int_rtx_1 (rtx) in hook_int_rtx_1() argument
251 hook_int_rtx_bool_0 (rtx, bool) in hook_int_rtx_bool_0() argument
257 hook_int_rtx_mode_as_bool_0 (rtx, machine_mode, addr_space_t, bool) in hook_int_rtx_mode_as_bool_0() argument
280 hook_void_rtx_tree (rtx, tree) in hook_void_rtx_tree() argument
348 hook_bool_rtx_false (rtx) in hook_bool_rtx_false() argument
360 hook_bool_rtx_mode_int_int_intp_bool_false (rtx, machine_mode, int, int, in hook_bool_rtx_mode_int_int_intp_bool_false() argument
[all …]
H A Drtx-vector-builder.h48 bool can_elide_p (rtx) const { return true; } in can_elide_p() argument
49 void note_representative (rtx *, rtx) {} in note_representative() argument
H A Dcoretypes.h56 typedef struct rtx_def *rtx; typedef
334 #define rtx struct _dont_use_rtx_here_ * macro
H A Dread-md.h291 virtual void handle_any_trailing_information (rtx) {} in handle_any_trailing_information() argument
H A Dtarghooks.c174 default_legitimize_address_displacement (rtx *, rtx *, poly_int64, in default_legitimize_address_displacement() argument
2095 default_canonicalize_comparison (int *, rtx *, rtx *, bool) in default_canonicalize_comparison() argument
H A Demit-rtl.c4521 emit_pattern_before_noloc (rtx x, rtx before, rtx last, basic_block bb, in emit_pattern_before_noloc()
4678 rtx_insn *(*make_raw)(rtx)) in emit_pattern_after_noloc()
4845 emit_pattern_after_setloc (rtx pattern, rtx uncast_after, int loc, in emit_pattern_after_setloc()
4873 emit_pattern_after (rtx pattern, rtx uncast_after, bool skip_debug_insns, in emit_pattern_after()
4954 emit_pattern_before_setloc (rtx pattern, rtx uncast_before, int loc, bool insnp, in emit_pattern_before_setloc()
4989 emit_pattern_before (rtx pattern, rtx uncast_before, bool skip_debug_insns, in emit_pattern_before()
H A Difcvt.c3670 hash_map<rtx, rtx> *vals, in check_cond_move_block()
3755 hash_map<rtx, rtx> *then_vals, in cond_move_convert_if_block()
H A Dira-emit.c306 rtx rtx = *insn_ptr; in change_regs_in_insn() local
H A Dbuiltins.c3418 expand_builtin_memchr (tree exp, rtx) in expand_builtin_memchr() argument
3465 expand_builtin_memmove (tree exp, rtx) in expand_builtin_memmove() argument
3741 expand_builtin_strcat (tree exp, rtx) in expand_builtin_strcat() argument
3886 expand_builtin_stpncpy (tree exp, rtx) in expand_builtin_stpncpy() argument
3990 expand_builtin_strncat (tree exp, rtx) in expand_builtin_strncat() argument
H A Dgenattrtab.c1402 substitute_address (rtx exp, rtx (*no_address_fn) (rtx), in substitute_address()
H A Dvar-tracking.c714 stack_adjust_offset_pre_post_cb (rtx, rtx op, rtx dest, rtx src, rtx srcoff, in stack_adjust_offset_pre_post_cb() argument
8582 resolve_expansions_pending_recursion (vec<rtx, va_heap> *pending) in resolve_expansions_pending_recursion()
8909 vec<rtx, va_heap> *changed_values_stack) in var_track_values_to_stack()
8944 vec<rtx, va_heap> *changed_values_stack) in notify_dependents_of_changed_value()
H A Drtlanal.c1889 note_stores (const_rtx x, void (*fun) (rtx, const_rtx, void *), void *data) in note_stores()
1934 note_uses (rtx *pbody, void (*fun) (rtx *, void *), void *data) in note_uses()
H A Dfunction.c5368 diddle_return_value_1 (void (*doit) (rtx, void *), void *arg, rtx outgoing) in diddle_return_value_1()
5393 diddle_return_value (void (*doit) (rtx, void *), void *arg) in diddle_return_value()
H A Dexcept.c1658 for_each_eh_label (void (*callback) (rtx)) in for_each_eh_label()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcoretypes.h54 typedef struct rtx_def *rtx; typedef
175 #define rtx struct _dont_use_rtx_here_ * macro
H A Dgenattr.c35 static VEC (rtx, heap) *const_attrs, *reservations; in VEC() argument
H A Demit-rtl.c4135 emit_pattern_before_noloc (rtx x, rtx before, rtx last, basic_block bb, in emit_pattern_before_noloc()
4310 rtx (*make_raw)(rtx)) in emit_pattern_after_noloc() argument
4432 emit_pattern_after_setloc (rtx pattern, rtx after, int loc, in emit_pattern_after_setloc()
4457 emit_pattern_after (rtx pattern, rtx after, bool skip_debug_insns, in emit_pattern_after()
4535 emit_pattern_before_setloc (rtx pattern, rtx before, int loc, bool insnp, in emit_pattern_before_setloc()
4567 emit_pattern_before (rtx pattern, rtx before, bool skip_debug_insns, in emit_pattern_before()
H A Dree.c414 get_defs (rtx insn, rtx reg, VEC (rtx,heap) **dest) in get_defs()
H A Dgenattrtab.c1454 substitute_address (rtx exp, rtx (*no_address_fn) (rtx), in substitute_address()
H A Drtlanal.c1473 note_stores (const_rtx x, void (*fun) (rtx, const_rtx, void *), void *data) in note_stores()
1518 note_uses (rtx *pbody, void (*fun) (rtx *, void *), void *data) in note_uses()
H A Dsel-sched-ir.c266 insn_t last_scheduled_insn, VEC(rtx,gc) *executing_insns, in flist_add()
641 rtx last_scheduled_insn, VEC(rtx, gc) *executing_insns, in merge_fences()
807 VEC(rtx, gc) *executing_insns, int *ready_ticks, in add_to_fences()
H A Dvar-tracking.c5074 static VEC (rtx, heap) *preserved_values; in VEC() argument
7944 resolve_expansions_pending_recursion (VEC (rtx, stack) *pending) in resolve_expansions_pending_recursion()
8296 VEC (rtx, stack) **changed_values_stack) in notify_dependents_of_changed_value()
H A Difcvt.c2700 VEC (rtx, heap) **regs, in check_cond_move_block()
H A Dgcse.c379 static VEC (rtx,heap) **modify_mem_list; in VEC() argument
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dsendmsg.c57 #define rtx int macro

12