HomeSort by relevance Sort by last modified time
    Searched full:llvm (Results 876 - 900 of 24291) sorted by null

<<31323334353637383940>>

  /external/clang/test/CodeGen/
2010-12-01-CommonGlobal.c 1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2011-02-21-DATA-common.c 1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2011-03-08-ZeroFieldUnionInitializer.c 1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
OpaqueStruct.c 1 // RUN: %clang_cc1 %s -emit-llvm -o %t
PR3709-int-to-pointer-sign.c 1 // RUN: %clang_cc1 -emit-llvm %s -o - -O1 -triple=x86_64-gnu-linux | grep "i64 -1"
address-space-compound-literal.c 1 // RUN: %clang_cc1 -emit-llvm < %s | grep "internal addrspace(1) global i32 1"
align-local.c 1 // RUN: %clang_cc1 -emit-llvm < %s | grep "align 16" | count 2
attr-cleanup.c 1 // RUN: %clang_cc1 -emit-llvm %s -o %t
avx-builtins.c 1 // RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +avx -emit-llvm -o - | FileCheck %s
9 // Test LLVM IR codegen of shuffle instructions
28 // CHECK: @llvm.x86.sse42.pcmpestrm128
33 // CHECK: @llvm.x86.sse42.pcmpestri128
38 // CHECK: @llvm.x86.sse42.pcmpestria128
43 // CHECK: @llvm.x86.sse42.pcmpestric128
48 // CHECK: @llvm.x86.sse42.pcmpestrio128
53 // CHECK: @llvm.x86.sse42.pcmpestris128
58 // CHECK: @llvm.x86.sse42.pcmpestriz128
63 // CHECK: @llvm.x86.sse42.pcmpistrm12
    [all...]
builtin-rename.c 1 // RUN: %clang_cc1 %s -emit-llvm -o - | grep 'declare.*printf' | count 1
cast.c 1 // RUN: %clang_cc1 %s -emit-llvm -o %t
cfstring2.c 1 // RUN: %clang_cc1 -emit-llvm %s -o %t
const-unordered-compare.c 1 // RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
debug-info-static.c 1 // RUN: %clang_cc1 -g -emit-llvm -o - %s | FileCheck %s
enum2.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown %s -g -emit-llvm -o /dev/null
func-ptr-cast-decl.c 1 // RUN: %clang_cc1 -emit-llvm-only %s -verify
imaginary.c 1 // RUN: %clang_cc1 -verify -emit-llvm-only %s
kr-func-promote.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown %s -emit-llvm -o - | grep "i32 @a(i32)"
long-double-x86.c 1 // RUN: %clang_cc1 %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep x86_fp80
mcount.c 1 // RUN: %clang_cc1 -pg -triple i386-unknown-unknown -emit-llvm -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -pg -triple powerpc-unknown-gnu-linux -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PPC %s
3 // RUN: %clang_cc1 -pg -triple powerpc64-unknown-gnu-linux -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PPC %s
4 // RUN: %clang_cc1 -pg -triple powerpc64le-unknown-gnu-linux -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PPC %s
merge-attrs.c 1 // RUN: %clang_cc1 %s -emit-llvm -o %t
nvptx-cpus.c 1 // RUN: %clang_cc1 -triple nvptx-unknown-unknown -target-cpu sm_20 -O3 -S -o %t %s -emit-llvm
2 // RUN: %clang_cc1 -triple nvptx-unknown-unknown -target-cpu sm_21 -O3 -S -o %t %s -emit-llvm
3 // RUN: %clang_cc1 -triple nvptx-unknown-unknown -target-cpu sm_30 -O3 -S -o %t %s -emit-llvm
4 // RUN: %clang_cc1 -triple nvptx-unknown-unknown -target-cpu sm_35 -O3 -S -o %t %s -emit-llvm
offsetof.c 1 // RUN: %clang_cc1 %s -emit-llvm -o %t
opaque-pointer.c 1 // RUN: %clang_cc1 %s -emit-llvm -o -
pascal-string.c 1 // RUN: %clang_cc1 -emit-llvm -o - %s -fpascal-strings | grep "05Hello"

Completed in 112 milliseconds

<<31323334353637383940>>