Searched refs:memory_move_secondary_cost (Results 1 – 10 of 10) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | reload.h | 36 (4 + memory_move_secondary_cost ((MODE), (CLASS), (IN))) 38 extern int memory_move_secondary_cost (enum machine_mode, enum reg_class, int);
|
| HD | regclass.c | 606 memory_move_secondary_cost (enum machine_mode mode, enum reg_class class, int in) in memory_move_secondary_cost() function 637 return memory_move_secondary_cost (mode, altclass, in) + partial_cost; in memory_move_secondary_cost()
|
| HD | 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.
|
| HD | ChangeLog-1998 | 14821 * regclass.c (memory_move_secondary_cost): Wrap uses of
|
| HD | ChangeLog-1999 | 244 * regclass.c (memory_move_secondary_cost): Mark variable `mem'
|
| HD | ChangeLog-2001 | 6601 (MEMORY_MOVE_COST): Allow for memory_move_secondary_cost.
|
| HD | ChangeLog-2005 | 3472 (memory_move_secondary_cost, init_reg_autoinc): Remove
|
| HD | ChangeLog-2004 | 13741 memory_move_secondary_cost): Likewise.
|
| /trueos/contrib/gcc/config/mips/ |
| HD | mips.h | 2309 + memory_move_secondary_cost ((MODE), (CLASS), (TO_P)))
|
| /trueos/contrib/gcc/doc/ |
| HD | tm.texi | 5602 GCC defines the function @code{memory_move_secondary_cost} if
|