HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 226 - 250 of 4308) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/AArch64/
fast-isel-branch_weights.ll 1 ; RUN: llc -mtriple=arm64-apple-darwin -aarch64-atomic-cfg-tidy=0 -verify-machineinstrs < %s | FileCheck %s
2 ; RUN: llc -mtriple=arm64-apple-darwin -aarch64-atomic-cfg-tidy=0 -fast-isel -fast-isel-abort=1 -verify-machineinstrs < %s | FileCheck %s
fast-isel-intrinsic.ll 1 ; RUN: llc -mtriple=aarch64-apple-darwin -verify-machineinstrs < %s | FileCheck %s
2 ; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel -verify-machineinstrs < %s | FileCheck %s
fast-isel-sqrt.ll 1 ; RUN: llc -mtriple=arm64-apple-darwin -verify-machineinstrs < %s | FileCheck %s
2 ; RUN: llc -mtriple=arm64-apple-darwin -fast-isel -fast-isel-abort=1 -verify-machineinstrs < %s | FileCheck %s
  /external/llvm/test/CodeGen/ARM/
atomic-cmp.ll 1 ; RUN: llc < %s -mtriple=armv7-apple-darwin -verify-machineinstrs | FileCheck %s -check-prefix=ARM
2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -verify-machineinstrs | FileCheck %s -check-prefix=T2
  /external/llvm/test/CodeGen/PowerPC/
2010-05-03-retaddr1.ll 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin -mcpu=g5 | FileCheck %s
2 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin -mcpu=g5 -regalloc=basic | FileCheck %s
asm-dialect.ll 3 ; RUN: llc < %s -mtriple=powerpc-apple-darwin | FileCheck %s
4 ; RUN: llc < %s -mtriple=powerpc64-apple-darwin | FileCheck %s
varargs.ll 1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin | FileCheck -check-prefix=P32 %s
2 ; RUN: llc < %s -mtriple=powerpc64-apple-darwin | FileCheck -check-prefix=P64 %s
  /external/llvm/test/CodeGen/X86/
2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll 1 ; RUN: llc < %s -tailcallopt -march=x86-64 -mattr=+sse2 -mtriple=x86_64-apple-darwin | grep fstpt
2 ; RUN: llc < %s -tailcallopt -march=x86-64 -mattr=+sse2 -mtriple=x86_64-apple-darwin | grep xmm
fast-isel-constpool.ll 1 ; RUN: llc -mtriple=x86_64-apple-darwin -fast-isel -code-model=small < %s | FileCheck %s
2 ; RUN: llc -mtriple=x86_64-apple-darwin -fast-isel -code-model=large < %s | FileCheck %s --check-prefix=LARGE
  /external/llvm/test/MC/ARM/
align_arm_2_thumb.s 4 @ RUN: llvm-mc -triple armv7-apple-darwin -filetype=obj -o %t_darwin.o %s
5 @ RUN: llvm-objdump -triple thumbv7-apple-darwin -d %t_darwin.o | FileCheck --check-prefix=ARM_2_THUMB %s
align_thumb_2_arm.s 4 @ RUN: llvm-mc -triple thumbv7-apple-darwin -filetype=obj -o %t_darwin.o %s
5 @ RUN: llvm-objdump -triple armv7-apple-darwin -d %t_darwin.o | FileCheck --check-prefix=THUMB_2_ARM %s
hilo-16bit-relocations.s 1 @ RUN: llvm-mc %s -triple armv7-apple-darwin | FileCheck %s
2 @ RUN: llvm-mc %s -triple armv7-apple-darwin | FileCheck %s
  /external/llvm/test/MC/AsmParser/
comments-x86-darwin.s 1 // RUN: llvm-mc -triple x86_64-apple-darwin %s 2>&1 | FileCheck %s
2 # ensure that single '#' comments are worink as expected on x86 darwin
  /external/mesa3d/src/
SConscript 26 if env['platform'] not in ('cygwin', 'darwin', 'freebsd', 'haiku', 'windows'):
28 if env['platform'] not in ['darwin', 'haiku', 'sunos']:
  /prebuilts/go/darwin-x86/src/net/
sock_bsd.go 5 // +build darwin dragonfly freebsd netbsd openbsd
20 case "darwin", "freebsd":
  /prebuilts/go/linux-x86/src/net/
sock_bsd.go 5 // +build darwin dragonfly freebsd netbsd openbsd
20 case "darwin", "freebsd":
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
irp.d 3 #darwin (mach-o) reverses relocs.
4 #not-target: *-*-darwin* nds32*-*-*
vararg.d 3 # darwin (mach-o) reverses relocs.
4 #not-target: *-*-darwin*
  /development/tools/etc1tool/
Android.mk 25 LOCAL_MODULE_HOST_OS := darwin linux windows
  /external/clang/test/Analysis/
CFContainers-invalid.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.coreFoundation.containers.PointerSizedValues -triple x86_64-apple-darwin -verify %s
  /external/clang/test/CodeGen/
2003-10-29-AsmRename.c 1 // RUN: %clang_cc1 -emit-llvm %s -triple x86_64-apple-darwin -o /dev/null
2005-07-20-SqrtNoErrno.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s
2007-02-25-C-DotDotDot.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s
2008-04-08-NoExceptions.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s
2009-12-07-BitFieldAlignment.c 1 // RUN: %clang_cc1 -triple i686-apple-darwin %s -emit-llvm -o - | FileCheck %s

Completed in 346 milliseconds

1 2 3 4 5 6 7 8 91011>>