Searched refs:funexp (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dcalls.c168 prepare_call_address (rtx funexp, rtx static_chain_value,
173 if (GET_CODE (funexp) != SYMBOL_REF)
176 funexp = ((SMALL_REGISTER_CLASSES && reg_parm_seen)
177 ? force_not_mem (memory_address (FUNCTION_MODE, funexp))
178 : memory_address (FUNCTION_MODE, funexp));
183 funexp = force_reg (Pmode, funexp);
196 return funexp;
240 emit_call_1 (rtx funexp, tree fntree, tree fndecl ATTRIBUTE_UNUSED,
265 if (GET_CODE (funexp) !
167 prepare_call_address(rtx funexp, rtx static_chain_value, rtx *call_fusage, int reg_parm_seen, int sibcallp) argument
239 emit_call_1(rtx funexp, tree fntree, tree fndecl ATTRIBUTE_UNUSED, tree funtype ATTRIBUTE_UNUSED, HOST_WIDE_INT stack_size ATTRIBUTE_UNUSED, HOST_WIDE_INT rounded_stack_size, HOST_WIDE_INT struct_value_size ATTRIBUTE_UNUSED, rtx next_arg_reg ATTRIBUTE_UNUSED, rtx valreg, int old_inhibit_defer_pop, rtx call_fusage, int ecf_flags, CUMULATIVE_ARGS *args_so_far ATTRIBUTE_UNUSED) argument
1456 rtx funexp; local
1842 rtx funexp; local
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c8561 rtx this, insn, funexp;
8673 funexp = XEXP (DECL_RTL (function), 0);
8677 funexp = gen_rtx_MEM (FUNCTION_MODE, funexp);
8678 insn = emit_call_insn (gen_sibcall (funexp));
8695 scratch = legitimize_pic_address (funexp, Pmode, scratch);
8704 gen_rtx_HIGH (SImode, funexp)));
8707 gen_rtx_LO_SUM (SImode, scratch, funexp)));
8716 sparc_emit_set_symbolic_const64 (scratch, funexp, scratch);
8724 sparc_emit_set_symbolic_const64 (scratch, funexp, spill_re
8535 rtx this, insn, funexp; local
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c9432 rtx this, insn, funexp;
9539 funexp = XEXP (DECL_RTL (function), 0);
9540 funexp = gen_rtx_MEM (FUNCTION_MODE, funexp);
9541 ia64_expand_call (NULL_RTX, funexp, NULL_RTX, 1);
9409 rtx this, insn, funexp; local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c15751 rtx this, insn, funexp;
15808 funexp = XEXP (DECL_RTL (function), 0);
15809 funexp = gen_rtx_MEM (FUNCTION_MODE, funexp);
15813 funexp = machopic_indirect_call_target (funexp);
15822 funexp, const0_rtx),
15717 rtx this, insn, funexp; local

Completed in 307 milliseconds