Home
last modified time | relevance | path

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

12345678910>>...182

/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 | \
Dpwr3-6x.ll3 ;RUN: llc < %s -march=ppc64 -mcpu=pwr3 | FileCheck %s
4 ;RUN: llc < %s -march=ppc64 -mcpu=pwr4 | FileCheck %s
5 ;RUN: llc < %s -march=ppc64 -mcpu=pwr5 | FileCheck %s
6 ;RUN: llc < %s -march=ppc64 -mcpu=pwr5x | FileCheck %s
7 ;RUN: llc < %s -march=ppc64 -mcpu=pwr6x | FileCheck %s
Dmature-mc-support.ll7 ; SKIP: not llc -march=ppc32 < %s > /dev/null 2> %t1
10 ; RUN: not llc -march=ppc32 -filetype=obj < %s > /dev/null 2> %t2
13 ; SKIP: not llc -march=ppc64 < %s > /dev/null 2> %t3
16 ; RUN: not llc -march=ppc64 -filetype=obj < %s > /dev/null 2> %t4
19 ; SKIP: not llc -march=ppc64le < %s > /dev/null 2> %t5
22 ; SKIP: not llc -march=ppc64le -filetype=obj < %s > /dev/null 2> %t6
/external/llvm/test/CodeGen/X86/
Dx86-64-double-shifts-var.ll1 ; RUN: llc < %s -march=x86-64 -mcpu=athlon | FileCheck %s
2 ; RUN: llc < %s -march=x86-64 -mcpu=athlon-tbird | FileCheck %s
3 ; RUN: llc < %s -march=x86-64 -mcpu=athlon-4 | FileCheck %s
4 ; RUN: llc < %s -march=x86-64 -mcpu=athlon-xp | FileCheck %s
5 ; RUN: llc < %s -march=x86-64 -mcpu=athlon-mp | FileCheck %s
6 ; RUN: llc < %s -march=x86-64 -mcpu=k8 | FileCheck %s
7 ; RUN: llc < %s -march=x86-64 -mcpu=opteron | FileCheck %s
8 ; RUN: llc < %s -march=x86-64 -mcpu=athlon64 | FileCheck %s
9 ; RUN: llc < %s -march=x86-64 -mcpu=athlon-fx | FileCheck %s
10 ; RUN: llc < %s -march=x86-64 -mcpu=k8-sse3 | FileCheck %s
[all …]
Dstack-align2.ll1 ; RUN: llc < %s -mcpu=generic -mtriple=i386-linux | FileCheck %s -check-prefix=LINUX-I386
2 ; RUN: llc < %s -mcpu=generic -mtriple=i386-netbsd | FileCheck %s -check-prefix=NETBSD-I386
3 ; RUN: llc < %s -mcpu=generic -mtriple=i686-apple-darwin8 | FileCheck %s -check-prefix=DARWIN-I386
4 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux | FileCheck %s -check-prefix=LINUX-X86_64
5 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-netbsd | FileCheck %s -check-prefix=NETBSD-X86_64
6 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-apple-darwin8 | FileCheck %s -check-prefix=DARWIN-X86…
Dprefetch.ll1 ; RUN: llc < %s -march=x86 -mattr=+sse | FileCheck %s
2 ; RUN: llc < %s -march=x86 -mattr=+avx | FileCheck %s
3 ; RUN: llc < %s -march=x86 -mattr=+sse -mattr=+prfchw | FileCheck %s -check-prefix=PRFCHW
4 ; RUN: llc < %s -march=x86 -mcpu=slm | FileCheck %s -check-prefix=SLM
5 ; RUN: llc < %s -march=x86 -mcpu=btver2 | FileCheck %s -check-prefix=PRFCHW
6 ; RUN: llc < %s -march=x86 -mcpu=btver2 -mattr=-prfchw | FileCheck %s -check-prefix=NOPRFCHW
/external/libnfc-nxp/Linux_x86/
DphOsalNfc.c177 char llc[40] = ""; in phOsalNfc_PrintData() local
191 snprintf(&llc[0], sizeof(llc), "I %d (%d)", ns, nr); in phOsalNfc_PrintData()
204 snprintf(&llc[0], sizeof(llc), "S %s (%d)", type, nr); in phOsalNfc_PrintData()
207 snprintf(&llc[0], sizeof(llc), "U"); in phOsalNfc_PrintData()
209 snprintf(&llc[0], sizeof(llc), "???"); in phOsalNfc_PrintData()
213 ALOGD("> %s:%s\t%s", pString, print_buffer, llc); in phOsalNfc_PrintData()
/external/llvm/test/CodeGen/SPARC/
Dctpop.ll1 ; RUN: llc < %s -march=sparc -mattr=-v9 | FileCheck %s -check-prefix=V8
2 ; RUN: llc < %s -march=sparc -mattr=+v9,+popc | FileCheck %s -check-prefix=V9
3 ; RUN: llc < %s -march=sparc -mcpu=v9 | FileCheck %s -check-prefix=V8
4 ; RUN: llc < %s -march=sparc -mcpu=ultrasparc | FileCheck %s -check-prefix=V8
5 ; RUN: llc < %s -march=sparc -mcpu=ultrasparc3 | FileCheck %s -check-prefix=V8
6 ; RUN: llc < %s -march=sparc -mcpu=niagara | FileCheck %s -check-prefix=V8
7 ; RUN: llc < %s -march=sparc -mcpu=niagara2 | FileCheck %s -check-prefix=V9
8 ; RUN: llc < %s -march=sparc -mcpu=niagara3 | FileCheck %s -check-prefix=V9
9 ; RUN: llc < %s -march=sparc -mcpu=niagara4 | FileCheck %s -check-prefix=V9
10 ; RUN: llc < %s -march=sparcv9 -mattr=+popc | FileCheck %s -check-prefix=SPARC64
/external/llvm/test/CodeGen/Mips/
Dmature-mc-support.ll6 ; SKIP: not llc -march=mips < %s > /dev/null 2> %t1
9 ; RUN: not llc -march=mips -filetype=obj < %s > /dev/null 2> %t2
12 ; SKIP: not llc -march=mipsel < %s > /dev/null 2> %t3
15 ; RUN: not llc -march=mipsel -filetype=obj < %s > /dev/null 2> %t4
18 ; SKIP: not llc -march=mips64 < %s > /dev/null 2> %t5
21 ; RUN: not llc -march=mips64 -filetype=obj < %s > /dev/null 2> %t6
24 ; SKIP: not llc -march=mips64el < %s > /dev/null 2> %t7
27 ; RUN: not llc -march=mips64el -filetype=obj < %s > /dev/null 2> %t8
Delf_eflags.ll19 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o - | FileCheck …
20 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32 %s -o - | FileCheck -check-prefix=CHECK-LE32_…
21 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -relocation-model=static %s -o - | FileChec…
22 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 %s -o - | FileCheck -check-prefix=CHECK-LE3…
23 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips -relocation-model=static …
24 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s -o - | FileCheck -chec…
26 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 -relocation-model=static %s -o - | FileCheck -…
27 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 %s -o - | FileCheck -check-prefix=CHECK-LE64_P…
29 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -relocation-model=static %s -o - | FileCheck …
30 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 %s -o - | FileCheck -check-prefix=CHECK-LE64_…
[all …]
/external/llvm/test/CodeGen/Mips/cconv/
Dstack-alignment.ll1 ; RUN: llc -march=mips < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
4 ; RUN-TODO: llc -march=mips64 -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O…
5 ; RUN-TODO: llc -march=mips64el -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix…
7 ; RUN: llc -march=mips64 -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
8 ; RUN: llc -march=mips64el -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 …
10 ; RUN: llc -march=mips64 -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
11 ; RUN: llc -march=mips64el -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 …
Dcallee-saved-fpxx1.ll1 ; RUN: llc -march=mips -mattr=+o32,+fp64 < %s | FileCheck --check-prefix=O32-FP64-INV %s
2 ; RUN: llc -march=mipsel -mattr=+o32,+fp64 < %s | FileCheck --check-prefix=O32-FP64-INV %s
4 ; RUN: llc -march=mips -mattr=+o32,+fpxx < %s | FileCheck --check-prefix=O32-FPXX %s
5 ; RUN: llc -march=mipsel -mattr=+o32,+fpxx < %s | FileCheck --check-prefix=O32-FPXX %s
7 ; RUN-TODO: llc -march=mips64 -mattr=+o32,+fpxx < %s | FileCheck --check-prefix=O32-FPXX %s
8 ; RUN-TODO: llc -march=mips64el -mattr=+o32,+fpxx < %s | FileCheck --check-prefix=O32-FPXX %s
Dreserved-space.ll1 ; RUN: llc -march=mips < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
4 ; RUN-TODO: llc -march=mips64 -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O…
5 ; RUN-TODO: llc -march=mips64el -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix…
7 ; RUN: llc -march=mips64 -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
8 ; RUN: llc -march=mips64el -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 …
10 ; RUN: llc -march=mips64 -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
11 ; RUN: llc -march=mips64el -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 …
/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
Dneon-spfp.ll1 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=cortex-a5 | FileCheck %s -check-prefix=C…
2 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=cortex-a8 | FileCheck %s -check-prefix=C…
3 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=cortex-a9 | FileCheck %s -check-prefix=C…
4 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=cortex-a15 | FileCheck %s -check-prefix=…
5 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=swift | FileCheck %s -check-prefix=CHECK…
7 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=cortex-a5 --enable-unsafe-fp-math | File…
8 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=cortex-a8 --enable-unsafe-fp-math | File…
9 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=cortex-a9 --enable-unsafe-fp-math | File…
10 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=cortex-a15 --enable-unsafe-fp-math | Fil…
11 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=swift --enable-unsafe-fp-math | FileChec…
[all …]
Dtrap.ll1 ; RUN: llc < %s -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=INSTR
2 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap | FileCheck %s -check-prefix=FUNC
3 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap -O0 | FileCheck %s -check-prefix=FUNC
4 ; RUN: llc -mtriple=armv7-unknown-nacl -filetype=obj %s -o - \
7 ; RUN: llc -mtriple=armv7-unknown-nacl -filetype=obj %s -o - \
10 ; RUN: llc -mtriple=armv7 -mattr=+nacl-trap -filetype=obj %s -o - \
13 ; RUN: llc -verify-machineinstrs -fast-isel -mtriple=armv7-unknown-nacl -filetype=obj %s -o - \
16 ; RUN: llc -mtriple=armv7 -filetype=obj %s -o - \
19 ; RUN: llc -verify-machineinstrs -fast-isel -mtriple=armv7 -filetype=obj %s -o - \
Darm-abi-attr.ll1 ; RUN: llc -mtriple=arm-linux < %s | FileCheck %s --check-prefix=APCS
2 ; RUN: llc -mtriple=arm-linux -mattr=apcs < %s | \
4 ; RUN: llc -mtriple=arm-linux-gnueabi -mattr=apcs < %s | \
7 ; RUN: llc -mtriple=arm-linux-gnueabi < %s | FileCheck %s --check-prefix=AAPCS
8 ; RUN: llc -mtriple=arm-linux-gnueabi -mattr=aapcs < %s | \
10 ; RUN: llc -mtriple=arm-linux-gnu -mattr=aapcs < %s | \
Dbuild-attributes.ll4 ; RUN: llc < %s -mtriple=thumbv5-linux-gnueabi -mcpu=xscale | FileCheck %s --check-prefix=XSCALE
5 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi | FileCheck %s --check-prefix=V6
6 ; RUN: llc < %s -mtriple=thumbv6m-linux-gnueabi | FileCheck %s --check-prefix=V6M
7 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -mcpu=arm1156t2f-s | FileCheck %s --check-prefix=ARM11…
8 ; RUN: llc < %s -mtriple=thumbv7m-linux-gnueabi | FileCheck %s --check-prefix=V7M
9 ; RUN: llc < %s -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=V7
10 ; RUN: llc < %s -mtriple=armv8-linux-gnueabi | FileCheck %s --check-prefix=V8
11 ; RUN: llc < %s -mtriple=thumbv8-linux-gnueabi | FileCheck %s --check-prefix=Vt8
12 ; RUN: llc < %s -mtriple=armv8-linux-gnueabi -mattr=-neon,-crypto | FileCheck %s --check-prefix=V8-…
13 ; RUN: llc < %s -mtriple=armv8-linux-gnueabi -mattr=-fp-armv8,-crypto | FileCheck %s --check-prefix…
[all …]
Dfast-isel-align.ll1 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios -ver…
2 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -v…
3 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios -ve…
4 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -…
6 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi …
7 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-linux-gnueab…
8 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi…
9 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=thumbv7-linux-gnuea…
11 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-unknown-nacl -…
12 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-unknown-nacl …
[all …]
Ddefault-float-abi.ll1 ; RUN: llc -mtriple=armv7-linux-gnueabihf %s -o - | FileCheck %s --check-prefix=CHECK-HARD
2 ; RUN: llc -mtriple=armv7-linux-eabihf %s -o - | FileCheck %s --check-prefix=CHECK-HARD
3 ; RUN: llc -mtriple=armv7-linux-gnueabihf -float-abi=soft %s -o - | FileCheck %s --check-prefix=CHE…
4 ; RUN: llc -mtriple=armv7-linux-gnueabi %s -o - | FileCheck %s --check-prefix=CHECK-SOFT
5 ; RUN: llc -mtriple=armv7-linux-eabi -float-abi=hard %s -o - | FileCheck %s --check-prefix=CHECK-HA…
6 ; RUN: llc -mtriple=thumbv7-apple-ios6.0 %s -o - | FileCheck %s --check-prefix=CHECK-SOFT
Dfadds.ll1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o - \
4 ; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - \
7 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - \
10 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 --enable-unsafe-fp-math %s -o - \
13 ; RUN: llc -mtriple=arm-darwin -mcpu=cortex-a8 %s -o - \
16 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a9 %s -o - \
/external/llvm/test/CodeGen/Mips/llvm-ir/
Dindirectbr.ll3 ; RUN: llc -march=mips -mcpu=mips32 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
4 ; RUN: llc -march=mips -mcpu=mips32r2 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
5 ; RUN: llc -march=mips -mcpu=mips32r6 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
6 ; RUN: llc -march=mips64 -mcpu=mips4 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
7 ; RUN: llc -march=mips64 -mcpu=mips64 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
8 ; RUN: llc -march=mips64 -mcpu=mips64r2 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
9 ; RUN: llc -march=mips64 -mcpu=mips64r6 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
/external/llvm/test/CodeGen/AArch64/
Dcpus.ll1 ; This tests that llc accepts all valid AArch64 CPUs
4 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=generic 2>&1 | FileCheck %s
5 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a53 2>&1 | FileCheck %s
6 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a57 2>&1 | FileCheck %s
7 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=invalidcpu 2>&1 | FileCheck %s --check-prefix=…
/external/llvm/test/tools/llvm-readobj/Inputs/
Dtrivial.ll1 ; llc -mtriple=i386-pc-win32 trivial.ll -filetype=obj -o trivial-object-test.coff-i386
2 ; llc -mtriple=x86_64-pc-win32 trivial.ll -filetype=obj -o trivial-object-test.coff-x86-64
3 ; llc -mtriple=i386-linux-gnu trivial.ll -filetype=obj -o trivial-object-test.elf-i386 -relocation-…
4 ; llc -mtriple=x86_64-linux-gnu trivial.ll -filetype=obj -o trivial-object-test.elf-x86-64 -relocat…
5 ; llc -mtriple=i386-apple-darwin10 trivial.ll -filetype=obj -o trivial-object-test.macho-i386 -relo…
6 ; llc -mtriple=x86_64-apple-darwin10 trivial.ll -filetype=obj -o trivial-object-test.macho-x86-64 -…

12345678910>>...182