OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:darwin
(Results
126 - 150
of
2438
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGenObjC/
objc2-weak-block-call.m
1
// RUN: %clang_cc1 -fblocks -fobjc-gc -triple x86_64-apple-
darwin
-fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | FileCheck -check-prefix LP64 %s
2
// RUN: %clang_cc1 -fblocks -fobjc-gc -triple i386-apple-
darwin
-fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | FileCheck -check-prefix LP64 %s
/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
avx2-gather.ll
1
; RUN: not llc < %s -mtriple=x86_64-apple-
darwin
-mcpu=corei7-avx
2
; RUN: llc < %s -mtriple=x86_64-apple-
darwin
-mcpu=core-avx2 | FileCheck %s
/external/llvm/test/MC/ARM/
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/mesa3d/src/
SConscript
26
if env['platform'] not in ('cygwin', '
darwin
', 'freebsd', 'haiku', 'windows'):
28
if env['platform'] not in ['
darwin
', 'haiku', 'sunos']:
/external/qemu/distrib/libpng-1.2.19/
sources.make
7
# Enable MMX code path for x86, except on
Darwin
where it fails
14
ifeq ($(HOST_OS),
darwin
)
/build/tools/acp/
Android.mk
14
ifeq ($(HOST_OS),
darwin
)
/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
-O0 %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
2010-05-26-AsmSideEffect.c
2
// RUN: %clang_cc1 %s -emit-llvm -triple arm-apple-
darwin
-o - | FileCheck %s
debug-info-vla.c
1
// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-
darwin
%s -o - | FileCheck %s
pclmul-builtins.c
1
// RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-
darwin
-target-feature +pclmul -emit-llvm -o - | FileCheck %s
pr12251.c
1
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
%s -emit-llvm -O1 -relaxed-aliasing -o - | FileCheck %s
struct-matching-constraint.c
2
// RUN: %clang_cc1 -S -emit-llvm -triple armv7a-apple-
darwin
%s -o /dev/null
utf16-cfstrings.c
1
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-emit-llvm %s -o - | FileCheck %s
/external/clang/test/CodeGenCXX/
debug-info-dup-fwd-decl.cpp
1
// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-
darwin
-fno-limit-debug-info %s -o - | FileCheck %s
debug-info-rvalue-ref.cpp
1
// RUN: %clang_cc1 -std=c++11 -emit-llvm -g -triple x86_64-apple-
darwin
%s -o - | FileCheck %s
debug-info-static-fns.cpp
1
// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-
darwin
%s -o - | FileCheck %s
Completed in 337 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>