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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h66 LegalizeResult libcall(MachineInstr &MI);
252 /// Helper function that creates the given libcall.
258 /// Create a libcall to memcpy et al.
/freebsd-12-stable/contrib/gcc/
H A Dexpr.c358 rtx libcall;
441 /* Otherwise use a libcall. */
442 libcall = tab->handlers[to_mode][from_mode].libfunc;
445 gcc_assert (libcall);
448 value = emit_library_call_value (libcall, NULL_RTX, LCT_CONST, to_mode,
1228 block move libcall will not clobber any parameters which may have
1324 emitting the libcall would be more efficient. */
1371 /* It is incorrect to use the libcall calling conventions to call
2577 /* It is incorrect to use the libcall calling conventions to call
356 rtx libcall; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp96 LLVM_DEBUG(dbgs() << ".. Convert to libcall\n");
97 return libcall(MI);
327 llvm_unreachable("Unknown libcall function");
478 llvm_unreachable("Unsupported libcall function");
490 LegalizerHelper::libcall(MachineInstr &MI) { function in class:LegalizerHelper
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Drs6000.c4419 int libcall, int n_named_args)
4428 cum->call_cookie = ((DEFAULT_ABI == ABI_V4 && libcall)
4406 init_cumulative_args(CUMULATIVE_ARGS *cum, tree fntype, rtx libname ATTRIBUTE_UNUSED, int incoming, int libcall, int n_named_args) argument

Completed in 275 milliseconds