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

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/Integer/
properties_bt.ll 1 ; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
undefined_bt.ll 1 ; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
unreachable_bt.ll 1 ; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
  /external/llvm/test/Linker/
2003-05-15-TypeProblem.ll 1 ; This one fails because the LLVM runtime is allowing two null pointers of
4 ; RUN: echo "%M = type { %N*} %N = type opaque" | llvm-as > %t.2.bc
5 ; RUN: llvm-as < %s > %t.1.bc
6 ; RUN: llvm-link %t.1.bc %t.2.bc
  /external/llvm/test/MC/Sparc/
sparc-nop-data.s 1 ! RUN: llvm-mc %s -arch=sparc -filetype=obj | llvm-readobj -s -sd | FileCheck %s
2 ! RUN: llvm-mc %s -arch=sparcv9 -filetype=obj | llvm-readobj -s -sd | FileCheck %s
  /external/llvm/test/Other/
spir_cc.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
  /external/llvm/test/TableGen/
2006-09-18-LargeInt.td 1 // RUN: llvm-tblgen %s | FileCheck %s
Include.td 1 // RUN: llvm-tblgen -I %p %s
  /external/llvm/test/Verifier/
byval-1.ll 1 ; RUN: not llvm-as < %s >& /dev/null
  /external/llvm/tools/llvm-symbolizer/
