Searched refs:darwin (Results 1 – 25 of 2858) sorted by relevance
12345678910>>...115
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | MachO-subtypes.ll | 3 ; 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/llvm/test/CodeGen/ARM/ |
D | MachO-subtypes.ll | 3 ; 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/llvm-project/llvm/test/tools/llvm-libtool-darwin/ |
D | help-message.test | 3 # RUN: llvm-libtool-darwin -h | \ 5 # RUN: llvm-libtool-darwin -help | \ 7 # RUN: llvm-libtool-darwin --help | \ 9 # RUN: llvm-libtool-darwin --help-list | \ 12 # RUN: not llvm-libtool-darwin -abcabc 2>&1 | FileCheck --check-prefix=UNKNOWN-ARG %s 13 # RUN: not llvm-libtool-darwin --abcabc 2>&1 | FileCheck --check-prefix=UNKNOWN-ARG %s 15 # LIBTOOL-USAGE: OVERVIEW: llvm-libtool-darwin 16 # LIBTOOL-USAGE: USAGE: llvm-libtool-darwin{{(\.exe)?}} [options] <input files> 23 # CATEG: llvm-libtool-darwin Options: 24 # LIST-NOT: llvm-libtool-darwin Options:
|
D | invalid-input-output-args.test | 4 # RUN: not llvm-libtool-darwin -static -o %t.lib 2>&1 | \ 10 # RUN: not llvm-libtool-darwin -static %t.input 2>&1 | \ 16 # RUN: not llvm-libtool-darwin -static %t.input -o 2>&1 | \ 22 # RUN: not llvm-libtool-darwin -static %t.input -o %t.lib1 -o %t.lib2 2>&1 | \ 28 # RUN: not llvm-libtool-darwin -static -o %t.lib %t.missing 2>&1 | \ 35 # RUN: not llvm-libtool-darwin -static -o %t.lib %t.invalid 2>&1 | \ 42 # RUN: not llvm-libtool-darwin -static -o %t.lib %t.elf 2>&1 | \
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | x86-store-gv-addr.ll | 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -relocation-model=static | FileCheck %s --check-prefix… 9 ; x86_64-darwin-LABEL: t: 10 ; x86_64-darwin: ## %bb.0: 11 ; x86_64-darwin-NEXT: movq _v@{{.*}}(%rip), %rax 12 ; x86_64-darwin-NEXT: movq _v_addr@{{.*}}(%rip), %rcx 13 ; x86_64-darwin-NEXT: movq %rax, (%rcx) 14 ; x86_64-darwin-NEXT: ud2
|
D | remarks-section.ll | 1 ; RUN: llc < %s -mtriple=x86_64-darwin -remarks-section -pass-remarks-output=%/t.yaml | FileCheck -… 2 ; RUN: llc < %s -mtriple=x86_64-darwin --pass-remarks-format=yaml-strtab -remarks-section -pass-rem… 4 ; RUN: llc < %s -mtriple=x86_64-darwin -pass-remarks-output=%/t.yaml | FileCheck --check-prefix=CHE… 5 ; RUN: llc < %s -mtriple=x86_64-darwin --pass-remarks-format=yaml-strtab -pass-remarks-output=%/t.y… 6 ; RUN: llc < %s -mtriple=x86_64-darwin --pass-remarks-format=bitstream -pass-remarks-output=%/t.yam… 7 ; RUN: llc < %s -mtriple=x86_64-darwin --pass-remarks-format=bitstream -remarks-section=false -pass… 8 ; RUN: llc < %s -mtriple=x86_64-darwin --pass-remarks-format=yaml -remarks-section=true -pass-remar…
|
D | clwb.ll | 4 ; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=clwb | FileCheck %s 5 ; RUN: llc < %s -mtriple=i686-apple-darwin -mcpu=skx | FileCheck %s 6 ; RUN: not --crash llc < %s -mtriple=i686-apple-darwin -mcpu=cannonlake 2>&1 | FileCheck %s --check… 7 ; RUN: llc < %s -mtriple=i686-apple-darwin -mcpu=icelake-client | FileCheck %s 8 ; RUN: llc < %s -mtriple=i686-apple-darwin -mcpu=icelake-server | FileCheck %s
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_info_offset.test | 1 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 8 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 13 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 17 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 24 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 28 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 32 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 36 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 40 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 44 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \
|
D | name.test | 1 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 6 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 28 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 41 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 43 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 45 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 49 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 51 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 53 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 55 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ [all …]
|
/external/toolchain-utils/go/patch/go-1.11.2/ |
D | go1.patch | 6 -// +build darwin linux 7 +// +build darwin linux android 36 -// +build darwin linux 37 +// +build darwin linux android 46 -// +build linux darwin 47 +// +build linux android darwin
|
/external/toolchain-utils/go/patch/go-1.10.3/ |
D | go1.patch | 6 -// +build darwin linux 7 +// +build darwin linux android 36 -// +build darwin linux 37 +// +build darwin linux android 46 -// +build linux darwin 47 +// +build linux android darwin
|
/external/tensorflow/third_party/gpus/crosstool/ |
D | BUILD.tpl | 28 "darwin|compiler": ":cc-compiler-darwin", 36 "darwin": ":cc-compiler-darwin", 75 name = "cc-compiler-darwin", 86 toolchain_config = ":cc-compiler-local-darwin", 90 name = "cc-compiler-local-darwin", 91 cpu = "darwin",
|
/external/python/cpython3/Mac/BuildScript/ |
D | openssl-mac-arm64.patch | 9 + inherit_from => [ "darwin-common", asm("aarch64_asm") ], 25 echo "x86_64-apple-darwin${VERSION}" 28 + echo "arm64-apple-darwin${VERSION}" 31 echo "i686-apple-darwin${VERSION}" 36 + x86_64-apple-darwin*)
|
/external/angle/third_party/vulkan-deps/glslang/src/kokoro/macos-clang-release-bazel/ |
D | build.sh | 51 gsutil cp gs://bazel/0.29.1/release/bazel-0.29.1-darwin-x86_64 . 52 chmod +x bazel-0.29.1-darwin-x86_64 55 ./bazel-0.29.1-darwin-x86_64 build :all 59 ./bazel-0.29.1-darwin-x86_64 test :all --test_output=all
|
/external/deqp-deps/glslang/kokoro/macos-clang-release-bazel/ |
D | build.sh | 51 gsutil cp gs://bazel/0.29.1/release/bazel-0.29.1-darwin-x86_64 . 52 chmod +x bazel-0.29.1-darwin-x86_64 55 ./bazel-0.29.1-darwin-x86_64 build :all 59 ./bazel-0.29.1-darwin-x86_64 test :all --test_output=all
|
/external/llvm-project/clang/test/Driver/ |
D | darwin-objc-defaults.m | 12 // CHECK-CHECK-I386_OSX10_5: darwin-objc-defaults 21 // CHECK-CHECK-I386_OSX10_6: darwin-objc-defaults 30 // CHECK-CHECK-I386_IPHONE3_0: darwin-objc-defaults 49 // CHECK-CHECK-X86_64_OSX10_5: darwin-objc-defaults 57 // CHECK-CHECK-X86_64_OSX10_6: darwin-objc-defaults 65 // CHECK-CHECK-X86_64_IPHONE3_0: darwin-objc-defaults 76 // CHECK-CHECK-ARMV7_OSX10_5: darwin-objc-defaults 85 // CHECK-CHECK-ARMV7_OSX10_6: darwin-objc-defaults 94 // CHECK-CHECK-ARMV7_IPHONE3_0: darwin-objc-defaults
|
/external/clang/test/Driver/ |
D | darwin-objc-defaults.m | 12 // CHECK-CHECK-I386_OSX10_5: darwin-objc-defaults 21 // CHECK-CHECK-I386_OSX10_6: darwin-objc-defaults 30 // CHECK-CHECK-I386_IPHONE3_0: darwin-objc-defaults 49 // CHECK-CHECK-X86_64_OSX10_5: darwin-objc-defaults 57 // CHECK-CHECK-X86_64_OSX10_6: darwin-objc-defaults 65 // CHECK-CHECK-X86_64_IPHONE3_0: darwin-objc-defaults 76 // CHECK-CHECK-ARMV7_OSX10_5: darwin-objc-defaults 85 // CHECK-CHECK-ARMV7_OSX10_6: darwin-objc-defaults 94 // CHECK-CHECK-ARMV7_IPHONE3_0: darwin-objc-defaults
|
/external/llvm-project/clang/test/SemaObjC/ |
D | opaque-is-access-warn.m | 1 // RUN: %clang -target x86_64-apple-darwin -arch arm64 -mios-version-min=7 -fsyntax-only -Wdeprecat… 2 // RUN: %clang -target x86_64-apple-darwin -arch arm64 -mios-version-min=7 -fsyntax-only %s -Xclang… 3 // RUN: %clang -target x86_64-apple-darwin -mios-simulator-version-min=7 -fsyntax-only -Wdeprecated… 4 // RUN: %clang -target x86_64-apple-darwin -arch armv7k -mwatchos-version-min=2 -fsyntax-only -Wdep… 6 // RUN: %clang -target x86_64-apple-darwin -arch x86_64 -fsyntax-only -Wdeprecated-objc-isa-usage %…
|
/external/clang/test/SemaObjC/ |
D | opaque-is-access-warn.m | 1 // RUN: %clang -target x86_64-apple-darwin -arch arm64 -mios-version-min=7 -fsyntax-only -Wdeprecat… 2 // RUN: %clang -target x86_64-apple-darwin -arch arm64 -mios-version-min=7 -fsyntax-only %s -Xclang… 3 // RUN: %clang -target x86_64-apple-darwin -mios-simulator-version-min=7 -fsyntax-only -Wdeprecated… 4 // RUN: %clang -target x86_64-apple-darwin -arch armv7k -mwatchos-version-min=2 -fsyntax-only -Wdep… 6 // RUN: %clang -target x86_64-apple-darwin -arch x86_64 -fsyntax-only -Wdeprecated-objc-isa-usage %…
|
/external/llvm-project/lld/test/MachO/ |
D | weak-definition-over-dysym.s | 8 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/test.o 9 # RUN: echo ".globl _foo; _foo:" | llvm-mc -filetype=obj -triple=x86_64-apple-darwin -o %t/libfoo.o 13 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/test.o 14 …ection __TEXT,nonweak; _bar: _foo:" | llvm-mc -filetype=obj -triple=x86_64-apple-darwin -o %t/foo.o 15 …ction __TEXT,weak; _bar: _foo:" | llvm-mc -filetype=obj -triple=x86_64-apple-darwin -o %t/weakfoo.o 18 # RUN: llvm-ar --format=darwin rcs %t/foo.a %t/foo.o 20 # RUN: llvm-ar --format=darwin rcs %t/weakfoo.a %t/weakfoo.o
|
D | section-merge.s | 4 …data; .p2align 0; _foo: .byte 0xca" | llvm-mc -filetype=obj -triple=x86_64-apple-darwin -o %t/foo.o 5 …data; .p2align 2; _bar: .byte 0xfe" | llvm-mc -filetype=obj -triple=x86_64-apple-darwin -o %t/bar.o 6 …data; .p2align 3; _baz: .byte 0xba" | llvm-mc -filetype=obj -triple=x86_64-apple-darwin -o %t/baz.o 7 ….p2align 0; _qux: .quad 0xdeadbeef" | llvm-mc -filetype=obj -triple=x86_64-apple-darwin -o %t/qux.o 8 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/main.o
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | darwin-avoid-spinlock.m | 1 // RUN: %check_clang_tidy %s darwin-avoid-spinlock %t 13 …air_lock_lock() or dispatch queue APIs instead of the deprecated OSSpinLock [darwin-avoid-spinlock] 15 …air_lock_lock() or dispatch queue APIs instead of the deprecated OSSpinLock [darwin-avoid-spinlock] 17 …air_lock_lock() or dispatch queue APIs instead of the deprecated OSSpinLock [darwin-avoid-spinlock]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/kokoro/macos-clang-release-bazel/ |
D | build.sh | 35 gsutil cp gs://bazel/0.29.1/release/bazel-0.29.1-darwin-x86_64 . 36 chmod +x bazel-0.29.1-darwin-x86_64 39 ./bazel-0.29.1-darwin-x86_64 build :all 43 ./bazel-0.29.1-darwin-x86_64 test :all
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/macos-clang-release-bazel/ |
D | build.sh | 35 gsutil cp gs://bazel/0.29.1/release/bazel-0.29.1-darwin-x86_64 . 36 chmod +x bazel-0.29.1-darwin-x86_64 39 ./bazel-0.29.1-darwin-x86_64 build :all 43 ./bazel-0.29.1-darwin-x86_64 test :all
|
/external/deqp-deps/SPIRV-Tools/kokoro/macos-clang-release-bazel/ |
D | build.sh | 35 gsutil cp gs://bazel/0.29.1/release/bazel-0.29.1-darwin-x86_64 . 36 chmod +x bazel-0.29.1-darwin-x86_64 39 ./bazel-0.29.1-darwin-x86_64 build :all 43 ./bazel-0.29.1-darwin-x86_64 test :all
|
12345678910>>...115