Searched refs:Libcalls (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | UpdateCompilerUsed.cpp | 51 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/ |
D | UpdateCompilerUsed.cpp | 51 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/ |
D | AtomicExpandPass.cpp | 108 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/ |
D | AtomicExpandPass.cpp | 87 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/ |
D | ARMLegalizerInfo.cpp | 354 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/ |
D | libcall.ll | 3 ; Libcalls will not contain a safepoint poll, so check that we insert
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | README.txt | 18 2. Libcalls: multiplication, division, remainder. Note, that calling convention
|
/external/llvm/lib/Target/MSP430/ |
D | README.txt | 18 2. Libcalls: multiplication, division, remainder. Note, that calling convention
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Atomics.rst | 467 Libcalls: __atomic_* 539 Libcalls: __sync_*
|
/external/llvm/docs/ |
D | Atomics.rst | 467 Libcalls: __atomic_* 539 Libcalls: __sync_*
|