Home
last modified time | relevance | path

Searched refs:inline_memory_move_cost (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c18801 inline_memory_move_cost (machine_mode mode, enum reg_class regclass, int in) in inline_memory_move_cost() function
18907 return inline_memory_move_cost (mode, (enum reg_class) regclass, in ? 1 : 0); in ix86_memory_move_cost()
18933 cost += inline_memory_move_cost (mode, class1, 2); in ix86_register_move_cost()
18934 cost += inline_memory_move_cost (mode, class2, 2); in ix86_register_move_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc19684 inline_memory_move_cost (machine_mode mode, enum reg_class regclass, int in) in inline_memory_move_cost() function
19835 return inline_memory_move_cost (mode, (enum reg_class) regclass, in ? 1 : 0); in ix86_memory_move_cost()
19861 cost += inline_memory_move_cost (mode, class1, 2); in ix86_register_move_cost()
19862 cost += inline_memory_move_cost (mode, class2, 2); in ix86_register_move_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20181979 * config/i386/i386.c (inline_memory_move_cost): Correctly
2266 * config/i386/i386.c (inline_memory_move_cost):
H A DChangeLog-20088653 inline_memory_move_cost, ix86_pad_returns,
H A DChangeLog-202114497 (inline_memory_move_cost): Add HFmode, and perfer SSE cost over
H A DChangeLog-200714373 (inline_memory_move_cost): ... here; add support for IN value of 2 for
H A DChangeLog-202014868 (inline_memory_move_cost): Ditto.
H A DChangeLog-201917410 * config/i386/i386.c (inline_memory_move_cost): Use hard_register
H A DChangeLog-201719356 (inline_memory_move_cost): Likewise.
H A DChangeLog-201512640 (inline_memory_move_cost): Ditto.