HomeSort by relevance Sort by last modified time
    Searched full:lto (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/tools/llvm-lto/
CMakeLists.txt 4 LTO
9 add_llvm_tool(llvm-lto
10 llvm-lto.cpp
Makefile 1 ##===- tools/llvm-lto/Makefile -----------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-lto
12 LINK_COMPONENTS := lto ipo scalaropts linker bitreader bitwriter mcdisassembler support target vectorize all-targets
Android.mk 7 # llvm-lto command line tool
11 llvm-lto.cpp
67 LOCAL_MODULE := llvm-lto
LLVMBuild.txt 1 ;===- ./tools/llvm-lto/LLVMBuild.txt ----------------------------*- Conf -*--===;
20 name = llvm-lto
22 required_libraries = LTO Support all-targets
  /external/llvm/tools/lto/
CMakeLists.txt 4 LTO
14 lto.cpp
17 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/lto.exports)
19 add_llvm_library(LTO SHARED ${SOURCES})
21 install(FILES ${LLVM_MAIN_INCLUDE_DIR}/llvm-c/lto.h
Makefile 1 ##===- tools/lto/Makefile ----------------------------------*- Makefile -*-===##
11 LIBRARYNAME := LTO
12 LINK_COMPONENTS := all-targets core lto mc mcdisassembler support
16 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/lto.exports
40 # If we're doing an Apple-style build, add the LTO object path.
42 TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/llvm-lto.XXXXXX)
  /device/asus/grouper/
gps.conf 2 XTRA_SERVER_1=http://gllto.glpals.com/7day/latest/lto.dat
3 XTRA_SERVER_2=http://gllto.glpals.com/7day/latest/lto.dat
4 XTRA_SERVER_3=http://gllto.glpals.com/2day/latest/lto.dat
  /external/llvm/test/LTO/
current-section.ll 2 ; RUN: llvm-lto -o %t2 %t1
cfi_endproc.ll 2 ; RUN: llvm-lto -o %t2 %t1
4 ; RUN: llvm-lto -o %t3 -exported-symbol=main %t1
19 ; Without -exported-symbol, main should be eliminated by LTO.
20 ; With -exported-symbol=main, main should be preserved by LTO.
28 ; RUN: llvm-lto -o %t -dso-symbol=zed1 -dso-symbol=zed2 %t1 -disable-opt
private-symbol.ll 2 ; RUN: llvm-lto -o %t2 %t1
jump-table-type.ll 2 ; RUN: llvm-lto -o %t2 %t1 -jump-table-type=arity
runtime-library.ll 3 ; RUN: llvm-lto -o %t2 %t1
symver-asm.ll 2 ; RUN: llvm-lto -o %t2 %t1
attrs.ll 2 ; RUN: llvm-lto -exported-symbol=test_x86_aesni_aeskeygenassist -mattr=+aes -o %t2 %t1
4 ; RUN: not llvm-lto -exported-symbol=test_x86_aesni_aeskeygenassist -mattr=-aes -o %t3 %t1 2>&1 | FileCheck -check-prefix=WITHOUT_AES %s
triple-init.ll 2 ; RUN: llvm-lto -exported-symbol=_main -o %t2 %t1
12 ; We check that LTO will be aware of target triple and apply pow to __exp10 transformation.
  /external/clang/test/Driver/
lto.c 3 // RUN: grep '2: compiler, {1}, lto-bc' %t.log
6 // RUN: grep '0: input, ".*lto.c", c' %t.log
8 // RUN: grep '2: compiler, {1}, lto-bc' %t.log
14 // RUN: grep '"-o" ".*lto\.i" "-x" "c" ".*lto\.c"' %t.log
15 // RUN: grep '"-o" ".*lto\.o" .*".*lto\.i"' %t.log
16 // RUN: grep '".*a.out" .*".*lto\.o"' %t.log
19 // RUN: grep '"-o" ".*lto\.s" "-x" "c" ".*lto\.c"' %t.lo
    [all...]
  /external/llvm/lib/
CMakeLists.txt 10 add_subdirectory(LTO)
  /external/llvm/tools/
CMakeLists.txt 53 add_llvm_tool_subdirectory(lto)
54 add_llvm_tool_subdirectory(llvm-lto)
56 ignore_llvm_tool_subdirectory(lto)
57 ignore_llvm_tool_subdirectory(llvm-lto)
Makefile 52 # gold only builds if binutils is around. It requires "lto" to build before
53 # it so it is added to DIRS. llvm-lto also requires lto
54 DIRS += lto llvm-lto
  /external/llvm/include/llvm-c/
LinkTimeOptimizer.h 1 //===-- llvm/LinkTimeOptimizer.h - LTO Public C Interface -------*- C++ -*-===//
12 // their implementation for performing LTO.
30 /// This provides a dummy type for pointers to the LTO object.
54 extern void llvm_destroy_optimizer(llvm_lto_t lto);
57 (llvm_lto_t lto, const char* input_filename);
59 (llvm_lto_t lto, const char* output_filename);
  /ndk/tests/build/flto/jni/
Android.mk 10 # clang does LTO via gold plugin, but gold doesn't support MIPS yet
  /external/llvm/tools/gold/
CMakeLists.txt 19 LTO
README.txt 1 The LLVM Gold LTO Plugin
  /ndk/tests/build/issue36131-flto-c++11/jni/
Android.mk 11 # clang does LTO via gold plugin, but gold doesn't support MIPS yet
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
timevar.def 71 DEFTIMEVAR (TV_IPA_LTO_GIMPLE_IN , "ipa lto gimple in")
72 DEFTIMEVAR (TV_IPA_LTO_GIMPLE_OUT , "ipa lto gimple out")
73 DEFTIMEVAR (TV_IPA_LTO_DECL_IN , "ipa lto decl in")
74 DEFTIMEVAR (TV_IPA_LTO_DECL_OUT , "ipa lto decl out")
75 DEFTIMEVAR (TV_IPA_LTO_DECL_INIT_IO , "ipa lto decl init I/O")
76 DEFTIMEVAR (TV_IPA_LTO_CGRAPH_IO , "ipa lto cgraph I/O")
77 DEFTIMEVAR (TV_IPA_LTO_DECL_MERGE , "ipa lto decl merge")
78 DEFTIMEVAR (TV_IPA_LTO_CGRAPH_MERGE , "ipa lto cgraph merge")
79 DEFTIMEVAR (TV_LTO , "lto")

Completed in 6798 milliseconds

1 2 3 4 5 6 7 8