Home
last modified time | relevance | path

Searched full:darwin (Results 1 – 25 of 4554) sorted by relevance

12345678910>>...183

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dabi-isel.ll7 …rbose=0 -mtriple=i686-apple-darwin -march=x86 -relocation-model=static -code-model=small | FileChe…
8 …e=0 -mtriple=i686-apple-darwin -march=x86 -relocation-model=dynamic-no-pic -code-model=small | Fil…
9 …verbose=0 -mtriple=i686-apple-darwin -march=x86 -relocation-model=pic -code-model=small | FileChec…
11 …se=0 -mtriple=x86_64-apple-darwin -march=x86-64 -relocation-model=static -code-model=small | FileC…
12 … -mtriple=x86_64-apple-darwin -march=x86-64 -relocation-model=dynamic-no-pic -code-model=small | F…
13 …ose=0 -mtriple=x86_64-apple-darwin -march=x86-64 -relocation-model=pic -code-model=small | FileChe…
62 ; DARWIN-32-STATIC: _foo00:
63 ; DARWIN-32-STATIC: movl _src, [[EAX:%e.x]]
64 ; DARWIN-32-STATIC-NEXT: movl [[EAX]], _dst
65 ; DARWIN-32-STATIC-NEXT: ret
[all …]
Dglobal-sections.ll2 ; RUN: llc < %s -mtriple=i386-apple-darwin9.7 | FileCheck %s -check-prefix=DARWIN
12 ; DARWIN: .comm _G1,4,2
23 ; DARWIN: .section __TEXT,__const_coal,coalesced
24 ; DARWIN: _G2:
25 ; DARWIN: .long 42
31 ; DARWIN: .section __DATA,__const
32 ; DARWIN: .globl _G3
33 ; DARWIN: _G3:
34 ; DARWIN: .long _G1
46 ; DARWIN: .section __TEXT,__literal16,16byte_literals
[all …]
Dmemcpy.ll2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2 | FileCheck %s -check-prefix=DARWIN
32 ; On the other hand, Darwin's definition of -Os is optimizing for size without
42 ; DARWIN: test3:
43 ; DARWIN-NOT: memcpy
44 ; DARWIN: movq
45 ; DARWIN: movq
46 ; DARWIN: movq
47 ; DARWIN: movq
48 ; DARWIN: movq
49 ; DARWIN: movq
[all …]
/external/llvm/test/CodeGen/X86/
Dabi-isel.ll7 …riple=i686-apple-darwin -march=x86 -relocation-model=static -code-model=small -pre-RA-sched=list-i…
8 …amic-no-pic -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-32-DYNAMIC
9 …ation-model=pic -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-32-PIC
11 …e=x86_64-apple-darwin -march=x86-64 -relocation-model=static -code-model=small -pre-RA-sched=list-…
12 …6_64-apple-darwin -march=x86-64 -relocation-model=dynamic-no-pic -code-model=small -pre-RA-sched=l…
13 …ple=x86_64-apple-darwin -march=x86-64 -relocation-model=pic -code-model=small -pre-RA-sched=list-i…
62 ; DARWIN-32-STATIC: _foo00:
63 ; DARWIN-32-STATIC: movl _src, [[EAX:%e.x]]
64 ; DARWIN-32-STATIC-NEXT: movl [[EAX]], _dst
65 ; DARWIN-32-STATIC-NEXT: ret
[all …]
Dglobal-sections.ll2 ; RUN: llc < %s -mtriple=i386-apple-darwin9.7 | FileCheck %s -check-prefix=DARWIN
3 …%s -mtriple=i386-apple-darwin10 -relocation-model=static | FileCheck %s -check-prefix=DARWIN-STATIC
111 ; DARWIN: .comm _G1,4,2
122 ; DARWIN: .section __TEXT,__const{{$}}
123 ; DARWIN: _G2:
124 ; DARWIN: .long 42
130 ; DARWIN: .section __DATA,__const
131 ; DARWIN: .globl _G3
132 ; DARWIN: _G3:
133 ; DARWIN: .long _G1
[all …]
Dsegmented-stacks.ll5 …RUN: llc < %s -mcpu=generic -mtriple=i686-darwin -verify-machineinstrs | FileCheck %s -check-prefi…
6 …N: llc < %s -mcpu=generic -mtriple=x86_64-darwin -verify-machineinstrs | FileCheck %s -check-prefi…
17 ; RUN: llc < %s -mcpu=generic -mtriple=i686-darwin -filetype=obj -o /dev/null
18 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-darwin -filetype=obj -o /dev/null
81 ; X32-Darwin-LABEL: test_basic:
83 ; X32-Darwin: movl $432, %ecx
84 ; X32-Darwin-NEXT: cmpl %gs:(%ecx), %esp
85 ; X32-Darwin-NEXT: ja LBB0_2
87 ; X32-Darwin: pushl $0
88 ; X32-Darwin-NEXT: pushl $60
[all …]
Dmemcpy.ll2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2 | FileCheck %s -check-prefix=DARWIN
33 ; On the other hand, Darwin's definition of -Os is optimizing for size without
43 ; DARWIN-LABEL: test3:
44 ; DARWIN-NOT: memcpy
45 ; DARWIN: movq
46 ; DARWIN: movq
47 ; DARWIN: movq
48 ; DARWIN: movq
49 ; DARWIN: movq
50 ; DARWIN: movq
[all …]
Dreturn-ext.ll9 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -fixup-byte-word-insts=0 | \
10 ; RUN: FileCheck -check-prefix=DARWIN -check-prefix=DARWIN-BWOFF %s
11 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -fixup-byte-word-insts=1 | \
12 ; RUN: FileCheck -check-prefix=DARWIN -check-prefix=DARWIN-BWON %s
43 ; Except on Darwin, for legacy reasons.
44 ; DARWIN-LABEL: unsigned_i8:
45 ; DARWIN: xorl
46 ; DARWIN-NEXT: cmp
47 ; DARWIN-NEXT: sete
48 ; DARWIN-NEXT: ret
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dabi-isel.ll7 …c -mtriple=i686-apple-darwin -relocation-model=static -code-model=small -pre-RA-sched=list-ilp | F…
8 …amic-no-pic -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-32-DYNAMIC
9 …ation-model=pic -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-32-PIC
11 …-mtriple=x86_64-apple-darwin -relocation-model=static -code-model=small -pre-RA-sched=list-ilp | F…
12 …iple=x86_64-apple-darwin -relocation-model=dynamic-no-pic -code-model=small -pre-RA-sched=list-ilp…
13 …c -mtriple=x86_64-apple-darwin -relocation-model=pic -code-model=small -pre-RA-sched=list-ilp | Fi…
62 ; DARWIN-32-STATIC: _foo00:
63 ; DARWIN-32-STATIC: movl _src, [[EAX:%e.x]]
64 ; DARWIN-32-STATIC-NEXT: movl [[EAX]], _dst
65 ; DARWIN-32-STATIC-NEXT: ret
[all …]
Dglobal-sections.ll2 ; RUN: llc < %s -mtriple=i386-apple-darwin9.7 | FileCheck %s -check-prefix=DARWIN
3 …%s -mtriple=i386-apple-darwin10 -relocation-model=static | FileCheck %s -check-prefix=DARWIN-STATIC
111 ; DARWIN: .comm _G1,4,2
122 ; DARWIN: .section __TEXT,__const{{$}}
123 ; DARWIN: _G2:
124 ; DARWIN: .long 42
130 ; DARWIN: .section __DATA,__const
131 ; DARWIN: .globl _G3
132 ; DARWIN: _G3:
133 ; DARWIN: .long _G1
[all …]
Dsegmented-stacks.ll5 …RUN: llc < %s -mcpu=generic -mtriple=i686-darwin -verify-machineinstrs | FileCheck %s -check-prefi…
6 …N: llc < %s -mcpu=generic -mtriple=x86_64-darwin -verify-machineinstrs | FileCheck %s -check-prefi…
17 ; RUN: llc < %s -mcpu=generic -mtriple=i686-darwin -filetype=obj -o /dev/null
18 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-darwin -filetype=obj -o /dev/null
81 ; X32-Darwin-LABEL: test_basic:
83 ; X32-Darwin: movl $432, %ecx
84 ; X32-Darwin-NEXT: cmpl %gs:(%ecx), %esp
85 ; X32-Darwin-NEXT: ja LBB0_2
87 ; X32-Darwin: pushl $0
88 ; X32-Darwin-NEXT: pushl $60
[all …]
Dmemcpy.ll2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2 | FileCheck %s -check-prefix=DARWIN
33 ; On the other hand, Darwin's definition of -Os is optimizing for size without
43 ; DARWIN-LABEL: test3:
44 ; DARWIN-NOT: memcpy
45 ; DARWIN: movq
46 ; DARWIN: movq
47 ; DARWIN: movq
48 ; DARWIN: movq
49 ; DARWIN: movq
50 ; DARWIN: movq
[all …]
Dreturn-ext.ll9 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -fixup-byte-word-insts=0 | \
10 ; RUN: FileCheck -check-prefix=DARWIN -check-prefix=DARWIN-BWOFF %s
11 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -fixup-byte-word-insts=1 | \
12 ; RUN: FileCheck -check-prefix=DARWIN -check-prefix=DARWIN-BWON %s
43 ; Except on Darwin, for legacy reasons.
44 ; DARWIN-LABEL: unsigned_i8:
45 ; DARWIN: xorl
46 ; DARWIN-NEXT: cmp
47 ; DARWIN-NEXT: sete
48 ; DARWIN-NEXT: ret
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dhello-reloc.s5 …apple-darwin8 %s -o - | llvm-readobj -r --expand-relocs | FileCheck -check-prefix=DARWIN-G4-DUMP %s
60 ; DARWIN-G4-DUMP:Format: Mach-O 32-bit ppc
61 ; DARWIN-G4-DUMP:Arch: powerpc
62 ; DARWIN-G4-DUMP:AddressSize: 32bit
63 ; DARWIN-G4-DUMP:Relocations [
64 ; DARWIN-G4-DUMP: Section __text {
65 ; DARWIN-G4-DUMP: Relocation {
66 ; DARWIN-G4-DUMP: Offset: 0x34
67 ; DARWIN-G4-DUMP: PCRel: 1
68 ; DARWIN-G4-DUMP: Length: 2
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dhello-reloc.s5 …apple-darwin8 %s -o - | llvm-readobj -r --expand-relocs | FileCheck -check-prefix=DARWIN-G4-DUMP %s
60 ; DARWIN-G4-DUMP:Format: Mach-O 32-bit ppc
61 ; DARWIN-G4-DUMP:Arch: powerpc
62 ; DARWIN-G4-DUMP:AddressSize: 32bit
63 ; DARWIN-G4-DUMP:Relocations [
64 ; DARWIN-G4-DUMP: Section __text {
65 ; DARWIN-G4-DUMP: Relocation {
66 ; DARWIN-G4-DUMP: Offset: 0x34
67 ; DARWIN-G4-DUMP: PCRel: 1
68 ; DARWIN-G4-DUMP: Length: 2
[all …]
/external/llvm/test/CodeGen/ARM/
Ddivmod-eabi.ll7 ; RUN: llc -mtriple armv7-apple-darwin %s -o - | FileCheck %s --check-prefix=DARWIN
9 ; RUN: llc -mtriple armv7-apple-darwin-eabi %s -o - | FileCheck %s --check-prefix=DARWIN
13 ; DARWIN-LABEL: f16:
22 ; DARWIN: ___divsi3
23 ; DARWIN: mov [[sum:r[0-9]+]], r0
24 ; DARWIN: __modsi3
25 ; DARWIN: add [[sum]]{{.*}}r0
28 ; DARWIN: __modsi3
34 ; DARWIN: add r0{{.*}}[[sum]]
35 ; DARWIN: sxth r0, r0
[all …]
Dfast-isel-frameaddr.ll1 …-machineinstrs -fast-isel-abort=1 -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=DARWIN-ARM
3 …ineinstrs -fast-isel-abort=1 -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=DARWIN-THUMB2
8 ; DARWIN-ARM-LABEL: frameaddr_index0:
9 ; DARWIN-ARM: push {r7}
10 ; DARWIN-ARM: mov r7, sp
11 ; DARWIN-ARM: mov r0, r7
13 ; DARWIN-THUMB2-LABEL: frameaddr_index0:
14 ; DARWIN-THUMB2: str r7, [sp, #-4]!
15 ; DARWIN-THUMB2: mov r7, sp
16 ; DARWIN-THUMB2: mov r0, r7
[all …]
DMachO-subtypes.ll3 ; RUN: llc -mtriple=armv4t-apple-darwin -filetype=obj -o - < %s \
6 ; RUN: llc -mtriple=armv5-apple-darwin -filetype=obj -o - < %s \
8 ; RUN: llc -mtriple=armv5e-apple-darwin -filetype=obj -o - < %s \
10 ; RUN: llc -mtriple=armv5t-apple-darwin -filetype=obj -o - < %s \
12 ; RUN: llc -mtriple=armv5te-apple-darwin -filetype=obj -o - < %s \
14 ; RUN: llc -mtriple=armv5tej-apple-darwin -filetype=obj -o - < %s \
17 ; RUN: llc -mtriple=armv6-apple-darwin -filetype=obj -o - < %s \
19 ; RUN: llc -mtriple=armv6k-apple-darwin -filetype=obj -o - < %s \
21 ; RUN: llc -mtriple=thumbv6-apple-darwin -filetype=obj -o - < %s \
23 ; RUN: llc -mtriple=thumbv6k-apple-darwin -filetype=obj -o - < %s \
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Ddivmod-eabi.ll19 ; RUN: llc -mtriple armv7-apple-darwin %s -o - | FileCheck %s --check-prefixes=DARWIN
20 ; RUN: llc -mtriple armv7-apple-darwin %s -o - -O0 -optimize-regalloc | FileCheck %s --check-prefix…
26 ; DARWIN-LABEL: f16:
27 ; DARWIN-O0-LABEL: f16:
37 ; DARWIN: __divmodsi4
38 ; DARWIN-O0: __divsi3
39 ; DARWIN-O0: __modsi3
46 ; DARWIN: __modsi3
47 ; DARWIN-O0: __modsi3
63 ; DARWIN-LABEL: f32:
[all …]
Dfast-isel-frameaddr.ll1 …-machineinstrs -fast-isel-abort=1 -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=DARWIN-ARM
3 …ineinstrs -fast-isel-abort=1 -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=DARWIN-THUMB2
8 ; DARWIN-ARM-LABEL: frameaddr_index0:
9 ; DARWIN-ARM: push {r7, lr}
10 ; DARWIN-ARM: mov r7, sp
11 ; DARWIN-ARM: mov r0, r7
13 ; DARWIN-THUMB2-LABEL: frameaddr_index0:
14 ; DARWIN-THUMB2: push {r7, lr}
15 ; DARWIN-THUMB2: mov r7, sp
16 ; DARWIN-THUMB2: mov r0, r7
[all …]
Demutls_generic.ll9 ; RUN: llc < %s -emulated-tls -mtriple=arm-apple-darwin -O3 \
10 ; RUN: | FileCheck -check-prefix=DARWIN %s
22 ; arm-apple-darwin must use -emulated-tls
117 ; DARWIN-LABEL: _get_external_x:
118 ; DARWIN: bl ___emutls_get_address
119 ; DARWIN: .long L___emutls_v.external_x$non_lazy_ptr-(LPC0_0+8)
120 ; DARWIN-LABEL: _get_external_y:
121 ; DARWIN: bl ___emutls_get_address
122 ; DARWIN: .long ___emutls_v.external_y-(LPC1_0+8)
123 ; DARWIN-LABEL: _get_internal_y:
[all …]
DMachO-subtypes.ll3 ; RUN: llc -mtriple=armv4t-apple-darwin -filetype=obj -o - < %s \
6 ; RUN: llc -mtriple=armv5-apple-darwin -filetype=obj -o - < %s \
8 ; RUN: llc -mtriple=armv5e-apple-darwin -filetype=obj -o - < %s \
10 ; RUN: llc -mtriple=armv5t-apple-darwin -filetype=obj -o - < %s \
12 ; RUN: llc -mtriple=armv5te-apple-darwin -filetype=obj -o - < %s \
14 ; RUN: llc -mtriple=armv5tej-apple-darwin -filetype=obj -o - < %s \
17 ; RUN: llc -mtriple=armv6-apple-darwin -filetype=obj -o - < %s \
19 ; RUN: llc -mtriple=armv6k-apple-darwin -filetype=obj -o - < %s \
21 ; RUN: llc -mtriple=thumbv6-apple-darwin -filetype=obj -o - < %s \
23 ; RUN: llc -mtriple=thumbv6k-apple-darwin -filetype=obj -o - < %s \
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Demutls_generic.ll9 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-apple-darwin -O3 \
10 ; RUN: | FileCheck -check-prefix=DARWIN %s
19 ; RUN: llc < %s -mtriple=aarch64-apple-darwin -O3 \
80 ; DARWIN-LABEL: _get_external_x:
81 ; DARWIN: ___emutls_v.external_x
82 ; DARWIN: ___emutls_get_address
83 ; DARWIN-LABEL: _get_external_y:
84 ; DARWIN: ___emutls_v.external_y
85 ; DARWIN: ___emutls_get_address
86 ; DARWIN-LABEL: _get_internal_y:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/
Darm-isel-globals-pic.ll3 ; RUN: llc -mtriple armv7-darwin -relocation-model=pic -global-isel %s -o - | FileCheck %s -check-p…
4 …lc -mtriple armv7-darwin -relocation-model=pic -mattr=+no-movt -global-isel %s -o - | FileCheck %s…
11 ; DARWIN-NOMOVT: ldr [[OFFSET:r[0-9]+]], [[LABEL:L[[:alnum:]_]+]]
12 ; DARWIN-MOVT: movw [[OFFSET:r[0-9]+]], :lower16:(_internal_global-([[ANCHOR:L[[:alnum:]_]+]]+8))
13 ; DARWIN-MOVT-NEXT: movt [[OFFSET]], :upper16:(_internal_global-([[ANCHOR]]+8))
14 ; DARWIN: [[ANCHOR:L[[:alnum:]_]+]]:
20 ; DARWIN-NOMOVT: [[LABEL]]:
21 ; DARWIN-NOMOVT-NEXT: .long _internal_global-([[ANCHOR]]+8)
22 ; DARWIN-MOVT-NOT: .long _internal_global
35 ; DARWIN-NOMOVT: ldr [[OFFSET:r[0-9]+]], [[LABEL:L[[:alnum:]_]+]]
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dldr-pseudo-wide.s8 … llvm-mc -triple armv7-base-apple-darwin %s | FileCheck --check-prefix=CHECK-DARWIN-ARM --check-…
10 …lvm-mc -triple thumbv7-base-apple-darwin %s | FileCheck --check-prefix=CHECK-DARWIN-THUMB2 --check…
12 @RUN: not llvm-mc -triple thumbv6-base-apple-darwin %s 2>&1 | FileCheck --check-prefix=CHECK-THUMB …
17 @ CHECK-DARWIN-ARM: ldr r0, Ltmp0
19 @ CHECK-DARWIN-THUMB2: ldr r0, Ltmp0
23 @ CHECK-DARWIN-ARM: ldr r0, Ltmp0
25 @ CHECK-DARWIN-THUMB2: ldr.w r0, Ltmp0
33 @ CHECK-DARWIN-ARM: ldr r0, Ltmp1
35 @ CHECK-DARWIN-THUMB2: ldr r0, Ltmp1
39 @ CHECK-DARWIN-ARM: ldr r0, Ltmp2
[all …]

12345678910>>...183