Searched refs:SSE_CLASS_P (Results 1 – 7 of 7) sorted by relevance
19301 return SSE_CLASS_P (regclass) ? regclass : NO_REGS; in ix86_preferred_reload_class()19387 && SSE_CLASS_P (rclass) in ix86_secondary_reload()19429 && SSE_CLASS_P (rclass) in ix86_secondary_reload()19502 || MAYBE_SSE_CLASS_P (class1) != SSE_CLASS_P (class1) in inline_secondary_memory_needed()19503 || MAYBE_SSE_CLASS_P (class2) != SSE_CLASS_P (class2) in inline_secondary_memory_needed()19530 if (SSE_CLASS_P (class1) != SSE_CLASS_P (class2)) in inline_secondary_memory_needed()19554 if ((SSE_CLASS_P (class1) && !TARGET_INTER_UNIT_MOVES_FROM_VEC) in inline_secondary_memory_needed()19555 || (SSE_CLASS_P (class2) && !TARGET_INTER_UNIT_MOVES_TO_VEC)) in inline_secondary_memory_needed()19711 if (SSE_CLASS_P (regclass)) in inline_memory_move_cost()19886 if (SSE_CLASS_P (class1) != SSE_CLASS_P (class2)) in ix86_register_move_cost()[all …]
1291 #define SSE_CLASS_P(CLASS) \ macro
18983 (SSE_CLASS_P): Use reg_class_subset_p between SSE_REGS.
29801 * i386.h (SSE_CLASS_P, MMX_CLASS_P, MAYBE_FLOAT_CLASS_P,
34097 * config/i386/i386.h (SSE_CLASS_P, MMX_CLASS_P): Use straight equality.
35247 (SSE_CLASS_P): Likewise.
21881 (SSE_CLASS_P, MAYBE_SSE_CLASS_P): Replace SSE_REGS with ALL_SSE_REGS.