HomeSort by: relevance | last modified time | path
    Searched refs:fntype_abi (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
function-abi.cc 193 fntype_abi (const_tree type) function
196 if (targetm.calls.fntype_abi)
197 return targetm.calls.fntype_abi (type);
207 const predefined_function_abi &base_abi = fntype_abi (TREE_TYPE (fndecl));
253 return fntype_abi (TREE_TYPE (type));
function-abi.h 243 * fntype_abi (FNTYPE) is the ABI of a function with type FNTYPE.
315 extern const predefined_function_abi &fntype_abi (const_tree);
target.def 5252 (fntype_abi,
function.cc 2189 ? fntype_abi (fntype)
  /src/external/gpl3/gcc.old/dist/gcc/
function-abi.cc 193 fntype_abi (const_tree type) function
196 if (targetm.calls.fntype_abi)
197 return targetm.calls.fntype_abi (type);
207 const predefined_function_abi &base_abi = fntype_abi (TREE_TYPE (fndecl));
253 return fntype_abi (TREE_TYPE (type));
function-abi.h 243 * fntype_abi (FNTYPE) is the ABI of a function with type FNTYPE.
315 extern const predefined_function_abi &fntype_abi (const_tree);
target.def 5086 (fntype_abi,
function.cc 2177 ? fntype_abi (fntype)
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.cc 5125 cum->variant_cc = (riscv_cc) fntype_abi (fntype).id ();
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 723 switch ((arm_pcs) fntype_abi (*node).id ())
7204 pcum->pcs_variant = (arm_pcs) fntype_abi (fntype).id ();
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 2765 switch ((arm_pcs) fntype_abi (*node).id ())
7653 pcum->pcs_variant = (arm_pcs) fntype_abi (fntype).id ();

Completed in 88 milliseconds