Home
last modified time | relevance | path

Searched refs:libcall (Results 51 – 75 of 123) sorted by relevance

12345

/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc8029 if (candidate != libcall && candidate && usable) in decide_alg()
8061 enum stringop_alg alg = libcall; in decide_alg()
8075 if (candidate != libcall in decide_alg()
8088 if (alg != libcall) in decide_alg()
8117 && (algs->unknown_size == libcall in decide_alg()
8139 gcc_assert (alg != libcall); in decide_alg()
8143 ? algs->unknown_size : libcall); in decide_alg()
8158 if (alg == libcall) in decide_alignment()
8421 if (alg == libcall) in ix86_expand_set_or_cpymem()
8440 case libcall: in ix86_expand_set_or_cpymem()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2010191 as libcall.
235 Don't make a libcall for _d_arraycast when converting void[] to
H A DChangeLog-2021453 (ExprVisitor::visit(AssertExp *)): Update setting of libcall.
H A DChangeLog-2006592 * d-codegen.{h, cc}: replace libcall _d_arraysetlength2p with
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.c5948 int libcall, int n_named_args, in init_cumulative_args() argument
5959 cum->call_cookie = ((DEFAULT_ABI == ABI_V4 && libcall) in init_cumulative_args()
5963 cum->libcall = libcall; in init_cumulative_args()
7115 && (!cum->libcall || !FLOAT128_VECTOR_P (elt_mode))) in rs6000_function_arg()
7345 && (!cum->libcall || !FLOAT128_VECTOR_P (elt_mode))) in rs6000_arg_partial_bytes()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c5948 int libcall, int n_named_args, in init_cumulative_args() argument
5959 cum->call_cookie = ((DEFAULT_ABI == ABI_V4 && libcall) in init_cumulative_args()
5963 cum->libcall = libcall; in init_cumulative_args()
7115 && (!cum->libcall || !FLOAT128_VECTOR_P (elt_mode))) in rs6000_function_arg()
7345 && (!cum->libcall || !FLOAT128_VECTOR_P (elt_mode))) in rs6000_arg_partial_bytes()
/netbsd/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.c2972 rtx libcall; member
3019 rtx func = ops->libcall; in alpha_lookup_xfloating_lib_func()
3024 ops->libcall = func; in alpha_lookup_xfloating_lib_func()
H A Dalpha.cc2972 rtx libcall; member
3019 rtx func = ops->libcall; in alpha_lookup_xfloating_lib_func()
3024 ops->libcall = func; in alpha_lookup_xfloating_lib_func()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c2972 rtx libcall; member
3019 rtx func = ops->libcall; in alpha_lookup_xfloating_lib_func()
3024 ops->libcall = func; in alpha_lookup_xfloating_lib_func()
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.c5770 add_libcall (libcall_table_type *htab, rtx libcall) in add_libcall() argument
5772 *htab->find_slot (libcall, INSERT) = libcall; in add_libcall()
5776 arm_libcall_uses_aapcs_base (const_rtx libcall) in arm_libcall_uses_aapcs_base() argument
5866 return libcall && libcall_htab->find (libcall) != NULL; in arm_libcall_uses_aapcs_base()
5885 arm_libcall_value (machine_mode mode, const_rtx libcall) in arm_libcall_value() argument
5892 if (arm_libcall_uses_aapcs_base (libcall)) in arm_libcall_value()
6181 rtx libcall ATTRIBUTE_UNUSED, in aapcs_vfp_cum_init()
H A Darm.cc5843 add_libcall (libcall_table_type *htab, rtx libcall) in add_libcall() argument
5845 *htab->find_slot (libcall, INSERT) = libcall; in add_libcall()
5849 arm_libcall_uses_aapcs_base (const_rtx libcall) in arm_libcall_uses_aapcs_base() argument
5939 return libcall && libcall_htab->find (libcall) != NULL; in arm_libcall_uses_aapcs_base()
5958 arm_libcall_value (machine_mode mode, const_rtx libcall) in arm_libcall_value() argument
5965 if (arm_libcall_uses_aapcs_base (libcall)) in arm_libcall_value()
6263 rtx libcall ATTRIBUTE_UNUSED, in aapcs_vfp_cum_init()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c5770 add_libcall (libcall_table_type *htab, rtx libcall) in add_libcall() argument
5772 *htab->find_slot (libcall, INSERT) = libcall; in add_libcall()
5776 arm_libcall_uses_aapcs_base (const_rtx libcall) in arm_libcall_uses_aapcs_base() argument
5866 return libcall && libcall_htab->find (libcall) != NULL; in arm_libcall_uses_aapcs_base()
5885 arm_libcall_value (machine_mode mode, const_rtx libcall) in arm_libcall_value() argument
5892 if (arm_libcall_uses_aapcs_base (libcall)) in arm_libcall_value()
6181 rtx libcall ATTRIBUTE_UNUSED, in aapcs_vfp_cum_init()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dexpr.c311 rtx libcall; in convert_mode_scalar() local
349 libcall = convert_optab_libfunc (tab, to_mode, from_mode); in convert_mode_scalar()
352 gcc_assert (libcall); in convert_mode_scalar()
355 value = emit_library_call_value (libcall, NULL_RTX, LCT_CONST, to_mode, in convert_mode_scalar()
H A Dexpr.cc331 rtx libcall; in convert_mode_scalar() local
369 libcall = convert_optab_libfunc (tab, to_mode, from_mode); in convert_mode_scalar()
372 gcc_assert (libcall); in convert_mode_scalar()
375 value = emit_library_call_value (libcall, NULL_RTX, LCT_CONST, to_mode, in convert_mode_scalar()
H A DChangeLog-200816456 notes to non-existing libcall blocks.
16463 * gcse.c (hash_scan_insn): Don't take libcall pointers.
16464 (compute_hash_table_work): Don't track libcall notes.
16465 (do_local_cprop): Don't take libcall pointers. Don't update
16466 libcall notes.
16470 (replace_store_insn): Don't try to remove libcall notes.
16476 * emit-rtl.c (try_split): Don't update libcall notes.
16489 * combine.c (delete_noop_moves): Don't update libcall notes.
16492 (distribute_notes): Don't distribute libcall notes.
16495 (delete_unmarked_insns): Don't handle libcall blocks.
[all …]
H A DChangeLog-19981916 * loop.c (move_movables): Start of libcall might be new loop start.
4801 __enable_execute_stack libcall here too if
5481 defined, emit libcall to __enable_execute_stack. Also fix opcodes
7294 * expr.c (emit_block_move): Do not call memcpy as a libcall
8211 * cse.c (cse_insn): Enable substitution inside libcall only for REG,
9133 libcall instead of just noting that we're in a libcall.
16205 * cse.c (delete_dead_from_cse): If a libcall produces a constant
16208 and delete the libcall.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c311 rtx libcall; in convert_mode_scalar() local
349 libcall = convert_optab_libfunc (tab, to_mode, from_mode); in convert_mode_scalar()
352 gcc_assert (libcall); in convert_mode_scalar()
355 value = emit_library_call_value (libcall, NULL_RTX, LCT_CONST, to_mode, in convert_mode_scalar()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/
H A DREADME.txt1535 The libcall constant folding stuff should be moved out of SimplifyLibcalls into
2266 which can do this in a single operation (instruction or libcall). It is
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DPasses.rst201 ``-libcall-aa``: LibCall Alias Analysis
/netbsd/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.md7334 is with a libcall. This could be trouble if we haven't
7837 is with a libcall. This could be trouble if we haven't
8723 is with a libcall. This could be trouble if we haven't
8807 is with a libcall. This could be trouble if we haven't
/netbsd/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.md7494 is with a libcall. This could be trouble if we haven't
7997 is with a libcall. This could be trouble if we haven't
8883 is with a libcall. This could be trouble if we haven't
8967 is with a libcall. This could be trouble if we haven't
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp119 return libcall(MI); in legalizeInstrStep()
671 LegalizerHelper::libcall(MachineInstr &MI) { in libcall() function in LegalizerHelper
/netbsd/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.c1878 const_rtx libcall ATTRIBUTE_UNUSED) in csky_libcall_value()
H A Dcsky.cc2009 const_rtx libcall ATTRIBUTE_UNUSED) in csky_libcall_value()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.c1878 const_rtx libcall ATTRIBUTE_UNUSED) in csky_libcall_value()

12345