HomeSort by: relevance | last modified time | path
    Searched refs:Libcalls (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/LTO/
UpdateCompilerUsed.cpp 26 // Helper class that collects AsmUsed and user supplied libcalls.
51 StringSet<> Libcalls;
69 Libcalls.insert(TLI.getName(F));
85 Libcalls.insert(Name);
109 if ((isa<Function>(GV) || FuncAliasee) && Libcalls.count(GV.getName())) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AtomicExpandPass.cpp 113 ArrayRef<RTLIB::Libcall> Libcalls);
1515 static const RTLIB::Libcall Libcalls[6] = {
1522 I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls);
1528 static const RTLIB::Libcall Libcalls[6] = {
1535 nullptr, I->getOrdering(), AtomicOrdering::NotAtomic, Libcalls);
1541 static const RTLIB::Libcall Libcalls[6] = {
1550 Libcalls);
1608 // No atomic libcalls are available for max/min/umax/umin.
1615 ArrayRef<RTLIB::Libcall> Libcalls = GetRMWLibcall(I->getOperation());
1620 if (!Libcalls.empty()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLegalizerInfo.cpp 254 // FCMP_TRUE and FCMP_FALSE don't need libcalls, they should be
310 // FCMP_TRUE and FCMP_FALSE don't need libcalls, they should be
381 // Our divmod libcalls return a struct containing the quotient and the
404 auto Libcalls = getFCmpLibcalls(Predicate, OpSize);
406 if (Libcalls.empty()) {
409 "Predicate needs libcalls, but none specified");
421 for (auto Libcall : Libcalls) {
432 Libcalls.size() == 1

Completed in 70 milliseconds