Searched refs:libcalls (Results 1 – 17 of 17) sorted by relevance
12 ; If the libcalls are not serialized (i.e. both have chains which are dag28 ; The right solution is to fix LegalizeType too chains the libcalls together.
5 ; Without CSE of libcalls, there are two calls in the output instead of one.
44 ; Sibcall optimization of expanded libcalls. rdar://8707777
19 for libcalls is incomptible with calling convention of libcalls of msp430-gcc
528 int libcalls = 1; in process_options() local629 libcalls = 0; in process_options()704 if (libcalls in process_options()710 if (!libcalls && options.plt_filter != NULL) { in process_options()
3 ; RUN: opt < %s -disable-simplify-libcalls -instcombine -S | FileCheck %s
1 ; RUN: opt -instcombine -S -disable-simplify-libcalls < %s | FileCheck %s
4 ; check that simplify libcalls will not replace a call with one calling
1 ; Test that -disable-simplify-libcalls is wired up correctly.3 ; RUN: opt < %s -instcombine -disable-simplify-libcalls -S | FileCheck %s
2 ; RUN: opt -S -basicaa -gvn -disable-simplify-libcalls < %s | FileCheck %s -check-prefix=CHECK_NO_L…
240 "libcalls" test as an example. It can be run like this:245 % make TEST=libcalls report268 table. You can also use the "TEST=libcalls report.html" target to get271 The source for this is in ``test-suite/TEST.libcalls.*``. The format is273 "``opt -simplify-libcalls -stats``"), and the report contains one line
5 ; Sibcall optimization of expanded libcalls.
2 ; RUN: llc < %s -disable-simplify-libcalls -mtriple=x86_64-linux | FileCheck %s --check-prefix=NOBU…
2 ; RUN: opt < %s -constprop -disable-simplify-libcalls -S | FileCheck %s --check-prefix=FNOBUILTIN
214 We should leave these as libcalls for everything over a much lower threshold,
675 We do a number of simplifications in simplify libcalls to strength reduce