Home
last modified time | relevance | path

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

12345678910>>...219

/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 …]
Dalign.ll2 ; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | FileCheck %s -check-prefix=DARWIN
14 ;DARWIN: .p2align 1
15 ;DARWIN: _c:
20 ;DARWIN: .p2align 2
21 ;DARWIN: _d:
26 ;DARWIN: .p2align 3
27 ;DARWIN: _e:
32 ;DARWIN: .p2align 2
33 ;DARWIN: _f:
38 ;DARWIN: .p2align 3
[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 …]
Dmemcpy-2.ll1 …llc < %s -mattr=+sse2 -mtriple=i686-apple-darwin -mcpu=core2 | FileCheck %s -check-prefix=SSE…
3 ; RUN: llc < %s -mattr=+sse,-sse2 -mtriple=i686-apple-darwin -mcpu=core2 | FileCheck %s -check-pref…
4 ; RUN: llc < %s -mattr=-sse -mtriple=i686-apple-darwin -mcpu=core2 | FileCheck %s -check-pref…
5 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2 | FileCheck %s -check-pref…
6 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=nehalem | FileCheck %s -check-pr…
14 ; SSE2-Darwin-LABEL: t1:
15 ; SSE2-Darwin: movsd _.str+16, %xmm0
16 ; SSE2-Darwin: movsd %xmm0, 16(%esp)
17 ; SSE2-Darwin: movaps _.str, %xmm0
18 ; SSE2-Darwin: movaps %xmm0
[all …]
Dstack-protector.ll4 ; RUN: llc -mtriple=x86_64-apple-darwin < %s -o - | FileCheck --check-prefix=DARWIN-X64 %s
41 ; DARWIN-X64-LABEL: test1a:
42 ; DARWIN-X64-NOT: callq ___stack_chk_fail
43 ; DARWIN-X64: .cfi_endproc
77 ; DARWIN-X64-LABEL: test1b:
78 ; DARWIN-X64: mov{{l|q}} ___stack_chk_guard
79 ; DARWIN-X64: callq ___stack_chk_fail
117 ; DARWIN-X64-LABEL: test1c:
118 ; DARWIN-X64: mov{{l|q}} ___stack_chk_guard
119 ; DARWIN-X64: callq ___stack_chk_fail
[all …]
Dtls-models.ll6 ; Darwin always uses the same model.
7 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-apple-darwin | FileCheck -check-prefix=DARWIN %s
38 ; DARWIN-LABEL: f1:
39 ; DARWIN: _external_gd@TLVP
55 ; DARWIN-LABEL: f2:
56 ; DARWIN: _internal_gd@TLVP
75 ; DARWIN-LABEL: f3:
76 ; DARWIN: _external_ld@TLVP
92 ; DARWIN-LABEL: f4:
93 ; DARWIN: _internal_ld@TLVP
[all …]
Dstack-protector-weight.ll1 …64-apple-darwin -print-machineinstrs=expand-isel-pseudos -enable-selectiondag-sp=true %s -o /dev/n…
2 …64-apple-darwin -print-machineinstrs=expand-isel-pseudos -enable-selectiondag-sp=false %s -o /dev/…
6 ; DARWIN-SELDAG: # Machine code for function test_branch_weights:
7 ; DARWIN-SELDAG: Successors according to CFG: BB#[[SUCCESS:[0-9]+]]({{[0-9a-fx/= ]+}}100.00%) BB#[[…
8 ; DARWIN-SELDAG: BB#[[FAILURE]]:
9 ; DARWIN-SELDAG: CALL64pcrel32 <es:__stack_chk_fail>
10 ; DARWIN-SELDAG: BB#[[SUCCESS]]:
12 ; DARWIN-IR: # Machine code for function test_branch_weights:
13 ; DARWIN-IR: Successors according to CFG: BB#[[SUCCESS:[0-9]+]]({{[0-9a-fx/= ]+}}100.00%) BB#[[FAIL…
14 ; DARWIN-IR: BB#[[SUCCESS]]:
[all …]
Dpush-cfi.ll2 ; RUN: llc < %s -mtriple=i686-apple-darwin | FileCheck %s -check-prefix=DARWIN -check-prefix=CHECK
12 ; Darwin should not generate pushes in either circumstance.
30 ; DARWIN-NOT: .cfi_escape
31 ; DARWIN-NOT: pushl
52 ; DARWIN: pushl %ebp
53 ; DARWIN-NOT: .cfi_escape
54 ; DARWIN-NOT: pushl
69 ; so darwin should not generate pushes.
87 ; DARWIN-NOT: .cfi_escape
88 ; DARWIN-NOT: pushl
[all …]
Dx86-32-vector-calling-conv.ll1 ; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+avx512f | FileCheck %s --check-prefix=DARWIN
5 ; DARWIN-DAG: vpaddd %xmm1, %xmm0, %xmm0
6 ; DARWIN-DAG: vpaddd %xmm3, %xmm2, %xmm1
7 ; DARWIN: vpaddd %xmm1, %xmm0, %xmm0
19 ; DARWIN-DAG: vpaddd %ymm1, %ymm0, %ymm0
20 ; DARWIN-DAG: vpaddd %ymm3, %ymm2, %ymm1
21 ; DARWIN: vpaddd %ymm1, %ymm0, %ymm0
33 ; DARWIN-DAG: vpaddd %zmm1, %zmm0, %zmm0
34 ; DARWIN-DAG: vpaddd %zmm3, %zmm2, %zmm1
35 ; DARWIN: vpaddd %zmm1, %zmm0, %zmm0
/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 …]
Dalign.ll2 ; RUN: llc < %s -mtriple=arm-apple-darwin10 | FileCheck %s -check-prefix=DARWIN
13 ;DARWIN: .p2align 1
14 ;DARWIN: _c:
19 ;DARWIN: .p2align 2
20 ;DARWIN: _d:
25 ;DARWIN: .p2align 3
26 ;DARWIN: _e:
31 ;DARWIN: .p2align 2
32 ;DARWIN: _f:
37 ;DARWIN: .p2align 3
[all …]
Dmemfunc.ll2 …v7m-none-macho -disable-post-ra -o - | FileCheck %s --check-prefix=CHECK-DARWIN --check-prefix=CHE…
16 ; CHECK-DARWIN: bl _memmove
22 ; CHECK-DARWIN: bl _memcpy
30 ; CHECK-DARWIN: movs r1, #1
31 ; CHECK-DARWIN: bl _memset
41 ; CHECK-DARWIN: movs r1, #0
42 ; CHECK-DARWIN: bl _memset
50 ; CHECK-DARWIN: bl _memmove
56 ; CHECK-DARWIN: bl _memcpy
62 ; CHECK-DARWIN: bl _memset
[all …]
/external/bazelbuild-rules_python/python/
Dversions.bzl36 # "x86_64-apple-darwin": "8d06bec08db8cdd0f64f4f05ee892cf2fcbc58cfb1dd69da2caab78fac42023…
40 # "x86_64-apple-darwin": "<label_for_darwin>"",
53 … "x86_64-apple-darwin": "8d06bec08db8cdd0f64f4f05ee892cf2fcbc58cfb1dd69da2caab78fac420238",
61 … "aarch64-apple-darwin": "f9a3cbb81e0463d6615125964762d133387d561b226a30199f5b039b20f1d944",
63 … "x86_64-apple-darwin": "f323fbc558035c13a85ce2267d0fad9e89282268ecb810e364fff1d0a079d525",
72 … "aarch64-apple-darwin": "ae4131253d890b013171cb5f7b03cadc585ae263719506f7b7e063a7cf6fde76",
74 … "x86_64-apple-darwin": "cd6e7c0a27daf7df00f6882eaba01490dd963f698e99aeee9706877333e0df69",
83 … "aarch64-apple-darwin": "1e0a92d1a4f5e6d4a99f86b1cbf9773d703fe7fd032590f3e9c285c7a5eeb00a",
85 … "x86_64-apple-darwin": "70b57f28c2b5e1e3dd89f0d30edd5bc414e8b20195766cf328e1b26bed7890e1",
94 … "aarch64-apple-darwin": "d1f408569d8807c1053939d7822b082a17545e363697e1ce3cfb1ee75834c7be",
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dlarge-stack.ll2 ; RUN: -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=DARWIN
7 ; DARWIN-LABEL: test1:
8 ; DARWIN: sub sp, #256
16 ; DARWIN-LABEL: test2:
17 ; DARWIN: sub.w sp, sp, #4160
18 ; DARWIN: sub sp, #8
27 ; DARWIN-LABEL: test3:
28 ; DARWIN: push {r4, r7, lr}
29 ; DARWIN: sub.w sp, sp, #805306368
30 ; DARWIN: sub sp, #20
/external/llvm/test/DebugInfo/X86/
Dstringpool.ll2 ; RUN: llc -mtriple=x86_64-darwin < %s | FileCheck %s --check-prefix=DARWIN
20 ; DARWIN: .section __DWARF,__debug_str,regular,debug
21 ; DARWIN: .asciz "yyyy" ## string offset=[[YYYY:[0-9]+]]
34 ; DARWIN: .long [[YYYY]]
35 ; DARWIN-NEXT: .long {{[0-9]+}} ## DW_AT_type
36 ; DARWIN-NEXT: ## DW_AT_external
37 ; DARWIN-NEXT: .byte 1 ## DW_AT_decl_file
38 ; DARWIN-NEXT: .byte 1 ## DW_AT_decl_line
39 ; DARWIN-NEXT: .byte 9 ## DW_AT_location
40 ; DARWIN-NEXT: .byte 3
[all …]
/external/clang/test/Driver/
Ddarwin-sanitizer-ld.c1 // Test sanitizer link flags on Darwin.
3 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
12 // CHECK-ASAN: "-rpath" "{{.*}}lib{{.*}}darwin"
14 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
22 // CHECK-DYN-ASAN: "-rpath" "{{.*}}lib{{.*}}darwin"
24 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
33 // CHECK-UBSAN: "-rpath" "{{.*}}lib{{.*}}darwin"
35 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
43 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
51 // CHECK-DYN-UBSAN: "-rpath" "{{.*}}lib{{.*}}darwin"
[all …]
/external/clang/test/CodeGen/
Dms-inline-asm-align.c2 …c1 %s -triple i386-apple-darwin10 -fasm-blocks -emit-llvm -o - | FileCheck %s --check-prefix=DARWIN
5 // On Windows, .align is in bytes, and on Darwin, .align is in log2 form. The
16 // DARWIN-LABEL: define void @align_test()
17 // DARWIN: call void asm sideeffect inteldialect
18 // DARWIN-SAME: .align 3
19 // DARWIN-SAME: .align 4
20 // DARWIN-SAME: .align 7
21 // DARWIN-SAME: .align 8
22 // DARWIN-SAME: "~{dirflag},~{fpsr},~{flags}"()
/external/clang/test/CodeGenCXX/
Dcxx11-thread-local.cpp4 …lvm %s -o - -triple x86_64-apple-darwin12 | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %s
10 // DARWIN: @a = internal thread_local global i32 0
20 // DARWIN: @_ZN1U1mE = internal thread_local global i32 0
64 // DARWIN: @_ZTH1a = internal alias void (), void ()* @__tls_init
67 // DARWIN: @_ZTHN1U1mE = internal alias void (), void ()* @__tls_init
95 // DARWIN: call cxx_fast_tlscc i32* @_ZTW1b()
106 // DARWIN-LABEL: declare cxx_fast_tlscc i32* @_ZTW1b()
107 // There is no definition of the thread wrapper on Darwin for external TLV.
119 // DARWIN: call cxx_fast_tlscc i32* @_ZTWN1VIiE1mE()
124 // DARWIN-LABEL: define weak_odr hidden cxx_fast_tlscc i32* @_ZTWN1VIiE1mE()
[all …]
/external/llvm/test/tools/llvm-size/
Ddarwin-m.test1 RUN: llvm-size -m %p/Inputs/darwin-m.o | FileCheck --check-prefix="DARWIN" %s
3 DARWIN: Segment : 8
4 DARWIN-NEXT: Section (__TEXT, __text): 4
5 DARWIN-NEXT: Section (__DATA, __data): 4
6 DARWIN-NEXT: total 8
7 DARWIN-NEXT: total 8

12345678910>>...219