Home
last modified time | relevance | path

Searched refs:llc (Results 1 – 25 of 2645) sorted by relevance

12345678910>>...106

/external/llvm/test/CodeGen/PowerPC/
DFrames-leaf.ll1 ; RUN: llc < %s -march=ppc32 | \
3 ; RUN: llc < %s -march=ppc32 | \
5 ; RUN: llc < %s -march=ppc32 | \
7 ; RUN: llc < %s -march=ppc32 | \
9 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \
11 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \
13 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \
15 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | \
17 ; RUN: llc < %s -march=ppc64 | \
19 ; RUN: llc < %s -march=ppc64 | \
[all …]
Di64_fp.ll4 ; RUN: llc < %s -march=ppc32 -mattr=+64bit | \
6 ; RUN: llc < %s -march=ppc32 -mattr=+64bit | \
8 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | \
10 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | \
12 ; RUN: llc < %s -march=ppc32 -mattr=-64bit | \
14 ; RUN: llc < %s -march=ppc32 -mattr=-64bit | \
16 ; RUN: llc < %s -march=ppc32 -mcpu=g4 | \
18 ; RUN: llc < %s -march=ppc32 -mcpu=g4 | \
DFrames-alloca.ll1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=PPC32
2 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=PPC64
3 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-…
4 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-…
5 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -enable-ppc32-regscavenger | FileCheck …
6 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -enable-ppc32-regscavenger | FileCheck …
7 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim -enable-ppc32-regscave…
Dlong-compare.ll1 ; RUN: llc < %s -march=ppc32 | grep cntlzw
2 ; RUN: llc < %s -march=ppc32 | not grep xori
3 ; RUN: llc < %s -march=ppc32 | not grep {li }
4 ; RUN: llc < %s -march=ppc32 | not grep {mr }
/external/llvm/test/CodeGen/PTX/
Doptions.ll1 ; RUN: llc < %s -march=ptx32 -mattr=ptx20 | grep ".version 2.0"
2 ; RUN: llc < %s -march=ptx32 -mattr=ptx21 | grep ".version 2.1"
3 ; RUN: llc < %s -march=ptx32 -mattr=ptx22 | grep ".version 2.2"
4 ; RUN: llc < %s -march=ptx32 -mattr=ptx23 | grep ".version 2.3"
5 ; RUN: llc < %s -march=ptx32 -mattr=sm10 | grep ".target sm_10"
6 ; RUN: llc < %s -march=ptx32 -mattr=sm13 | grep ".target sm_13"
7 ; RUN: llc < %s -march=ptx32 -mattr=sm20 | grep ".target sm_20"
8 ; RUN: llc < %s -march=ptx32 -mattr=ptx23 | grep ".address_size 32"
9 ; RUN: llc < %s -march=ptx64 -mattr=ptx23 | grep ".address_size 64"
/external/libnfc-nxp/Linux_x86/
DphOsalNfc.c175 char llc[40] = ""; in phOsalNfc_PrintData() local
189 snprintf(&llc[0], sizeof(llc), "I %d (%d)", ns, nr); in phOsalNfc_PrintData()
202 snprintf(&llc[0], sizeof(llc), "S %s (%d)", type, nr); in phOsalNfc_PrintData()
205 snprintf(&llc[0], sizeof(llc), "U"); in phOsalNfc_PrintData()
207 snprintf(&llc[0], sizeof(llc), "???"); in phOsalNfc_PrintData()
211 LOGD("> %s:%s\t%s", pString, print_buffer, llc); in phOsalNfc_PrintData()
/external/llvm/test/CodeGen/SystemZ/
D01-RetImm.ll1 ; RUN: llc < %s -march=systemz | grep lghi | count 1
2 ; RUN: llc < %s -march=systemz | grep llill | count 1
3 ; RUN: llc < %s -march=systemz | grep llilh | count 1
4 ; RUN: llc < %s -march=systemz | grep llihl | count 1
5 ; RUN: llc < %s -march=systemz | grep llihh | count 1
6 ; RUN: llc < %s -march=systemz | grep lgfi | count 1
7 ; RUN: llc < %s -march=systemz | grep llilf | count 1
8 ; RUN: llc < %s -march=systemz | grep llihf | count 1
D03-RetImmSubreg.ll1 ; RUN: llc < %s -march=systemz | grep lghi | count 2
2 ; RUN: llc < %s -march=systemz | grep llill | count 1
3 ; RUN: llc < %s -march=systemz | grep llilh | count 1
4 ; RUN: llc < %s -march=systemz | grep lgfi | count 1
5 ; RUN: llc < %s -march=systemz | grep llilf | count 2
D02-RetAndImm.ll1 ; RUN: llc < %s -march=systemz | grep ngr | count 4
2 ; RUN: llc < %s -march=systemz | grep llilh | count 1
3 ; RUN: llc < %s -march=systemz | grep llihl | count 1
4 ; RUN: llc < %s -march=systemz | grep llihh | count 1
D02-RetOrImm.ll1 ; RUN: llc < %s -march=systemz | grep oill | count 1
2 ; RUN: llc < %s -march=systemz | grep oilh | count 1
3 ; RUN: llc < %s -march=systemz | grep oihl | count 1
4 ; RUN: llc < %s -march=systemz | grep oihh | count 1
/external/llvm/test/CodeGen/ARM/
Darmv4.ll1 ; RUN: llc < %s -mtriple=armv4t-unknown-eabi | FileCheck %s -check-prefix=THUMB
2 ; RUN: llc < %s -mtriple=armv4-unknown-eabi -mcpu=strongarm | FileCheck %s -check-prefix=ARM
3 ; RUN: llc < %s -mtriple=armv7-unknown-eabi -mcpu=cortex-a8 | FileCheck %s -check-prefix=THUMB
4 ; RUN: llc < %s -mtriple=armv6-unknown-eabi | FileCheck %s -check-prefix=THUMB
5 ; RUN: llc < %s -mtriple=armv4-unknown-eabi | FileCheck %s -check-prefix=ARM
6 ; RUN: llc < %s -mtriple=armv4t-unknown-eabi | FileCheck %s -check-prefix=THUMB
Dhello.ll1 ; RUN: llc < %s -march=arm
2 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi | grep mov | count 1
3 ; RUN: llc < %s -mtriple=armv6-linux-gnu --disable-fp-elim | \
5 ; RUN: llc < %s -mtriple=armv6-apple-darwin | grep mov | count 2
Dload-global.ll1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=static | FileCheck %s -check-prefix=S…
2 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=dynamic-no-pic | FileCheck %s -check-…
3 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=PIC
4 ; RUN: llc < %s -mtriple=thumbv6-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=PI…
5 ; RUN: llc < %s -mtriple=armv7-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=PIC_…
6 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -relocation-model=pic | FileCheck %s -check-prefix=LIN…
Dfnmuls.ll1 ; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s
2 ; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
3 ; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s
4 ; RUN: llc < %s -march=arm -mcpu=cortex-a9 | FileCheck %s
/external/llvm/test/CodeGen/X86/
Drodata-relocs.ll1 ; RUN: llc < %s -relocation-model=static | grep rodata | count 3
2 ; RUN: llc < %s -relocation-model=static | grep -F "rodata.cst" | count 2
3 ; RUN: llc < %s -relocation-model=pic | grep rodata | count 2
4 ; RUN: llc < %s -relocation-model=pic | grep -F ".data.rel.ro" | count 2
5 ; RUN: llc < %s -relocation-model=pic | grep -F ".data.rel.ro.local" | count 1
6 ; RUN: llc < %s -relocation-model=pic | grep -F ".data.rel" | count 4
7 ; RUN: llc < %s -relocation-model=pic | grep -F ".data.rel.local" | count 1
Dconstant-pool-remat-0.ll1 ; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
2 ; RUN: llc < %s -mtriple=x86_64-linux -regalloc=greedy | FileCheck %s
3 ; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
9 ; RUN: llc < %s -mtriple=x86_64-linux -o /dev/null -stats -info-output-file - | FileCheck %s -check…
12 ; RUN: llc < %s -march=x86 -mattr=+sse2 -o /dev/null -stats -info-output-file - | FileCheck %s -che…
Dconstpool.ll1 ; RUN: llc < %s
2 ; RUN: llc < %s -fast-isel
3 ; RUN: llc < %s -march=x86-64
4 ; RUN: llc < %s -fast-isel -march=x86-64
Dprivate.ll3 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep .Lfoo:
4 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep call.*\.Lfoo
5 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep .Lbaz:
6 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep movl.*\.Lbaz
Dmmx-arg-passing.ll1 ; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+mmx | grep mm0 | count 1
2 ; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+mmx | grep esp | count 2
3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+mmx,+sse2 | grep xmm0
4 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+mmx,+sse2 | grep rdi
5 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+mmx,+sse2 | not grep movups
Dwin_chkstk.ll1 ; RUN: llc < %s -mtriple=i686-pc-win32 | FileCheck %s -check-prefix=WIN_X32
2 ; RUN: llc < %s -mtriple=x86_64-pc-win32 | FileCheck %s -check-prefix=WIN_X64
3 ; RUN: llc < %s -mtriple=i686-pc-mingw32 | FileCheck %s -check-prefix=MINGW_X32
4 ; RUN: llc < %s -mtriple=x86_64-pc-mingw32 | FileCheck %s -check-prefix=MINGW_X64
5 ; RUN: llc < %s -mtriple=i386-pc-linux | FileCheck %s -check-prefix=LINUX
6 ; RUN: llc < %s -mtriple=x86_64-pc-win32-macho | FileCheck %s -check-prefix=LINUX
Dillegal-vector-args-return.ll1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep {mulpd %xmm3, %xmm1}
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep {mulpd %xmm2, %xmm0}
3 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep {addps %xmm3, %xmm1}
4 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep {addps %xmm2, %xmm0}
Dcall-imm.ll1 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=static | grep {call.*12345678}
2 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | not grep {call.*12345678}
3 ; RUN: llc < %s -mtriple=i386-pc-linux -relocation-model=dynamic-no-pic | grep {call.*12345678}
8 ; RUN: llc < %s -march=x86-64 | grep {call.*\\*%rax}
/external/llvm/tools/llvmc/examples/mcc16/
DREADME6 clang-cc (FE) -> llvm-ld (optimizer) -> llc (codegen) -> native-as -> native-ld
30 // [llc foo.opt.bc] -> foo.s
35 // [llc foo.opt.bc] -> foo.s
38 // [llc bar.opt.bc] -> bar.s
44 // [llc foo.opt.bc] -> foo.s
46 ** -I is passed to clang-cc, -pre-RA-sched=list-burr to llc.
50 // [llc -pre-RA-sched=list-burr foo.opt.bc] -> foo.s
56 // [llc -pre-RA-sched=list-burr foo.opt.bc] -> foo.s
62 // [llc foo.opt.bc] -> foo.s
69 // [llc a.out.bc] -> a.out.s
/external/llvm/test/CodeGen/Alpha/
Dctpop.ll2 ; RUN: llc < %s -march=alpha -mcpu=ev67 | grep -i ctpop
3 ; RUN: llc < %s -march=alpha -mattr=+CIX | \
5 ; RUN: llc < %s -march=alpha -mcpu=ev6 | \
7 ; RUN: llc < %s -march=alpha -mattr=-CIX | \
Dctlz.ll2 ; RUN: llc < %s -march=alpha -mcpu=ev67 | grep -i ctlz
3 ; RUN: llc < %s -march=alpha -mattr=+CIX | grep -i ctlz
4 ; RUN: llc < %s -march=alpha -mcpu=ev6 | not grep -i ctlz
5 ; RUN: llc < %s -march=alpha -mattr=-CIX | not grep -i ctlz

12345678910>>...106