Home
last modified time | relevance | path

Searched refs:Libcalls (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DUpdateCompilerUsed.cpp51 StringSet<> Libcalls; member in __anonee2803820111::PreserveLibCallsAndAsmUsed
69 Libcalls.insert(TLI.getName(F)); in initializeLibCalls()
85 Libcalls.insert(Name); in initializeLibCalls()
103 if (isa<Function>(GV) && Libcalls.count(GV.getName())) { in findLibCallsAndAsm()
/external/llvm/lib/LTO/
DUpdateCompilerUsed.cpp51 StringSet<> Libcalls; member in __anon245265ea0111::PreserveLibCallsAndAsmUsed
69 Libcalls.insert(TLI.getName(F)); in initializeLibCalls()
85 Libcalls.insert(Name); in initializeLibCalls()
103 if (isa<Function>(GV) && Libcalls.count(GV.getName())) in findLibCallsAndAsm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp108 ArrayRef<RTLIB::Libcall> Libcalls);
1316 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicLoadToLibcall() local
1324 I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls); in expandAtomicLoadToLibcall()
1330 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicStoreToLibcall() local
1338 I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls); in expandAtomicStoreToLibcall()
1344 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicCASToLibcall() local
1354 Libcalls); in expandAtomicCASToLibcall()
1417 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation()); in expandAtomicRMWToLibcall() local
1423 if (!Libcalls.empty()) in expandAtomicRMWToLibcall()
1426 I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls); in expandAtomicRMWToLibcall()
[all …]
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp87 ArrayRef<RTLIB::Libcall> Libcalls);
1312 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicLoadToLibcall() local
1320 I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls); in expandAtomicLoadToLibcall()
1326 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicStoreToLibcall() local
1334 I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls); in expandAtomicStoreToLibcall()
1340 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicCASToLibcall() local
1350 Libcalls); in expandAtomicCASToLibcall()
1413 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation()); in expandAtomicRMWToLibcall() local
1419 if (!Libcalls.empty()) in expandAtomicRMWToLibcall()
1422 I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls); in expandAtomicRMWToLibcall()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp354 auto Libcalls = getFCmpLibcalls(Predicate, OpSize); in legalizeCustom() local
356 if (Libcalls.empty()) { in legalizeCustom()
371 for (auto Libcall : Libcalls) { in legalizeCustom()
382 Libcalls.size() == 1 in legalizeCustom()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PlaceSafepoints/
Dlibcall.ll3 ; Libcalls will not contain a safepoint poll, so check that we insert
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DREADME.txt18 2. Libcalls: multiplication, division, remainder. Note, that calling convention
/external/llvm/lib/Target/MSP430/
DREADME.txt18 2. Libcalls: multiplication, division, remainder. Note, that calling convention
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAtomics.rst467 Libcalls: __atomic_*
539 Libcalls: __sync_*
/external/llvm/docs/
DAtomics.rst467 Libcalls: __atomic_*
539 Libcalls: __sync_*