HomeSort by relevance Sort by last modified time
    Searched refs:LLVM (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/clang/test/CodeGen/
2008-01-28-PragmaMark.c 1 // RUN: %clang_cc1 -Werror -emit-llvm %s -o /dev/null
2 #pragma mark LLVM's world
4 #error LLVM's world
  /external/llvm/tools/msbuild/
uninstall.bat 16 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
17 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
18 IF EXIST %D%\LLVM-vs2010 rmdir %D%\LLVM-vs2010
20 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
    [all...]
install.bat 40 IF NOT EXIST %D%\LLVM-vs2010 mkdir %D%\LLVM-vs2010
42 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props %D%\LLVM-vs2010
44 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets %D%\LLVM-vs2010
50 IF NOT EXIST %D%\LLVM-vs2012 mkdir %D%\LLVM-vs2012
52 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.props %D%\LLVM-vs2012
    [all...]
  /external/llvm/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/bindings/ocaml/all_backends/
llvm_all_backends.ml 1 (*===-- llvm_all_backends.ml - LLVM OCaml Interface -----------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
llvm_all_backends.mli 1 (*===-- llvm_all_backends.mli - LLVM OCaml Interface ----------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 1 (*===-- llvm_bitwriter.ml - LLVM OCaml Interface ----------------*- C++ -*-===*
3 * The LLVM Compiler Infrastructure
10 * This interface provides an OCaml API for the LLVM intermediate
17 external write_bitcode_file : Llvm.llmodule -> string -> bool
20 external write_bitcode_to_fd : ?unbuffered:bool -> Llvm.llmodule
llvm_bitwriter.mli 1 (*===-- llvm_bitwriter.mli - LLVM OCaml Interface ---------------*- C++ -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an OCaml API for the LLVM bitcode writer, the
17 external write_bitcode_file : Llvm.llmodule -> string -> bool
23 external write_bitcode_to_fd : ?unbuffered:bool -> Llvm.llmodule
30 val output_bitcode : ?unbuffered:bool -> out_channel -> Llvm.llmodule -> bool
  /external/llvm/bindings/ocaml/linker/
llvm_linker.mli 1 (*===-- llvm_linker.mli - LLVM OCaml Interface -----------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an OCaml API for LLVM bitcode linker,
26 val link_modules : Llvm.llmodule -> Llvm.llmodule -> Mode.t -> uni
llvm_linker.ml 1 (*===-- llvm_linker.ml - LLVM OCaml Interface ------------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
21 external link_modules : Llvm.llmodule -> Llvm.llmodule -> Mode.t -> unit
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.ml 1 (*===-- llvm_analysis.ml - LLVM OCaml Interface -----------------*- C++ -*-===*
3 * The LLVM Compiler Infrastructure
11 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
13 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
15 external assert_valid_module : Llvm.llmodule -> unit
18 external assert_valid_function : Llvm.llvalue -> unit
20 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
21 external view_function_cfg_only : Llvm.llvalue -> unit
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.ml 1 (*===-- llvm_bitreader.ml - LLVM OCaml Interface ----------------*- C++ -*-===*
3 * The LLVM Compiler Infrastructure
16 external get_module : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
19 external parse_bitcode : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
llvm_bitreader.mli 1 (*===-- llvm_bitreader.mli - LLVM OCaml Interface ---------------*- C++ -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an OCaml API for the LLVM bitcode reader, the
20 encountered. See the function [llvm::getBitcodeModule]. *)
21 val get_module : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
27 encountered. See the function [llvm::ParseBitcodeFile]. *)
28 val parse_bitcode : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodul
    [all...]
  /external/llvm/bindings/ocaml/irreader/
llvm_irreader.ml 1 (*===-- llvm_irreader.ml - LLVM OCaml Interface ---------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
16 external parse_ir : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
llvm_irreader.mli 1 (*===-- llvm_irreader.mli - LLVM OCaml Interface --------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an OCaml API for the LLVM assembly reader, the
20 encountered. See the function [llvm::ParseIR]. *)
21 val parse_ir : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
  /external/llvm/bindings/ocaml/transforms/vectorize/
llvm_vectorize.ml 1 (*===-- llvm_vectorize.ml - LLVM OCaml Interface --------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
10 external add_bb_vectorize : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
12 external add_loop_vectorize : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
14 external add_slp_vectorize : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
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/compiler-rt/lib/tsan/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/llvm/test/MC/AsmParser/
dot-symbol-assignment-backwards.s 1 # RUN: not llvm-mc -filetype=obj -triple i386-unknown-unknown %s 2> %t
10 # CHECK: LLVM ERROR: invalid .org offset '24' (at offset '28')
  /external/llvm/utils/
findsym.pl 20 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files));
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.ml 1 (*===-- llvm_passmgr_builder.ml - LLVM OCaml Interface --------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
25 : [ `Function ] Llvm.PassManager.t -> t -> unit
28 : [ `Module ] Llvm.PassManager.t -> t -> unit
31 : [ `Module ] Llvm.PassManager.t -> internalize:bool -> run_inliner:bool -> t -> unit
llvm_passmgr_builder.mli 1 (*===-- llvm_passmgr_builder.mli - LLVM OCaml Interface -------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an OCaml API for LLVM pass manager builder
17 (** See [llvm::PassManagerBuilder]. *)
21 (** See [llvm::PassManagerBuilder::OptLevel]. *)
25 (** See [llvm::PassManagerBuilder::SizeLevel]. *)
29 (** See [llvm::PassManagerBuilder::DisableUnitAtATime]. *)
33 (** See [llvm::PassManagerBuilder::DisableUnrollLoops]. *)
37 (** See [llvm::PassManagerBuilder::Inliner]. *)
41 (** See [llvm::PassManagerBuilder::populateFunctionPassManager]. *
    [all...]
  /external/llvm/test/MC/Mips/
mips-pc16-fixup.s 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32r2 -arch=mips 2>&1 -filetype=obj | FileCheck %s
3 # CHECK-NOT: LLVM ERROR: out of range PC16 fixup
micromips-diagnostic-fixup.s 1 # RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -arch=mips -mattr=+micromips 2>&1 -filetype=obj | FileCheck %s
3 # CHECK: LLVM ERROR: out of range PC16 fixup
micromips-pc16-fixup.s 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32r2 -arch=mips -mattr=+micromips 2>&1 -filetype=obj | FileCheck %s
3 # CHECK-NOT: LLVM ERROR: out of range PC16 fixup

Completed in 507 milliseconds

1 2 3 4