Searched refs:memory_move_secondary_cost (Results 1 – 17 of 17) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | reload.h | 35 extern int memory_move_secondary_cost (machine_mode, reg_class_t, bool);
|
| D | reginfo.cc | 546 memory_move_secondary_cost (machine_mode mode, reg_class_t rclass, in memory_move_secondary_cost() function 577 return memory_move_secondary_cost (mode, altclass, in) + partial_cost; in memory_move_secondary_cost()
|
| D | targhooks.cc | 1890 return (4 + memory_move_secondary_cost (mode, (enum reg_class) rclass, in)); in default_memory_move_cost()
|
| D | FSFChangeLog | 1682 * regclass.c (memory_move_secondary_cost): Protect uses of 1694 (memory_move_secondary_cost): Declare. 1696 (memory_move_secondary_cost) [HAVE_SECONDARY_RELOADS]: New function. 1708 Add memory_move_secondary_cost result to cpu-specific cost.
|
| D | ChangeLog-2010 | 17450 * reload.h (register_move_cost, memory_move_secondary_cost, 17457 (memory_move_secondary_cost): Change arguments type from 24488 (init_move_cost, memory_move_secondary_cost): Replace 27686 (memory_move_secondary_cost): Change type of 'in' argument to bool. 27688 (memory_move_secondary_cost): Change type of 'in' argument to bool.
|
| D | target.def | 3628 GCC defines the function @code{memory_move_secondary_cost} if\n\
|
| D | ChangeLog-1998 | 14821 * regclass.c (memory_move_secondary_cost): Wrap uses of
|
| D | ChangeLog-1999 | 244 * regclass.c (memory_move_secondary_cost): Mark variable `mem'
|
| D | ChangeLog-2008 | 13695 * regclass.c (memory_move_secondary_cost, dump_regclass, regclass,
|
| D | ChangeLog-2001 | 6601 (MEMORY_MOVE_COST): Allow for memory_move_secondary_cost.
|
| D | ChangeLog-2005 | 3472 (memory_move_secondary_cost, init_reg_autoinc): Remove
|
| D | ChangeLog-2004 | 13741 memory_move_secondary_cost): Likewise.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
| D | stormy16.cc | 128 return (5 + memory_move_secondary_cost (mode, rclass, in)); in xstormy16_memory_move_cost()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.cc | 13416 + memory_move_secondary_cost (mode, rclass, in)); in mips_memory_move_cost()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | tm.texi | 6697 GCC defines the function @code{memory_move_secondary_cost} if 6724 GCC defines the function @code{memory_move_secondary_cost} if
|
| D | tm.texi.in | 4448 GCC defines the function @code{memory_move_secondary_cost} if
|
| D | gccint.info | 38640 GCC defines the function 'memory_move_secondary_cost' if secondary 38668 GCC defines the function 'memory_move_secondary_cost' if secondary
|