Searched refs:Libcalls (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | UpdateCompilerUsed.cpp | 50 StringSet<> Libcalls; member in __anon15c1e0480111::PreserveLibCallsAndAsmUsed 68 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 112 ArrayRef<RTLIB::Libcall> Libcalls); 1468 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicLoadToLibcall() local 1476 I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls); in expandAtomicLoadToLibcall() 1482 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicStoreToLibcall() local 1490 I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls); in expandAtomicStoreToLibcall() 1496 static const RTLIB::Libcall Libcalls[6] = { in expandAtomicCASToLibcall() local 1506 Libcalls); in expandAtomicCASToLibcall() 1571 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation()); in expandAtomicRMWToLibcall() local 1577 if (!Libcalls.empty()) in expandAtomicRMWToLibcall() 1580 I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls); in expandAtomicRMWToLibcall() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLegalizerInfo.cpp | 405 auto Libcalls = getFCmpLibcalls(Predicate, OpSize); in legalizeCustom() local 407 if (Libcalls.empty()) { in legalizeCustom() 422 for (auto Libcall : Libcalls) { in legalizeCustom() 433 Libcalls.size() == 1 in legalizeCustom()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | README.txt | 18 2. Libcalls: multiplication, division, remainder. Note, that calling convention
|