Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp51 StringSet<> Libcalls; member in __anonb7acecd40111::PreserveLibCallsAndAsmUsed
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp409 auto Libcalls = getFCmpLibcalls(Predicate, OpSize); in legalizeCustom() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1614 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicLoadToLibcall() local
1627 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicStoreToLibcall() local
1640 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicCASToLibcall() local
1718 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation()); in expandAtomicRMWToLibcall() local
1759 AtomicOrdering Ordering2, ArrayRef<RTLIB::Libcall> Libcalls) { in expandAtomicOpToLibcall()