Home
last modified time | relevance | path

Searched defs:Libcalls (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp51 StringSet<> Libcalls; member in __anon4c61787d0111::PreserveLibCallsAndAsmUsed
H A DLTO.cpp1362 RTLIB::RuntimeLibcallsInfo Libcalls(TT); in getRuntimeLibcallSymbols() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp382 auto Libcalls = getFCmpLibcalls(Predicate, OpSize); in legalizeCustom() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1689 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicLoadToLibcall() local
1702 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicStoreToLibcall() local
1715 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicCASToLibcall() local
1793 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation()); in expandAtomicRMWToLibcall() local
1834 AtomicOrdering Ordering2, ArrayRef<RTLIB::Libcall> Libcalls) { in expandAtomicOpToLibcall()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp220 RTLIB::RuntimeLibcallsInfo Libcalls(TT); in buildPreservedSymbolsSet() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3635 RTLIB::RuntimeLibcallsInfo Libcalls; variable