Lines Matching refs:calls
238 const int bit_val = targetm.calls.custom_function_descriptors; in prepare_call_address()
246 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
322 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
398 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
948 return targetm.calls.pass_by_reference (pack_cumulative_args (ca), mode, in pass_by_reference()
961 return targetm.calls.callee_copies (pack_cumulative_args (ca), mode, type, in reference_callee_copied()
2027 if (targetm.calls.split_complex_arg in initialize_argument_information()
2030 && targetm.calls.split_complex_arg (argtype)) in initialize_argument_information()
2227 targetm.calls.warn_parameter_passing_abi (args_so_far, type); in initialize_argument_information()
2229 args[i].reg = targetm.calls.function_arg (args_so_far, mode, type, in initialize_argument_information()
2241 if (targetm.calls.function_incoming_arg != targetm.calls.function_arg) in initialize_argument_information()
2243 = targetm.calls.function_incoming_arg (args_so_far, mode, type, in initialize_argument_information()
2250 = targetm.calls.arg_partial_bytes (args_so_far, mode, type, in initialize_argument_information()
2253 args[i].pass_on_stack = targetm.calls.must_pass_in_stack (mode, type); in initialize_argument_information()
2305 targetm.calls.function_arg_advance (args_so_far, TYPE_MODE (type), in initialize_argument_information()
2679 return targetm.calls.static_chain (fndecl_or_type, incoming_p); in rtx_for_static_chain()
3328 if (maybe_ne (targetm.calls.return_pops_args (fndecl, funtype, in can_implement_as_sibling_call_p()
3330 targetm.calls.return_pops_args (current_function_decl, in can_implement_as_sibling_call_p()
3505 struct_value = targetm.calls.struct_value_rtx (fntype, 0); in expand_call()
3616 if (targetm.calls.split_complex_arg) in expand_call()
3624 && targetm.calls.split_complex_arg (type)) in expand_call()
3702 && targetm.calls.strict_argument_naming (args_so_far)) in expand_call()
3705 && ! targetm.calls.pretend_outgoing_varargs_named (args_so_far)) in expand_call()
4262 targetm.calls.call_args (args[i].reg, funtype); in expand_call()
4265 targetm.calls.call_args (pc_rtx, funtype); in expand_call()
4278 valbnd = targetm.calls. in expand_call()
4287 valbnd = targetm.calls.chkp_function_value_bounds (rettype, in expand_call()
4355 next_arg_reg = targetm.calls.function_incoming_arg (args_so_far, in expand_call()
4360 next_arg_reg = targetm.calls.function_arg (args_so_far, in expand_call()
4423 && targetm.calls.return_in_msb (rettype)) in expand_call()
4656 targetm.calls.end_call_args (); in expand_call()
4775 && targetm.calls.split_complex_arg (type)) in split_complex_types()
4788 && targetm.calls.split_complex_arg (complex_type)) in split_complex_types()
4875 rtx struct_value = targetm.calls.struct_value_rtx (0, 0); in emit_library_call_value_1()
4983 argvec[count].reg = targetm.calls.function_arg (args_so_far, in emit_library_call_value_1()
4985 gcc_assert (targetm.calls.arg_partial_bytes (args_so_far, Pmode, in emit_library_call_value_1()
5001 targetm.calls.function_arg_advance (args_so_far, Pmode, (tree) 0, true); in emit_library_call_value_1()
5066 argvec[count].reg = targetm.calls.function_arg (args_so_far, mode, in emit_library_call_value_1()
5070 = targetm.calls.arg_partial_bytes (args_so_far, mode, NULL_TREE, 1); in emit_library_call_value_1()
5096 targetm.calls.function_arg_advance (args_so_far, mode, (tree) 0, true); in emit_library_call_value_1()
5212 targetm.calls.call_args (argvec[i].reg, NULL_TREE); in emit_library_call_value_1()
5216 targetm.calls.call_args (pc_rtx, NULL_TREE); in emit_library_call_value_1()
5438 targetm.calls.function_arg (args_so_far, in emit_library_call_value_1()
5454 && targetm.calls.return_in_msb (tfom)) in emit_library_call_value_1()
5460 targetm.calls.end_call_args (); in emit_library_call_value_1()
5637 targetm.calls.store_bounds_for_arg (ptr, addr, arg->value, slot); in store_bounds()
5844 if (targetm.calls.function_arg_padding (arg->mode, TREE_TYPE (pval)) in store_one_arg()
5853 if (targetm.calls.function_arg_padding (arg->mode, TREE_TYPE (pval)) in store_one_arg()
5913 if (targetm.calls.function_arg_padding (arg->mode, TREE_TYPE (pval)) in store_one_arg()
6066 && (targetm.calls.function_arg_padding (mode, type) in must_pass_in_stack_var_size_or_pad()