HomeSort by relevance Sort by last modified time
    Searched full:libcalls (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/llvm/test/Transforms/InstCombine/
pow-3.ll 3 ; RUN: opt < %s -disable-simplify-libcalls -instcombine -S | FileCheck %s
fold-sqrt-sqrtf.ll 1 ; RUN: opt -instcombine -S -disable-simplify-libcalls < %s | FileCheck %s
PR7357.ll 4 ; check that simplify libcalls will not replace a call with one calling
  /external/llvm/test/CodeGen/ARM/
2011-08-29-SchedCycle.ll 12 ; If the libcalls are not serialized (i.e. both have chains which are dag
28 ; The right solution is to fix LegalizeType too chains the libcalls together.
cse-libcalls.ll 5 ; Without CSE of libcalls, there are two calls in the output instead of one.
  /external/llvm/lib/Target/MSP430/
README.txt 18 2. Libcalls: multiplication, division, remainder. Note, that calling convention
19 for libcalls is incomptible with calling convention of libcalls of msp430-gcc
  /external/clang/test/CodeGen/
libcalls-d.c 1 // llvm-gcc -O1+ should run simplify libcalls, O0 shouldn't
libcalls-ld.c 1 // llvm-gcc -O1+ should run simplify libcalls, O0 shouldn't
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 314 const ArrayRef<StringRef> &Libcalls,
340 std::binary_search(Libcalls.begin(), Libcalls.end(), GV.getName()))
355 static void accumulateAndSortLibcalls(std::vector<StringRef> &Libcalls,
365 Libcalls.push_back(TLI.getName(F));
375 Libcalls.push_back(Name);
377 array_pod_sort(Libcalls.begin(), Libcalls.end());
378 Libcalls.erase(std::unique(Libcalls.begin(), Libcalls.end())
    [all...]
  /external/llvm/test/Transforms/GVN/
calloc-load-removal.ll 2 ; RUN: opt -S -basicaa -gvn -disable-simplify-libcalls < %s | FileCheck %s -check-prefix=CHECK_NO_LIBCALLS
malloc-load-removal.ll 2 ; RUN: opt -S -basicaa -gvn -disable-simplify-libcalls < %s | FileCheck %s -check-prefix=CHECK_NO_LIBCALLS
  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 1 //===--- PartiallyInlineLibCalls.cpp - Partially inline libcalls ----------===//
27 #define DEBUG_TYPE "partially-inline-libcalls"
51 INITIALIZE_PASS(PartiallyInlineLibCalls, "partially-inline-libcalls",
Scalar.cpp 169 // NOTE: The simplify-libcalls pass has been removed.
  /external/llvm/include/llvm/Analysis/
LibCallAliasAnalysis.h 1 //===- LibCallAliasAnalysis.h - Implement AliasAnalysis for libcalls ------===//
LibCallSemantics.h 23 /// are accessed by libcalls. Identification of a location is doing with a
125 /// libcalls.
154 /// this set of libcalls.
160 /// set of libcalls represented by this LibCallInfo object. This array is
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h 10 // This file exposes an interface to build some C language libcalls for
BuildLibCalls.h 1 //===- BuildLibCalls.h - Utility builder for libcalls -----------*- C++ -*-===//
10 // This file exposes an interface to build some C language libcalls for
  /external/llvm/test/CodeGen/X86/
sibcall-5.ll 5 ; Sibcall optimization of expanded libcalls.
memcmp.ll 2 ; RUN: llc < %s -disable-simplify-libcalls -mtriple=x86_64-linux | FileCheck %s --check-prefix=NOBUILTIN
  /external/llvm/docs/
TestSuiteMakefileGuide.rst 240 "libcalls" test as an example. It can be run like this:
245 % make TEST=libcalls report
268 table. You can also use the "TEST=libcalls report.html" target to get
271 The source for this is in ``test-suite/TEST.libcalls.*``. The format is
273 "``opt -simplify-libcalls -stats``"), and the report contains one line
  /external/llvm/include/llvm/Target/
TargetOptions.h 96 /// use of X86 instructions like FSIN and FCOS instead of libcalls.
124 /// will generate libcalls to the software floating point library instead of
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 125 void applyRestriction(GlobalValue &GV, const ArrayRef<StringRef> &Libcalls,
  /external/llvm/lib/Analysis/
LibCallAliasAnalysis.cpp 1 //===- LibCallAliasAnalysis.cpp - Implement AliasAnalysis for libcalls ----===//
  /external/llvm/utils/
findoptdiff 73 all_switches="-verify -lowersetjmp -simplifycfg -mem2reg -globalopt -globaldce -ipconstprop -deadargelim -instcombine -simplifycfg -prune-eh -inline -simplify-libcalls -argpromotion -tailduplicate -simplifycfg -scalarrepl -instcombine -predsimplify -condprop -tailcallelim -simplifycfg -reassociate -licm -loop-unswitch -instcombine -indvars -loop-unroll -instcombine -load-vn -gcse -sccp -instcombine -condprop -dse -dce -simplifycfg -deadtypeelim -constmerge -internalize -ipsccp -globalopt -constmerge -deadargelim -inline -prune-eh -globalopt -globaldce -argpromotion -instcombine -predsimplify -scalarrepl -globalsmodref-aa -licm -load-vn -gcse -dse -instcombine -simplifycfg -verify"
  /external/ltrace/
options.c 528 int libcalls = 1; local
629 libcalls = 0;
704 if (libcalls
710 if (!libcalls && options.plt_filter != NULL) {

Completed in 1309 milliseconds

1 2 3