Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DUpdateCompilerUsed.cpp51 StringSet<> Libcalls; member in __anon40220b5e0111::PreserveLibCallsAndAsmUsed
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1312 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicLoadToLibcall() local
1326 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicStoreToLibcall() local
1340 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicCASToLibcall() local
1413 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation()); in expandAtomicRMWToLibcall() local
1455 AtomicOrdering Ordering2, ArrayRef<RTLIB::Libcall> Libcalls) { in expandAtomicOpToLibcall()