CMakeLists.txt 1 # FIXME: As we plan to execute llvm-symbolizer binary from compiler-rt
3 # This means that we need LLVM libraries to be compiled for these
12 add_llvm_tool(llvm-symbolizer
14 llvm-symbolizer.cpp
  /external/llvm/utils/llvm-build/
README.txt 2 llvm-build - LLVM Build Tool
5 `llvm-build` is a tool for helping build the LLVM project.
  /external/llvm/utils/llvm-lit/
CMakeLists.txt 2 # llvm-lit needs suffix.py for multiprocess to find a main module.
5 set(llvm_lit_path ${LLVM_RUNTIME_OUTPUT_INTDIR}/llvm-lit${suffix})
11 llvm-lit.in
18 llvm-lit.in
  /external/llvm/test/Transforms/SimplifyCFG/
2003-08-17-FoldSwitch-dbg.ll 4 %llvm.dbg.anchor.type = type { i32, i32 }
5 %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i1, i8* }
7 @llvm.dbg.compile_units = linkonce constant %llvm.dbg.anchor.type { i32 458752, i32 17 }, section "llvm.metadata"
9 @.str = internal constant [4 x i8] c"a.c\00", section "llvm.metadata" ; <[4 x i8]*> [#uses=1]
10 @.str1 = internal constant [6 x i8] c"/tmp/\00", section "llvm.metadata" ; <[6 x i8]*> [#uses=1]
11 @.str2 = internal constant [55 x i8] c"4.2.1 (Based on Apple Inc. build 5636) (LLVM build 00)\00", section "llvm.metadata" ; <[55 x i8]*> [#uses=1]
12 @llvm.dbg.compile_unit = internal constant %llvm.dbg.compile_unit.type { i32 458769, { }* bitcast (%llvm (…)
    [all...]
  /art/compiler/llvm/
llvm_compilation_unit.cc 24 #include <llvm/Target/TargetLibraryInfo.h>
34 #include <llvm/ADT/OwningPtr.h>
35 #include <llvm/ADT/StringSet.h>
36 #include <llvm/ADT/Triple.h>
37 #include <llvm/Analysis/CallGraph.h>
38 #include <llvm/Analysis/CallGraphSCCPass.h>
39 #include <llvm/Analysis/Dominators.h>
40 #include <llvm/Analysis/LoopInfo.h>
41 #include <llvm/Analysis/LoopPass.h>
42 #include <llvm/Analysis/RegionPass.h
89 namespace llvm { namespace in namespace:art
    [all...]
  /external/clang/test/CodeGen/
2004-02-13-BuiltinFrameReturnAddress.c 1 // RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
4 // CHECK: call i8* @llvm.returnaddress
8 // CHECK: call i8* @llvm.frameaddress
2004-02-13-Memset.c 1 // RUN: %clang_cc1 %s -emit-llvm -o - | grep llvm.memset | count 3
8 // CHECK: call i8* llvm.memset
2005-12-04-AttributeUsed.c 1 // RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
3 // CHECK: @llvm.used = appending global [2 x i8*] [i8* bitcast (void ()* @foo to i8*), i8* bitcast (i32* @X to i8*)], section "llvm.metadata"
2006-01-16-BitCountIntrinsicsUnsigned.c 1 // RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
5 // CHECK: llvm.ctlz.i32
10 // CHECK: llvm.ctlz.i32
2007-08-22-CTTZ.c 1 // RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
4 // CHECK: llvm.cttz.i64
5 // CHECK: llvm.cttz.i64
builtins-arm-microsoft.c 1 // RUN: %clang_cc1 -triple thumbv7-windows -fms-compatibility -emit-llvm -o - %s \
3 // RUN: %clang_cc1 -triple armv7-eabi -emit-llvm %s -o - \
11 // CHECK-MSVC: call void @llvm.arm.hint(i32 1)
12 // CHECK-EABI-NOT: call void @llvm.arm.hint(i32 1)
18 // CHECK-MSVC: call {{.*}} @llvm.arm.hint(i32 2)
19 // CHECK-EABI-NOT: call {{.*}} @llvm.arm.hint(i32 2)
25 // CHECK-MSVC: call {{.*}} @llvm.arm.hint(i32 3)
26 // CHECK-EABI-NOT: call {{.*}} @llvm.arm.hint(i32 3)
32 // CHECK-MSVC: call {{.*}} @llvm.arm.hint(i32 4)
33 // CHECK-EABI-NOT: call {{.*}} @llvm.arm.hint(i32 4
    [all...]
builtins-nvptx.c 2 // RUN: %clang_cc1 -triple nvptx-unknown-unknown -S -emit-llvm -o - %s | FileCheck %s
3 // RUN: %clang_cc1 -triple nvptx64-unknown-unknown -S -emit-llvm -o - %s | FileCheck %s
7 // CHECK: call i32 @llvm.ptx.read.tid.x()
8 // CHECK: call i32 @llvm.ptx.read.tid.y()
9 // CHECK: call i32 @llvm.ptx.read.tid.z()
10 // CHECK: call i32 @llvm.ptx.read.tid.w()
23 // CHECK: call i32 @llvm.ptx.read.ntid.x()
24 // CHECK: call i32 @llvm.ptx.read.ntid.y()
25 // CHECK: call i32 @llvm.ptx.read.ntid.z()
26 // CHECK: call i32 @llvm.ptx.read.ntid.w(
    [all...]
  /external/clang/test/Driver/
ident_md.c 1 // RUN: %clang %s -emit-llvm -S -o - | FileCheck %s
2 // Verify that clang version appears in the llvm.ident metadata.
4 // CHECK: !llvm.ident = !{{{.*}}}
  /external/llvm/bindings/ocaml/transforms/vectorize/
llvm_vectorize.mli 1 (*===-- llvm_vectorize.mli - LLVM OCaml Interface -------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an OCaml API for LLVM vectorize transforms, the
15 (** See the [llvm::createBBVectorizePass] function. *)
16 external add_bb_vectorize : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
19 (** See the [llvm::createLoopVectorizePass] function. *)
20 external add_loop_vectorize : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
23 (** See [llvm::createSLPVectorizerPass] function. *
    [all...]
  /external/llvm/lib/Target/AArch64/
CMakeLists.txt 3 tablegen(LLVM AArch64GenRegisterInfo.inc -gen-register-info)
4 tablegen(LLVM AArch64GenInstrInfo.inc -gen-instr-info)
5 tablegen(LLVM AArch64GenMCCodeEmitter.inc -gen-emitter -mc-emitter)
6 tablegen(LLVM AArch64GenMCPseudoLowering.inc -gen-pseudo-lowering)
7 tablegen(LLVM AArch64GenAsmWriter.inc -gen-asm-writer)
8 tablegen(LLVM AArch64GenAsmWriter1.inc -gen-asm-writer -asmwriternum=1)
9 tablegen(LLVM AArch64GenAsmMatcher.inc -gen-asm-matcher)
10 tablegen(LLVM AArch64GenDAGISel.inc -gen-dag-isel)
11 tablegen(LLVM AArch64GenFastISel.inc -gen-fast-isel)
12 tablegen(LLVM AArch64GenCallingConv.inc -gen-callingconv
    [all...]
  /external/llvm/lib/Target/ARM/
CMakeLists.txt 3 tablegen(LLVM ARMGenRegisterInfo.inc -gen-register-info)
4 tablegen(LLVM ARMGenInstrInfo.inc -gen-instr-info)
5 tablegen(LLVM ARMGenCodeEmitter.inc -gen-emitter)
6 tablegen(LLVM ARMGenMCCodeEmitter.inc -gen-emitter -mc-emitter)
7 tablegen(LLVM ARMGenMCPseudoLowering.inc -gen-pseudo-lowering)
8 tablegen(LLVM ARMGenAsmWriter.inc -gen-asm-writer)
9 tablegen(LLVM ARMGenAsmMatcher.inc -gen-asm-matcher)
10 tablegen(LLVM ARMGenDAGISel.inc -gen-dag-isel)
11 tablegen(LLVM ARMGenFastISel.inc -gen-fast-isel)
12 tablegen(LLVM ARMGenCallingConv.inc -gen-callingconv
    [all...]

Completed in 375 milliseconds

1 2 3 4 5 6 78 91011>>