Home
last modified time | relevance | path

Searched refs:libcalls (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/CodeGen/ARM/
D2011-08-29-SchedCycle.ll12 ; 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.
Dcse-libcalls.ll5 ; Without CSE of libcalls, there are two calls in the output instead of one.
Dcall-tc.ll44 ; Sibcall optimization of expanded libcalls. rdar://8707777
/external/llvm/lib/Target/MSP430/
DREADME.txt19 for libcalls is incomptible with calling convention of libcalls of msp430-gcc
/external/ltrace/
Doptions.c528 int libcalls = 1; in process_options() local
629 libcalls = 0; in process_options()
704 if (libcalls in process_options()
710 if (!libcalls && options.plt_filter != NULL) { in process_options()
/external/llvm/test/Transforms/InstCombine/
Dpow-3.ll3 ; RUN: opt < %s -disable-simplify-libcalls -instcombine -S | FileCheck %s
Dfold-sqrt-sqrtf.ll1 ; RUN: opt -instcombine -S -disable-simplify-libcalls < %s | FileCheck %s
DPR7357.ll4 ; check that simplify libcalls will not replace a call with one calling
Ddisable-simplify-libcalls.ll1 ; Test that -disable-simplify-libcalls is wired up correctly.
3 ; RUN: opt < %s -instcombine -disable-simplify-libcalls -S | FileCheck %s
/external/llvm/test/Transforms/GVN/
Dcalloc-load-removal.ll2 ; RUN: opt -S -basicaa -gvn -disable-simplify-libcalls < %s | FileCheck %s -check-prefix=CHECK_NO_L…
Dmalloc-load-removal.ll2 ; RUN: opt -S -basicaa -gvn -disable-simplify-libcalls < %s | FileCheck %s -check-prefix=CHECK_NO_L…
/external/llvm/docs/
DTestSuiteMakefileGuide.rst240 "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/test/CodeGen/X86/
Dsibcall-5.ll5 ; Sibcall optimization of expanded libcalls.
Dmemcmp.ll2 ; RUN: llc < %s -disable-simplify-libcalls -mtriple=x86_64-linux | FileCheck %s --check-prefix=NOBU…
/external/llvm/test/Transforms/ConstProp/
Dcalls.ll2 ; RUN: opt < %s -constprop -disable-simplify-libcalls -S | FileCheck %s --check-prefix=FNOBUILTIN
/external/llvm/lib/Target/X86/
DREADME.txt214 We should leave these as libcalls for everything over a much lower threshold,
/external/llvm/lib/Target/
DREADME.txt675 We do a number of simplifications in simplify libcalls to strength reduce