Searched
full:llvm (Results
251 -
275 of
14624) sorted by null
<<11121314151617181920>>
/external/llvm/projects/sample/autoconf/m4/ |
config_project.m4 | 2 # Provide the arguments and other processing needed for an LLVM project 6 AS_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]), 10 AS_HELP_STRING([--with-llvmobj],[Location of LLVM Object Code]),
|
/external/llvm/projects/sample/lib/sample/ |
sample.c | 6 * how to setup a project that uses the LLVM build system, header files, 13 /* LLVM Header File 14 #include "llvm/Support/DataTypes.h"
|
/external/llvm/test/CodeGen/X86/GC/ |
badrootproto.ll | 1 ; RUN: not llvm-as < %s >& /dev/null 8 declare void @llvm.gcroot(%list*, %meta*) 12 call void @llvm.gcroot(i8** %x.var, %meta* null)
|
/external/llvm/test/Feature/ |
varargs_new.ll | 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll 2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll 8 declare void @llvm.va_start(i8*) 10 declare void @llvm.va_copy(i8*, i8*) 12 declare void @llvm.va_end(i8*) 21 call void @llvm.va_start( i8* %va.upgrd.1 ) 26 ; Demonstrate usage of llvm.va_copy and llvm_va_end 30 call void @llvm.va_copy( i8* %va0.upgrd.2, i8* %va1.upgrd.3 [all...] |
/external/llvm/test/Linker/ |
2002-07-17-GlobalFail.ll | 1 ; RUN: llvm-as < %s > %t.bc 2 ; RUN: echo | llvm-as > %t.tmp.bc 3 ; RUN: llvm-link %t.tmp.bc %t.bc
|
2002-07-17-LinkTest2.ll | 3 ; RUN: llvm-as > %t1.bc < /dev/null 4 ; RUN: llvm-as < %s > %t2.bc 5 ; RUN: llvm-link %t1.bc %t2.bc
|
2002-08-20-ConstantExpr.ll | 3 ; RUN: llvm-as > %t.LinkTest.bc < /dev/null 4 ; RUN: llvm-as < %s > %t.bc 5 ; RUN: llvm-link %t.LinkTest.bc %t.bc
|
2003-06-02-TypeResolveProblem.ll | 1 ; RUN: echo "%%T = type opaque" | llvm-as > %t.2.bc 2 ; RUN: llvm-as < %s > %t.1.bc 3 ; RUN: llvm-link %t.1.bc %t.2.bc
|
2003-06-02-TypeResolveProblem2.ll | 1 ; RUN: echo "%%T = type i32" | llvm-as > %t.1.bc 2 ; RUN: llvm-as < %s > %t.2.bc 3 ; RUN: llvm-link %t.1.bc %t.2.bc
|
2003-08-20-OpaqueTypeResolve.ll | 1 ; RUN: llvm-as < %s > %t.out1.bc 2 ; RUN: echo "%M = type { i32, i32* } " | llvm-as > %t.out2.bc 3 ; RUN: llvm-link %t.out1.bc %t.out2.bc
|
2003-08-23-RecursiveOpaqueTypeResolve.ll | 4 ; RUN: llvm-as < %s > %t.out1.bc 5 ; RUN: echo "%M = type { %M*, i32* }" | llvm-as > %t.out2.bc 6 ; RUN: llvm-link %t.out1.bc %t.out2.bc
|
2003-08-24-InheritPtrSize.ll | 4 ; RUN: llvm-as < %s > %t.out1.bc 5 ; RUN: echo "" | llvm-as > %t.out2.bc 6 ; RUN: llvm-link %t.out1.bc %t.out2.bc 2>&1 | FileCheck %s
|
2003-08-28-TypeResolvesGlobal.ll | 1 ; RUN: llvm-as < %s > %t.out1.bc 2 ; RUN: echo "%M = type { i32} " | llvm-as > %t.out2.bc 3 ; RUN: llvm-link %t.out2.bc %t.out1.bc
|
2003-10-27-LinkOncePromote.ll | 4 ; RUN: echo "@X = global i32 7" | llvm-as > %t.2.bc 5 ; RUN: llvm-as < %s > %t.1.bc 6 ; RUN: llvm-link %t.1.bc %t.2.bc
|
2004-12-03-DisagreeingType.ll | 2 ; RUN: llvm-as > %t.out2.bc 3 ; RUN: llvm-as < %s > %t.out1.bc 4 ; RUN: llvm-link %t.out1.bc %t.out2.bc -S | FileCheck %s
|
2005-02-12-ConstantGlobals-2.ll | 4 ; RUN: echo "@X = external constant i32" | llvm-as > %t.2.bc 5 ; RUN: llvm-as < %s > %t.1.bc 6 ; RUN: llvm-link %t.1.bc %t.2.bc -S | FileCheck %s
|
2006-06-15-GlobalVarAlignment.ll | 3 ; RUN: echo "@X = global i32 7, align 8" | llvm-as > %t.2.bc 4 ; RUN: llvm-as < %s > %t.1.bc 5 ; RUN: llvm-link %t.1.bc %t.2.bc -S | FileCheck %s
|
2008-07-06-AliasFnDecl.ll | 2 ; RUN: llvm-as %s -o %t1.bc 3 ; RUN: llvm-as %p/2008-07-06-AliasFnDecl2.ll -o %t2.bc 4 ; RUN: llvm-link %t1.bc %t2.bc -o %t3.bc
|
LinkOnce.ll | 4 ; RUN: echo "@X = linkonce global i32 8" | llvm-as > %t.2.bc 5 ; RUN: llvm-as < %s > %t.1.bc 6 ; RUN: llvm-link %t.1.bc %t.2.bc -S
|
module-flags-2-a.ll | 1 ; RUN: llvm-link %s %p/module-flags-2-b.ll -S -o - | sort | FileCheck %s 6 ; CHECK: !llvm.module.flags = !{!0} 10 !llvm.module.flags = !{ !0 }
|
/external/llvm/test/Verifier/ |
gcroot-meta.ll | 1 ; RUN: not llvm-as < %s >& /dev/null 7 declare void @llvm.gcroot(%obj**, %meta*) 13 call void @llvm.gcroot(%obj** %local.obj, %meta* %local.meta)
|
/external/clang/test/CodeGen/ |
xop-builtins.c | 1 // RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +xop -emit-llvm -o - | FileCheck %s 9 // CHECK: @llvm.x86.xop.vpmacssww 14 // CHECK: @llvm.x86.xop.vpmacsww 19 // CHECK: @llvm.x86.xop.vpmacsswd 24 // CHECK: @llvm.x86.xop.vpmacswd 29 // CHECK: @llvm.x86.xop.vpmacssdd 34 // CHECK: @llvm.x86.xop.vpmacsdd 39 // CHECK: @llvm.x86.xop.vpmacssdql 44 // CHECK: @llvm.x86.xop.vpmacsdql 49 // CHECK: @llvm.x86.xop.vpmacssdq [all...] |
/ndk/build/tools/toolchain-patches/mclinker/ |
0001-Compile-against-llvm-3.3.patch | 4 Subject: [PATCH 1/2] Compile against llvm-3.3 13 tools/llvm-mcld/llvm-mcld.cpp | 3 ++- 25 - if(llvm::sys::isLittleEndianHost() != m_Config.targets().isLittleEndian()) { 26 + if(llvm::sys::IsLittleEndianHost != m_Config.targets().isLittleEndian()) { 38 - if (llvm::sys::isLittleEndianHost()) { 39 + if (llvm::sys::IsLittleEndianHost) { 44 llvm::ELF::Elf32_Ehdr* hdr = 45 reinterpret_cast<llvm::ELF::Elf32_Ehdr*>(pELFHeader); 47 - if (llvm::sys::isLittleEndianHost() [all...] |
/external/chromium_org/ |
.clang-format | 2 # http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
llvm_wrapper.h | 4 #include <llvm-c/Core.h>
|
Completed in 865 milliseconds
<<11121314151617181920>>