Searched defs:from (Results 251 - 275 of 323) sorted by relevance

<<111213

/haiku-buildtools/gcc/gcc/
H A Dcfgexpand.c3263 rtx from = adjust_address (addr, Pmode, INTVAL (offs)); local
[all...]
H A Dexpr.c126 rtx from; member in struct:move_by_pieces_d
299 convert_move(rtx to, rtx from, int unsignedp) argument
424 to, from, UNKNOWN); local
442 to, from, UNKNOWN); local
669 to, from, UNKNOWN); local
842 move_by_pieces(rtx to, rtx from, unsigned HOST_WIDE_INT len, unsigned int align, int endp) argument
4752 expand_assignment(tree to, tree from, bool nontemporal) argument
5164 emit_storent_insn(rtx to, rtx from) argument
[all...]
H A Dreload1.c291 int from; /* Register number to be eliminated. */ member in struct:elim_table
315 const int from; member in struct:elim_table_1
540 compute_use_by_pseudos(HARD_REG_SET *to, regset from) argument
905 int from = ep->from; local
[all...]
H A Dtree-ssa-loop-ivopts.c5612 struct cost_pair *from, *to; local
[all...]
H A Dtree-ssa-structalias.c662 unite (unsigned int to, unsigned int from) argument
730 dump_constraints(FILE *file, int from) argument
1084 merge_node_constraints(constraint_graph_t graph, unsigned int to, unsigned int from) argument
1127 merge_graph_nodes(constraint_graph_t graph, unsigned int to, unsigned int from) argument
1159 add_implicit_graph_edge(constraint_graph_t graph, unsigned int to, unsigned int from) argument
1177 add_pred_graph_edge(constraint_graph_t graph, unsigned int to, unsigned int from) argument
1190 add_graph_edge(constraint_graph_t graph, unsigned int to, unsigned int from) argument
1513 unify_nodes(constraint_graph_t graph, unsigned int to, unsigned int from, bool update_changed) argument
2294 unsigned from = si->node_mapping[j]; local
3713 make_constraint_from(varinfo_t vi, int from) argument
3730 make_copy_constraint(varinfo_t vi, int from) argument
6029 set_uids_in_ptset(bitmap into, bitmap from, struct pt_solution *pt) argument
7290 int from; local
[all...]
H A Dtree-core.h1814 tree from; variable
[all...]
H A Dcombine.c5162 subst(rtx x, rtx from, rtx to, int in_dest, int in_cond, int unique_copy) argument
6183 rtx from = XEXP (cond, 0); local
[all...]
H A Dsel-sched.c4979 rtx_insn *from, *to; local
6817 init_seqno(bitmap blocks_to_reschedule, basic_block from) argument
[all...]
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.c241 in_range_p (Expr_Node *exp, int from, int to, unsigned int mask) argument
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf32-i386.c1543 reloc_howto_type *from, *to; local
[all...]
H A Delf32-score.c3769 bfd_byte *to, *from, *end; local
[all...]
H A Delf32-m68k.c1943 const struct elf_m68k_got_entry *from; local
[all...]
H A Delf32-spu.c1210 bfd_vma addend, from, to, br_dest, patt; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddlltool.c1486 bfd_byte *from, *fromend; local
1582 bfd_byte *from, *fromend, *to; local
[all...]
H A Dobjcopy.c1391 asymbol **from = isyms, **to = osyms; local
3411 char *from = (char *) memhunk + copy_byte; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf.c3536 make_mapping(bfd *abfd, asection **sections, unsigned int from, unsigned int to, bfd_boolean phdr) argument
[all...]
H A Delf64-ppc.c2217 bfd_vma from; local
3842 move_plt_plist(struct ppc_link_hash_entry *from, struct ppc_link_hash_entry *to) argument
9737 bfd_vma from; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dexpr.c133 rtx from; member in struct:move_by_pieces
881 convert_move (gen_lowpart (word_mode, to), from, unsignedp); local
8646 static struct elims {int from, to;} elim_regs[] = ELIMINABLE_REGS; member in struct:elims
[all...]
H A Dreload1.c306 int from; /* Register number to be eliminated. */ member in struct:elim_table
329 int from; member in struct:elim_table_1
[all...]
/haiku-buildtools/gcc/gcc/config/bfin/
H A Dbfin.c714 bfin_initial_elimination_offset(int from, int to) argument
[all...]
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c1959 mep_cannot_change_mode_class(machine_mode from, machine_mode to, enum reg_class regclass) argument
2215 mep_register_move_cost(machine_mode mode, enum reg_class from, enum reg_class to) argument
2516 mep_can_eliminate(const int from, const int to) argument
2524 mep_elimination_offset(int from, int to) argument
[all...]
/haiku-buildtools/gcc/gcc/config/tilegx/
H A Dtilegx.c4327 tilegx_initial_elimination_offset(int from, int to) argument
[all...]
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dm68k.c848 m68k_initial_elimination_offset(int from, int to) argument
[all...]
/haiku-buildtools/gcc/gcc/config/pa/
H A Dpa.c703 copy_reg_pointer(rtx to, rtx from) argument
1415 hppa_register_move_cost(machine_mode mode ATTRIBUTE_UNUSED, reg_class_t from, reg_class_t to) argument
9868 pa_cannot_change_mode_class(machine_mode from, machine_mode to, enum reg_class rclass) argument
10127 pa_can_eliminate(const int from, const int to) argument
10141 pa_initial_elimination_offset(int from, int to) argument
[all...]
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dtrans.c6568 tree from = TREE_OPERAND (gnu_result, 1); local
[all...]

Completed in 702 milliseconds

<<111213