16#ifndef LLVM_IR_RUNTIME_LIBCALLS_H
17#define LLVM_IR_RUNTIME_LIBCALLS_H
36#define GET_RUNTIME_LIBCALL_ENUM
37#include "llvm/IR/RuntimeLibcalls.inc"
60 return enum_seq(
static_cast<RTLIB::Libcall
>(0), RTLIB::UNKNOWN_LIBCALL);
64 return enum_seq(
static_cast<RTLIB::LibcallImpl
>(1),
65 static_cast<RTLIB::LibcallImpl
>(RTLIB::NumLibcallImpls));
73 const std::array<
uint64_t, (RTLIB::NumLibcallImpls + 63) / 64> &Src)
98 ModuleAnalysisManager::Invalidator &);
102 if (CallImpl == RTLIB::Unsupported)
104 return StringRef(RuntimeLibcallImplNameTable.getCString(
105 RuntimeLibcallNameOffsetTable[CallImpl]),
106 RuntimeLibcallNameSizeTable[CallImpl]);
112 LibcallImplCallingConvs[
Call] = CC;
117 return LibcallImplCallingConvs[
Call];
122 return ImplToLibcall[Impl];
133 return AvailableLibcallImpls.count();
137 return AvailableLibcallImpls.test(Impl);
141 AvailableLibcallImpls.set(Impl);
155#define GET_LOOKUP_LIBCALL_IMPL_NAME_BODY
156#include "llvm/IR/RuntimeLibcalls.inc"
167 return RTLIB::Unsupported;
173 LLVM_ABI std::pair<FunctionType *, AttributeList>
175 RTLIB::LibcallImpl LibcallImpl)
const;
183 lookupLibcallImplNameImpl(
StringRef Name);
186 "default calling conv should be encoded as 0");
194 LLVM_ABI static const char RuntimeLibcallImplNameTableStorage[];
200 LLVM_ABI static const RTLIB::Libcall ImplToLibcall[RTLIB::NumLibcallImpls];
208 static bool darwinHasSinCosStret(
const Triple &TT) {
209 if (!TT.isOSDarwin())
217 return !TT.isMacOSXVersionLT(10, 9) && TT.isArch64Bit();
220 return !TT.isOSVersionLT(7, 0);
226 static bool isAAPCS_ABI(
const Triple &TT, StringRef ABIName);
229 void setTargetRuntimeLibcallSets(
const Triple &TT,
230 ExceptionHandling ExceptionModel,
237 LLVM_ABI void initLibcalls(
const Triple &TT, ExceptionHandling ExceptionModel,
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
Atomic ordering constants.
This header defines various interfaces for pass management in LLVM.
Provides some synthesis utilities to produce sequences of values.
constexpr Bitset(const std::array< uint64_t,(NumBits+63)/64 > &B)
A parsed version of the target data layout string in and methods for querying it.
Class to represent function types.
This is an important class for using LLVM in a threaded context.
Tracks which library functions to use for a particular subtarget.
A Module instance is used to store all the information related to an LLVM module.
A set of analyses that are preserved following a run of a transformation pass.
Manage a bitset representing the list of available libcalls for a module.
constexpr LibcallImplBitset(const std::array< uint64_t,(RTLIB::NumLibcallImpls+63)/64 > &Src)
constexpr LibcallImplBitset()=default
Represent a constant reference to a string, i.e.
A table of densely packed, null-terminated strings indexed by offset.
Triple - Helper class for working with autoconf configuration names.
The instances of the Type class are immutable: once they are created, they are never changed.
unsigned ID
LLVM IR allows to use arbitrary numbers as calling convention identifiers.
@ C
The default llvm calling convention, compatible with C.
This namespace contains an enum with a value for every intrinsic/builtin function known by LLVM.
static auto libcall_impls()
This is an optimization pass for GlobalISel generic memory operations.
LongDoubleFormat
The floating-point format used for the target's "long double" type.
constexpr auto enum_seq(EnumT Begin, EnumT End)
Iterate over an enum type from Begin up to - but not including - End.
@ None
No exception support.
VectorLibrary
List of known vector-functions libraries.
CallingConv::ID getLibcallImplCallingConv(RTLIB::LibcallImpl Call) const
Get the CallingConv that should be used for the specified libcall.
static LLVM_ABI RTLIB::Libcall getLibcallForIntrinsic(Intrinsic::ID ID, FunctionType *FTy)
Return the runtime libcall that the floating-point math intrinsic ID may be lowered to,...
unsigned getNumAvailableLibcallImpls() const
bool isAvailable(RTLIB::LibcallImpl Impl) const
LLVM_ABI std::pair< FunctionType *, AttributeList > getFunctionTy(LLVMContext &Ctx, const Triple &TT, const DataLayout &DL, RTLIB::LibcallImpl LibcallImpl) const
void setAvailable(RTLIB::LibcallImpl Impl)
static LLVM_ABI bool hasVectorMaskArgument(RTLIB::LibcallImpl Impl)
Returns true if the function has a vector mask argument, which is assumed to be the last argument.
static iota_range< RTLIB::LibcallImpl > lookupLibcallImplName(StringRef Name)
Check if a function name is a recognized runtime call of any kind.
RTLIB::LibcallImpl getSupportedLibcallImpl(StringRef FuncName) const
Check if this is valid libcall for the current module, otherwise RTLIB::Unsupported.
RuntimeLibcallsInfo()=default
static StringRef getLibcallImplName(RTLIB::LibcallImpl CallImpl)
Get the libcall routine name for the specified libcall implementation.
void setLibcallImplCallingConv(RTLIB::LibcallImpl Call, CallingConv::ID CC)
Set the CallingConv that should be used for the specified libcall implementation.
static RTLIB::Libcall getLibcallFromImpl(RTLIB::LibcallImpl Impl)
Return the libcall provided by Impl.
LLVM_ABI bool invalidate(Module &M, const PreservedAnalyses &PA, ModuleAnalysisManager::Invalidator &)
static constexpr bool is_iterable
static constexpr bool is_iterable