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

1 2 3 4 5 6 7 8

  /external/swiftshader/third_party/LLVM/
ubsan_blacklist.txt 2 # LLVM is not UBSan vptr clean.
3 src:*third_party/LLVM*
  /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 53 IF NOT EXIST %D%\LLVM-vs2010 mkdir %D%\LLVM-vs2010
55 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props %D%\LLVM-vs2010
57 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets %D%\LLVM-vs2010
64 IF NOT EXIST %D%\LLVM-vs2012 mkdir %D%\LLVM-vs2012
66 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.props %D%\LLVM-vs2012
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/
llvm-mca-markers-1.s 1 # RUN: not llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 %s 2>&1 | FileCheck %s
3 # LLVM-MCA-BEGIN
4 # LLVM-MCA-END
6 # LLVM-MCA-BEGIN
7 # LLVM-MCA-END
llvm-mca-markers-7.s 1 # RUN: not llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 %s 2>&1 | FileCheck %s
3 # LLVM-MCA-BEGIN foo
5 # LLVM-MCA-END
7 # LLVM-MCA-END
9 # CHECK: llvm-mca-markers-7.s:7:2: warning: Ignoring invalid region end
10 # CHECK-NEXT: # LLVM-MCA-END
llvm-mca-markers-6.s 1 # RUN: not llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 %s 2>&1 | FileCheck %s
3 # LLVM-MCA-BEGIN foo
5 # LLVM-MCA-BEGIN bar
7 # LLVM-MCA-END
9 # CHECK: llvm-mca-markers-6.s:5:2: warning: Ignoring invalid region start
10 # CHECK-NEXT: # LLVM-MCA-BEGIN bar
llvm-mca-markers-4.s 2 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -iterations=1 -resource-pressure=false < %s | FileCheck %s
4 # LLVM-MCA-BEGIN Empty
6 # LLVM-MCA-END
8 # LLVM-MCA-BEGIN NotEmpty
10 # LLVM-MCA-END
  /external/llvm/utils/vim/ftplugin/
llvm.vim 2 " Language: LLVM Assembly
3 " Maintainer: The LLVM team, http://llvm.org/
tablegen.vim 2 " Language: LLVM TableGen
3 " Maintainer: The LLVM team, http://llvm.org/
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/ftplugin/
llvm.vim 2 " Language: LLVM Assembly
3 " Maintainer: The LLVM team, http://llvm.org/
tablegen.vim 2 " Language: LLVM TableGen
3 " Maintainer: The LLVM team, http://llvm.org/
  /external/llvm/bindings/ocaml/all_backends/
llvm_all_backends.mli 1 (*===-- llvm_all_backends.mli - LLVM OCaml Interface ----------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/all_backends/
llvm_all_backends.mli 1 (*===-- llvm_all_backends.mli - LLVM OCaml Interface ----------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
  /external/llvm/bindings/go/llvm/
llvm_dep.go 1 //===- llvm_dep.go - creates LLVM dependency ------------------------------===//
3 // The LLVM Compiler Infrastructure
10 // This file ensures that the LLVM libraries are built before using the
17 package llvm package
version.go 1 //===- version.go - LLVM version info -------------------------------------===//
3 // The LLVM Compiler Infrastructure
10 // This file defines LLVM version information.
14 package llvm package
17 #include "llvm/Config/llvm-config.h"
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
llvm_dep.go 1 //===- llvm_dep.go - creates LLVM dependency ------------------------------===//
3 // The LLVM Compiler Infrastructure
10 // This file ensures that the LLVM libraries are built before using the
17 package llvm package
version.go 1 //===- version.go - LLVM version info -------------------------------------===//
3 // The LLVM Compiler Infrastructure
10 // This file defines LLVM version information.
14 package llvm package
17 #include "llvm/Config/llvm-config.h"
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 1 (*===-- llvm_bitwriter.ml - LLVM OCaml Interface --------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
10 * This interface provides an OCaml API for the LLVM intermediate
16 : Llvm.llmodule -> string -> bool
20 : ?unbuffered:bool -> Llvm.llmodule -> Unix.file_descr -> bool
24 : Llvm.llmodule -> Llvm.llmemorybuffer
  /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,
19 val link_modules' : Llvm.llmodule -> Llvm.llmodule -> uni
  /external/swiftshader/third_party/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
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 1 (*===-- llvm_bitwriter.ml - LLVM OCaml Interface --------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
10 * This interface provides an OCaml API for the LLVM intermediate
16 : Llvm.llmodule -> string -> bool
20 : ?unbuffered:bool -> Llvm.llmodule -> Unix.file_descr -> bool
24 : Llvm.llmodule -> Llvm.llmemorybuffer
  /external/swiftshader/third_party/llvm-7.0/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,
19 val link_modules' : Llvm.llmodule -> Llvm.llmodule -> uni
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.ml 1 (*===-- llvm_bitreader.ml - LLVM OCaml Interface --------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
15 : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
18 : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
  /external/llvm/bindings/ocaml/irreader/
llvm_irreader.ml 1 (*===-- llvm_irreader.ml - LLVM OCaml Interface ---------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
15 external parse_ir : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule

Completed in 1099 milliseconds

1 2 3 4 5 6 7 8