21 if (RTLCI.isAvailable(Impl)) {
24 if (LibcallImpls[LC] == RTLIB::Unsupported)
25 LibcallImpls[LC] = Impl;
LLVM_ABI LibcallLoweringInfo(const RTLIB::RuntimeLibcallsInfo &RTLCI, const TargetSubtargetInfo &Subtarget)
TargetSubtargetInfo - Generic base class for all target subtargets.
virtual void initLibcallLoweringInfo(LibcallLoweringInfo &Info) const
Configure the LibcallLoweringInfo for this subtarget.
static auto libcall_impls()
This is an optimization pass for GlobalISel generic memory operations.
A simple container for information about the supported runtime calls.
static RTLIB::Libcall getLibcallFromImpl(RTLIB::LibcallImpl Impl)
Return the libcall provided by Impl.