Home
last modified time | relevance | path

Searched refs:predefined_function_abi (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfunction-abi.h34 class predefined_function_abi
137 function_abi (const predefined_function_abi &base_abi) in function_abi()
143 function_abi (const predefined_function_abi &base_abi, in function_abi()
148 const predefined_function_abi &base_abi () const { return *m_base_abi; } in base_abi()
207 const predefined_function_abi *m_base_abi;
270 predefined_function_abi x_function_abis[NUM_ABI_IDS];
315 extern const predefined_function_abi &fntype_abi (const_tree);
H A Dfunction-abi.cc42 predefined_function_abi::initialize (unsigned int id, in initialize()
118 predefined_function_abi::add_full_reg_clobber (unsigned int regno) in add_full_reg_clobber()
140 const predefined_function_abi &callee_abi = function_abis[abi_id]; in caller_save_regs()
192 const predefined_function_abi &
207 const predefined_function_abi &base_abi = fntype_abi (TREE_TYPE (fndecl)); in fndecl_abi()
H A Demit-rtl.h25 class predefined_function_abi; variable
75 const predefined_function_abi *GTY((skip)) abi;
H A Dtarget.h144 class predefined_function_abi; variable
H A Dreginfo.cc586 unsigned int nregs, const predefined_function_abi *abi) in choose_hard_reg_mode()
H A Drtl.h39 class predefined_function_abi; variable
3571 const predefined_function_abi *);
H A DChangeLog-201912423 * rtl.h (predefined_function_abi): Declare.
12424 (choose_hard_reg_mode): Take a pointer to a predefined_function_abi
12435 (choose_hard_reg_mode): Take a pointer to a predefined_function_abi
12463 * function-abi.cc (predefined_function_abi::initialize): Update call
12561 * target.h (predefined_function_abi): Declare.
H A DChangeLog14048 (class predefined_function_abi): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction-abi.h34 class predefined_function_abi
137 function_abi (const predefined_function_abi &base_abi) in function_abi()
143 function_abi (const predefined_function_abi &base_abi, in function_abi()
148 const predefined_function_abi &base_abi () const { return *m_base_abi; } in base_abi()
207 const predefined_function_abi *m_base_abi;
270 predefined_function_abi x_function_abis[NUM_ABI_IDS];
315 extern const predefined_function_abi &fntype_abi (const_tree);
H A Dfunction-abi.cc42 predefined_function_abi::initialize (unsigned int id, in initialize()
118 predefined_function_abi::add_full_reg_clobber (unsigned int regno) in add_full_reg_clobber()
140 const predefined_function_abi &callee_abi = function_abis[abi_id]; in caller_save_regs()
192 const predefined_function_abi &
207 const predefined_function_abi &base_abi = fntype_abi (TREE_TYPE (fndecl)); in fndecl_abi()
H A Demit-rtl.h25 class predefined_function_abi; variable
74 const predefined_function_abi *GTY((skip)) abi;
H A Dtarget.h156 class predefined_function_abi; variable
H A Dreginfo.c559 unsigned int nregs, const predefined_function_abi *abi) in choose_hard_reg_mode()
H A Drtl.h39 class predefined_function_abi; variable
3434 const predefined_function_abi *);
H A Dfunction.c2157 const predefined_function_abi &abi = (fntype in aggregate_value_p()
H A Dtarget.def5044 definition of @code{predefined_function_abi} for details of the ABI\n\
5047 const predefined_function_abi &, (const_tree type),
5054 @code{predefined_function_abi} for details of the ABI descriptor.\n\
5060 const predefined_function_abi &, (const rtx_insn *insn),
5940 The value of @var{abi_id} comes from the @code{predefined_function_abi}\n\
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dblocks.h161 const predefined_function_abi *abi () const { return m_abi; } in abi()
176 ebb_call_clobbers_info (const predefined_function_abi *);
180 const predefined_function_abi *m_abi;
H A Dinternals.inl560 ebb_call_clobbers_info (const predefined_function_abi *abi)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c2095 static const predefined_function_abi &
2098 predefined_function_abi &simd_abi = function_abis[ARM_PCS_SIMD]; in aarch64_simd_abi()
2113 static const predefined_function_abi &
2116 predefined_function_abi &sve_abi = function_abis[ARM_PCS_SVE]; in aarch64_sve_abi()
2828 static const predefined_function_abi &
2905 const predefined_function_abi &
16230 predefined_function_abi &tlsdesc_abi = function_abis[ARM_PCS_TLSDESC]; in aarch64_tlsdesc_abi_id()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc3228 static const predefined_function_abi &
3231 predefined_function_abi &simd_abi = function_abis[ARM_PCS_SIMD]; in aarch64_simd_abi()
3246 static const predefined_function_abi &
3249 predefined_function_abi &sve_abi = function_abis[ARM_PCS_SVE]; in aarch64_sve_abi()
4089 static const predefined_function_abi &
4166 const predefined_function_abi &
19339 predefined_function_abi &tlsdesc_abi = function_abis[ARM_PCS_TLSDESC]; in aarch64_tlsdesc_abi_id()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc20069 const predefined_function_abi &
20086 predefined_function_abi &vzeroupper_abi = function_abis[abi_id]; in ix86_initialize_callee_abi()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi1893 @deftypefn {Target Hook} {const predefined_function_abi &} TARGET_FNTYPE_ABI (const_tree @var{type})
1895 definition of @code{predefined_function_abi} for details of the ABI
1900 @deftypefn {Target Hook} {const predefined_function_abi &} TARGET_INSN_CALLEE_ABI (const rtx_insn *…
1903 @code{predefined_function_abi} for details of the ABI descriptor.
1927 The value of @var{abi_id} comes from the @code{predefined_function_abi}
H A Dgccint.info32673 -- Target Hook: const predefined_function_abi & TARGET_FNTYPE_ABI
32676 definition of 'predefined_function_abi' for details of the ABI
32680 -- Target Hook: const predefined_function_abi & TARGET_INSN_CALLEE_ABI
32684 'predefined_function_abi' for details of the ABI descriptor. Only
32705 The value of ABI_ID comes from the 'predefined_function_abi'
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgccint.info34118 -- Target Hook: const predefined_function_abi & TARGET_FNTYPE_ABI
34121 definition of 'predefined_function_abi' for details of the ABI
34125 -- Target Hook: const predefined_function_abi & TARGET_INSN_CALLEE_ABI
34129 'predefined_function_abi' for details of the ABI descriptor. Only
34150 The value of ABI_ID comes from the 'predefined_function_abi'