Lines Matching refs:Pmode

2439       x = gen_rtx_SYMBOL_REF (Pmode, name);  in produce_memory_decl_rtl()
2442 x = gen_raw_REG (Pmode, (*regno)++); in produce_memory_decl_rtl()
3331 rtx reg1 = gen_raw_REG (Pmode, LAST_VIRTUAL_REGISTER + 1); in multiplier_allowed_in_address_p()
3337 addr = gen_rtx_fmt_ee (MULT, Pmode, reg1, NULL_RTX); in multiplier_allowed_in_address_p()
3340 XEXP (addr, 1) = gen_int_mode (i, Pmode); in multiplier_allowed_in_address_p()
3341 if (memory_address_p (Pmode, addr)) in multiplier_allowed_in_address_p()
3392 reg1 = gen_raw_REG (Pmode, LAST_VIRTUAL_REGISTER + 1); in get_address_cost()
3394 addr = gen_rtx_fmt_ee (PLUS, Pmode, reg1, NULL_RTX); in get_address_cost()
3397 XEXP (addr, 1) = gen_int_mode (i, Pmode); in get_address_cost()
3398 if (!memory_address_p (Pmode, addr)) in get_address_cost()
3406 XEXP (addr, 1) = gen_int_mode (-i, Pmode); in get_address_cost()
3407 if (!memory_address_p (Pmode, addr)) in get_address_cost()
3429 reg0 = gen_raw_REG (Pmode, LAST_VIRTUAL_REGISTER + 1); in get_address_cost()
3430 reg1 = gen_raw_REG (Pmode, LAST_VIRTUAL_REGISTER + 2); in get_address_cost()
3441 addr = gen_rtx_fmt_ee (MULT, Pmode, addr, gen_int_mode (rat, Pmode)); in get_address_cost()
3444 addr = gen_rtx_fmt_ee (PLUS, Pmode, addr, reg1); in get_address_cost()
3448 base = gen_rtx_SYMBOL_REF (Pmode, ggc_strdup ("")); in get_address_cost()
3450 base = gen_rtx_fmt_e (CONST, Pmode, in get_address_cost()
3451 gen_rtx_fmt_ee (PLUS, Pmode, in get_address_cost()
3453 gen_int_mode (off, Pmode))); in get_address_cost()
3456 base = gen_int_mode (off, Pmode); in get_address_cost()
3461 addr = gen_rtx_fmt_ee (PLUS, Pmode, addr, base); in get_address_cost()
3468 addr = memory_address (Pmode, addr); in get_address_cost()
3474 acost += address_cost (addr, Pmode); in get_address_cost()
3493 add_c = add_cost (Pmode); in get_address_cost()
3536 bits = GET_MODE_BITSIZE (Pmode); in get_address_cost()
3550 cost += multiply_by_cost (ratio, Pmode); in get_address_cost()
3554 cost += add_cost (Pmode); in get_address_cost()
3579 gen_rtx_SYMBOL_REF (Pmode, "test_var")); in force_expr_to_var_cost()
3783 cost += add_cost (Pmode); in ptr_difference_cost()