Lines Matching refs:GET_MODE_SIZE
343 && (GET_MODE_SIZE (GET_MODE (x)) in push_secondary_reload()
344 > GET_MODE_SIZE (GET_MODE (SUBREG_REG (x))))) in push_secondary_reload()
601 = assign_stack_local (mode, GET_MODE_SIZE (mode), 0); in get_secondary_mem()
810 return (GET_MODE_SIZE (mode) <= UNITS_PER_WORD in reload_inner_reg_of_subreg()
812 && GET_MODE_SIZE (GET_MODE (inner)) > UNITS_PER_WORD in reload_inner_reg_of_subreg()
813 && ((GET_MODE_SIZE (GET_MODE (inner)) / UNITS_PER_WORD) in reload_inner_reg_of_subreg()
1005 && ((GET_MODE_SIZE (inmode) in push_reload()
1006 > GET_MODE_SIZE (GET_MODE (SUBREG_REG (in)))) in push_reload()
1008 || (GET_MODE_SIZE (inmode) <= UNITS_PER_WORD in push_reload()
1009 && (GET_MODE_SIZE (GET_MODE (SUBREG_REG (in))) in push_reload()
1011 && (GET_MODE_SIZE (inmode) in push_reload()
1012 > GET_MODE_SIZE (GET_MODE (SUBREG_REG (in)))) in push_reload()
1017 || ((GET_MODE_SIZE (inmode) in push_reload()
1018 < GET_MODE_SIZE (GET_MODE (SUBREG_REG (in)))) in push_reload()
1019 && ((GET_MODE_SIZE (inmode) - 1) / UNITS_PER_WORD == in push_reload()
1020 ((GET_MODE_SIZE (GET_MODE (SUBREG_REG (in))) - 1) in push_reload()
1029 && ((GET_MODE_SIZE (inmode) <= UNITS_PER_WORD in push_reload()
1030 && (GET_MODE_SIZE (GET_MODE (SUBREG_REG (in))) in push_reload()
1032 && ((GET_MODE_SIZE (GET_MODE (SUBREG_REG (in))) in push_reload()
1056 gcc_assert (GET_MODE_SIZE (GET_MODE (in)) <= GET_MODE_SIZE (inmode)); in push_reload()
1110 && ((GET_MODE_SIZE (outmode) in push_reload()
1111 > GET_MODE_SIZE (GET_MODE (SUBREG_REG (out)))) in push_reload()
1113 || ((GET_MODE_SIZE (outmode) in push_reload()
1114 < GET_MODE_SIZE (GET_MODE (SUBREG_REG (out)))) in push_reload()
1115 && ((GET_MODE_SIZE (outmode) - 1) / UNITS_PER_WORD == in push_reload()
1116 ((GET_MODE_SIZE (GET_MODE (SUBREG_REG (out))) - 1) in push_reload()
1122 && ((GET_MODE_SIZE (outmode) <= UNITS_PER_WORD in push_reload()
1123 && (GET_MODE_SIZE (GET_MODE (SUBREG_REG (out))) in push_reload()
1125 && ((GET_MODE_SIZE (GET_MODE (SUBREG_REG (out))) in push_reload()
1148 || GET_MODE_SIZE (GET_MODE (out)) in push_reload()
1149 <= GET_MODE_SIZE (outmode)); in push_reload()
1243 if (GET_MODE_SIZE (inmode) > GET_MODE_SIZE (outmode)) in push_reload()
1370 && GET_MODE_SIZE (inmode) > GET_MODE_SIZE (rld[i].inmode)) in push_reload()
1373 && GET_MODE_SIZE (outmode) > GET_MODE_SIZE (rld[i].outmode)) in push_reload()
1519 if (out && GET_MODE_SIZE (outmode) > GET_MODE_SIZE (inmode)) in push_reload()
1551 && (((GET_MODE_SIZE (GET_MODE (in)) + (UNITS_PER_WORD - 1)) in push_reload()
1553 == ((GET_MODE_SIZE (GET_MODE (SUBREG_REG (in))) in push_reload()
1556 && (GET_MODE_SIZE (rel_mode) in push_reload()
1557 <= GET_MODE_SIZE (GET_MODE (XEXP (note, 0)))) in push_reload()
1903 if (GET_MODE_SIZE (outmode) != GET_MODE_SIZE (inmode) in find_dummy_reload()
1904 && (GET_MODE_SIZE (outmode) > UNITS_PER_WORD in find_dummy_reload()
1905 || GET_MODE_SIZE (inmode) > UNITS_PER_WORD)) in find_dummy_reload()
2180 if (WORDS_BIG_ENDIAN && GET_MODE_SIZE (GET_MODE (x)) > UNITS_PER_WORD in operands_match_p()
2184 if (WORDS_BIG_ENDIAN && GET_MODE_SIZE (GET_MODE (y)) > UNITS_PER_WORD in operands_match_p()
2317 val.start = -GET_MODE_SIZE (GET_MODE (x)); in decompose()
2318 val.end = GET_MODE_SIZE (GET_MODE (x)); in decompose()
2393 val.end = val.start + GET_MODE_SIZE (GET_MODE (x)); in decompose()
2806 && (GET_MODE_SIZE (GET_MODE (reg)) in find_reloads()
2807 >= GET_MODE_SIZE (GET_MODE (op)))) in find_reloads()
3004 && (GET_MODE_SIZE (operand_mode[i]) in find_reloads()
3005 > GET_MODE_SIZE (GET_MODE (operand)))) in find_reloads()
3008 || (GET_MODE_SIZE (operand_mode[i]) <= UNITS_PER_WORD in find_reloads()
3009 && (GET_MODE_SIZE (GET_MODE (operand)) in find_reloads()
3011 && (GET_MODE_SIZE (operand_mode[i]) in find_reloads()
3012 > GET_MODE_SIZE (GET_MODE (operand))) in find_reloads()
3533 && GET_MODE_SIZE (operand_mode[i]) <= UNITS_PER_WORD in find_reloads()
3907 = GET_MODE_SIZE (GET_MODE (recog_data.operand[i])); in find_reloads()
4455 || (GET_MODE_SIZE (rld[i].outmode) in find_reloads()
4456 > GET_MODE_SIZE (rld[i].inmode))) in find_reloads()
4646 && (GET_MODE_SIZE (GET_MODE (x)) in find_reloads_toplev()
4647 <= GET_MODE_SIZE (GET_MODE (SUBREG_REG (x)))) in find_reloads_toplev()
6038 unsigned outer_size = GET_MODE_SIZE (GET_MODE (x)); in find_reloads_subreg_address()
6039 unsigned inner_size = GET_MODE_SIZE (GET_MODE (SUBREG_REG (x))); in find_reloads_subreg_address()
6198 GET_MODE_SIZE (GET_MODE (*r->subreg_loc))); in subst_reloads()
6200 GET_MODE_SIZE (GET_MODE (*r->subreg_loc))); in subst_reloads()
6330 final_offset = (final_offset / GET_MODE_SIZE (GET_MODE (*loc))); in find_replacement()
6331 final_offset = (final_offset * GET_MODE_SIZE (GET_MODE (*loc))); in find_replacement()
7073 return GET_MODE_SIZE (GET_MODE (x)); in find_inc_amount()