Searched refs:Libcalls (Results 1 – 4 of 4) sorted by relevance
50 StringSet<> Libcalls; member in __anon59a392940111::PreserveLibCallsAndAsmUsed68 Libcalls.insert(TLI.getName(F)); in initializeLibCalls()84 Libcalls.insert(Name); in initializeLibCalls()108 if ((isa<Function>(GV) || FuncAliasee) && Libcalls.count(GV.getName())) { in findLibCallsAndAsm()
112 ArrayRef<RTLIB::Libcall> Libcalls);1468 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicLoadToLibcall() local1476 I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls); in expandAtomicLoadToLibcall()1482 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicStoreToLibcall() local1490 I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls); in expandAtomicStoreToLibcall()1496 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicCASToLibcall() local1506 Libcalls); in expandAtomicCASToLibcall()1571 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation()); in expandAtomicRMWToLibcall() local1577 if (!Libcalls.empty()) in expandAtomicRMWToLibcall()1580 I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls); in expandAtomicRMWToLibcall()[all …]
405 auto Libcalls = getFCmpLibcalls(Predicate, OpSize); in legalizeCustom() local407 if (Libcalls.empty()) { in legalizeCustom()422 for (auto Libcall : Libcalls) { in legalizeCustom()433 Libcalls.size() == 1 in legalizeCustom()
8436 * i386.c (i386_return_pops_args): Libcalls ignore TARGET_RTD.