/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUMCInstLower.h | 3 // The LLVM Compiler Infrastructure 13 namespace llvm { namespace 28 } // End namespace llvm
|
/external/chromium_org/tools/gyp/test/mac/xcode-gcc/ |
test-clang.gyp | 16 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', 26 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', 36 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
|
/external/clang/include/clang/Config/ |
config.h | 8 #define BUG_REPORT_URL "http://llvm.org/bugs/" 28 #define PACKAGE_STRING "LLVM 3.5.0svn" 30 /* The LLVM product name and version */
|
/external/clang/include/clang/Frontend/ |
FrontendPluginRegistry.h | 3 // The LLVM Compiler Infrastructure 14 #include "llvm/Support/Registry.h" 19 typedef llvm::Registry<PluginASTAction> FrontendPluginRegistry;
|
/external/clang/lib/CodeGen/ |
CGValue.h | 1 //===-- CGValue.h - LLVM CodeGen wrappers for llvm::Value* ------*- C++ -*-===// 3 // The LLVM Compiler Infrastructure 10 // These classes implement wrappers around llvm::Value in order to 21 #include "llvm/IR/Value.h" 23 namespace llvm { namespace 35 /// simple LLVM SSA value, a pair of SSA values for complex numbers, or the 41 llvm::PointerIntPair<llvm::Value *, 2, Flavor> V1; 43 llvm::PointerIntPair<llvm::Value *, 1, bool> V2 [all...] |
/external/clang/test/CodeGen/ |
2010-07-08-DeclDebugLineNo.c | 1 // RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck %s 5 int l = 0; // line #4: CHECK: {{call.*llvm.dbg.declare.*%l.*\!dbg }}[[variable_l:![0-9]+]] 6 int p = 0; // line #5: CHECK: {{call.*llvm.dbg.declare.*%p.*\!dbg }}[[variable_p:![0-9]+]]
|
arm-neon-fma.c | 7 // RUN: -O3 -S -emit-llvm -o - %s | FileCheck %s 13 // CHECK: call <2 x float> @llvm.fma.v2f32(<2 x float> %lhs, <2 x float> %rhs, <2 x float> %accum) 18 // CHECK: call <4 x float> @llvm.fma.v4f32(<4 x float> %lhs, <4 x float> %rhs, <4 x float> %accum)
|
builtin-expect.c | 1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s | FileCheck %s 26 // CHECK: @llvm.expect 34 // CHECK: @llvm.expect
|
/external/clang/test/CodeGenCXX/ |
apple-kext.cpp | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fno-use-cxa-atexit -fapple-kext -emit-llvm -o - %s | FileCheck %s 4 // CHECK: @llvm.global_ctors = appending global {{.*}} { i32 65535, void ()* [[CTOR0:@.*]], i8* null } 5 // CHECK: @llvm.global_dtors = appending global {{.*}} { i32 65535, void ()* [[DTOR0:@.*]], i8* null }
|
c99-variable-length-array.cpp | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s 16 // CHECK: call i8* @llvm.stacksave( 24 // CHECK: call void @llvm.stackrestore
|
/external/clang/test/CodeGenObjC/ |
class-type.m | 1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s 2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s 3 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s
|
ivars.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s 2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s 3 // RUN: %clang_cc1 -fobjc-gc -emit-llvm -o - %s
|
prop-metadata-gnu.m | 1 // RUN: %clang -S -emit-llvm %s -o - -x objective-c -fobjc-runtime=gcc | FileCheck --check-prefix=GCC %s 2 // RUN: %clang -S -emit-llvm %s -o - -x objective-c -fobjc-runtime=gnustep-1.5 | FileCheck --check-prefix=GCC %s 3 // RUN: %clang -S -emit-llvm %s -o - -x objective-c -fobjc-runtime=gnustep-1.6 | FileCheck --check-prefix=GNUSTEP %s
|
stret.m | 1 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin9 %s -emit-llvm -o - | FileCheck %s -check-prefix=X86 2 // RUN: %clang_cc1 -fblocks -triple arm-apple-darwin %s -emit-llvm -o - | FileCheck %s -check-prefix=ARM 3 // RUN: %clang_cc1 -fblocks -triple arm64-apple-darwin %s -emit-llvm -o - | FileCheck %s -check-prefix=ARM64
|
/external/clang/test/CodeGenOpenCL/ |
addr-space-struct-arg.cl | 1 // RUN: %clang_cc1 %s -emit-llvm -o - -O0 -ffake-address-space-map -triple i686-pc-darwin | FileCheck %s
22 // CHECK: call void @llvm.memcpy.p0i8.p1i8.i32(i8*
23 // CHECK: call void @llvm.memcpy.p1i8.p0i8.i32(i8 addrspace(1)*
|
ext-vector-shuffle.cl | 1 // RUN: %clang_cc1 %s -cl-opt-disable -emit-llvm -o - | not grep 'extractelement' 2 // RUN: %clang_cc1 %s -cl-opt-disable -emit-llvm -o - | not grep 'insertelement' 3 // RUN: %clang_cc1 %s -cl-opt-disable -emit-llvm -o - | grep 'shufflevector'
|
/external/clang/test/Frontend/ |
ast-main.cpp | 1 // RUN: %clang -emit-llvm -S -o %t1.ll -x c++ - < %s 3 // RUN: %clang -emit-llvm -S -o %t2.ll -x ast - < %t.ast 6 // http://llvm.org/bugs/show_bug.cgi?id=15377
|
/external/clang/tools/diagtool/ |
ListWarnings.cpp | 3 // The LLVM Compiler Infrastructure 20 #include "llvm/ADT/StringMap.h" 21 #include "llvm/Support/Format.h" 32 llvm::StringRef DiagName; 33 llvm::StringRef Flag; 35 Entry(llvm::StringRef diagN, llvm::StringRef flag) 42 static void printEntries(std::vector<Entry> &entries, llvm::raw_ostream &out) { 52 int ListWarnings::run(unsigned int argc, char **argv, llvm::raw_ostream &out) { 54 llvm::StringMap<std::vector<unsigned> > flagHistogram [all...] |
/external/clang/tools/libclang/ |
BuildSystem.cpp | 3 // The LLVM Compiler Infrastructure 17 #include "llvm/ADT/SmallString.h" 18 #include "llvm/Support/CBindingWrapping.h" 19 #include "llvm/Support/Path.h" 20 #include "llvm/Support/TimeValue.h" 21 #include "llvm/Support/raw_ostream.h" 24 using namespace llvm::sys; 27 return llvm::sys::TimeValue::now().toEpochTime(); 76 llvm::SmallString<256> Buf; 77 llvm::raw_svector_ostream OS(Buf) [all...] |
/external/llvm/examples/ModuleMaker/ |
ModuleMaker.cpp | 3 // The LLVM Compiler Infrastructure 10 // This programs is a simple example that creates an LLVM module "from scratch", 12 // LLVM projects work and to demonstrate some of the LLVM APIs. 16 #include "llvm/Bitcode/ReaderWriter.h" 17 #include "llvm/IR/Constants.h" 18 #include "llvm/IR/DerivedTypes.h" 19 #include "llvm/IR/Instructions.h" 20 #include "llvm/IR/LLVMContext.h" 21 #include "llvm/IR/Module.h [all...] |
/external/llvm/include/llvm/AsmParser/ |
Parser.h | 1 //===-- Parser.h - Parser for LLVM IR text assembly files -------*- C++ -*-===// 3 // The LLVM Compiler Infrastructure 19 namespace llvm { namespace 26 /// This function is the main interface to the LLVM Assembly Parser. It parses 27 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a 31 /// @brief Parse LLVM Assembly from a file 38 /// The function is a secondary interface to the LLVM Assembly Parser. It parses 39 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a 43 /// @brief Parse LLVM Assembly from a string 51 /// This function is the low-level interface to the LLVM Assembly Parser [all...] |
/external/llvm/lib/MC/ |
MCCodeEmitter.cpp | 3 // The LLVM Compiler Infrastructure 10 #include "llvm/MC/MCCodeEmitter.h" 12 using namespace llvm;
|
MCMachObjectTargetWriter.cpp | 3 // The LLVM Compiler Infrastructure 10 #include "llvm/MC/MCMachObjectWriter.h" 12 using namespace llvm;
|
/external/llvm/lib/MC/MCParser/ |
MCTargetAsmParser.cpp | 3 // The LLVM Compiler Infrastructure 10 #include "llvm/MC/MCTargetAsmParser.h" 11 using namespace llvm;
|
/external/llvm/lib/Support/ |
IntrusiveRefCntPtr.cpp | 3 // The LLVM Compiler Infrastructure 10 #include "llvm/ADT/IntrusiveRefCntPtr.h" 12 using namespace llvm;
|