Home
last modified time | relevance | path

Searched refs:lto (Results 1 – 25 of 72) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Dlto.inc2 # require conf/distro/include/lto.inc
3 # DISTRO_FEATURES:append = " lto"
30 # constructs not compatible with lto
36 # with clang thin-lto might be better for compile speed
38 # ffat-lto-objects
46 LTO ?= "-flto -ffat-lto-objects -fuse-linker-plugin ${LTOEXTRA}"
48 SELECTED_OPTIMIZATION:append = "${@bb.utils.contains('DISTRO_FEATURES', 'lto', ' ${LTO}', '', d)}"
49 TARGET_LDFLAGS:append:class-target = "${@bb.utils.contains('DISTRO_FEATURES', 'lto', ' ${LTO}', '',…
/OK3568_Linux_fs/kernel/arch/m68k/lib/
H A Dmemcpy.c44 long *lto = to; in memcpy() local
48 *lto++ = *lfrom++; in memcpy()
69 : "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1) in memcpy()
70 : "0" (lfrom), "1" (lto), "2" (temp)); in memcpy()
72 to = lto; in memcpy()
/OK3568_Linux_fs/buildroot/package/binutils/2.37/
H A D0006-bfd-Close-the-file-descriptor-if-there-is-no-archive.patch19 * testsuite/ld-plugin/lto.exp: Run tmpdir/pr28138 only for
23 * testsuite/ld-plugin/lto.exp: Run ld/28138 tests.
41 ld/testsuite/ld-plugin/lto.exp | 34 ++++++++++++++++++++++++++++++
79 diff --git a/ld/testsuite/ld-plugin/lto.exp b/ld/testsuite/ld-plugin/lto.exp
81 --- a/ld/testsuite/ld-plugin/lto.exp
82 +++ b/ld/testsuite/ld-plugin/lto.exp
123 …un_host_cmd "$ar" "rc $plug_opt tmpdir/liblto-11.a tmpdir/lto-11a.o tmpdir/lto-11b.o tmpdir/lto-11…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtimevar.def84 DEFTIMEVAR (TV_IPA_LTO_DECOMPRESS , "lto stream decompression")
85 DEFTIMEVAR (TV_IPA_LTO_COMPRESS , "lto stream compression")
86 DEFTIMEVAR (TV_IPA_LTO_OUTPUT , "lto stream output")
87 DEFTIMEVAR (TV_IPA_LTO_GIMPLE_IN , "ipa lto gimple in")
88 DEFTIMEVAR (TV_IPA_LTO_GIMPLE_OUT , "ipa lto gimple out")
89 DEFTIMEVAR (TV_IPA_LTO_DECL_IN , "ipa lto decl in")
90 DEFTIMEVAR (TV_IPA_LTO_DECL_OUT , "ipa lto decl out")
91 DEFTIMEVAR (TV_IPA_LTO_CTORS_IN , "ipa lto constructors in")
92 DEFTIMEVAR (TV_IPA_LTO_CTORS_OUT , "ipa lto constructors out")
93 DEFTIMEVAR (TV_IPA_LTO_CGRAPH_IO , "ipa lto cgraph I/O")
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtimevar.def84 DEFTIMEVAR (TV_IPA_LTO_DECOMPRESS , "lto stream decompression")
85 DEFTIMEVAR (TV_IPA_LTO_COMPRESS , "lto stream compression")
86 DEFTIMEVAR (TV_IPA_LTO_OUTPUT , "lto stream output")
87 DEFTIMEVAR (TV_IPA_LTO_GIMPLE_IN , "ipa lto gimple in")
88 DEFTIMEVAR (TV_IPA_LTO_GIMPLE_OUT , "ipa lto gimple out")
89 DEFTIMEVAR (TV_IPA_LTO_DECL_IN , "ipa lto decl in")
90 DEFTIMEVAR (TV_IPA_LTO_DECL_OUT , "ipa lto decl out")
91 DEFTIMEVAR (TV_IPA_LTO_CTORS_IN , "ipa lto constructors in")
92 DEFTIMEVAR (TV_IPA_LTO_CTORS_OUT , "ipa lto constructors out")
93 DEFTIMEVAR (TV_IPA_LTO_CGRAPH_IO , "ipa lto cgraph I/O")
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.modpost147 prelink-ext := .lto
152 $(shell [ -s $(@:.lto.o=.o.symversions) ] && \
153 echo -T $(@:.lto.o=.o.symversions)) \
156 %.lto.o: %.o
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.modpost147 prelink-ext := .lto
152 $(shell [ -s $(@:.lto.o=.o.symversions) ] && \
153 echo -T $(@:.lto.o=.o.symversions)) \
156 %.lto.o: %.o
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.modpost147 prelink-ext := .lto
152 $(shell [ -s $(@:.lto.o=.o.symversions) ] && \
153 echo -T $(@:.lto.o=.o.symversions)) \
156 %.lto.o: %.o
/OK3568_Linux_fs/buildroot/package/log4cplus/
H A Dlog4cplus.mk15 LOG4CPLUS_CONF_OPTS += --enable-lto
17 LOG4CPLUS_CONF_OPTS += --disable-lto
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/
H A Ddhrystone_2.1.bb24 CFLAGS += "-fno-lto"
26 LDFLAGS += "-fno-lto"
/OK3568_Linux_fs/buildroot/package/netdata/
H A Dnetdata.mk20 NETDATA_CONF_OPTS += --enable-lto
22 NETDATA_CONF_OPTS += --disable-lto
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Ddynack.c183 if (time_is_before_jiffies(da->lto)) { in ath_dynack_compute_to()
185 da->lto = jiffies + COMPUTE_TO; in ath_dynack_compute_to()
240 da->lto = jiffies + LATEACK_DELAY; in ath_dynack_sample_tx_ts()
362 da->lto = jiffies + COMPUTE_TO; in ath_dynack_reset()
H A Ddynack.h72 unsigned long lto; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Ddir75 * lto-dump: (gcc) lto-dump. 'lto-dump'--Tool for dumping LTO object files.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Ddir75 * lto-dump: (gcc) lto-dump. 'lto-dump'--Tool for dumping LTO object files.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/
H A D0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch4 If lto is enabled, we need the prefix-map variables to be passed to the linker.
19 + # -f*-prefix-map* needed for lto linking
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/tbb/tbb/
H A D0001-Disable-LTO-on-clang-riscv32.patch10 …recipe-sysroot-native/usr/bin/riscv32-yoe-linux/riscv32-yoe-linux-ld: /tmp/lto-llvm-3fb1bf.o: can'…
11 …yoe-linux/riscv32-yoe-linux-ld: failed to merge target specific data of file /tmp/lto-llvm-3fb1bf.o
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/
H A Dclang_git.bb55 ${@bb.utils.filter('DISTRO_FEATURES', 'thin-lto lto', d)} \
60 …"rtti eh libedit shared-libs ${@bb.utils.filter('DISTRO_FEATURES', 'thin-lto lto', d)} ${@bb.utils…
66 PACKAGECONFIG[thin-lto] = "-DLLVM_ENABLE_LTO=Thin -DLLVM_BINUTILS_INCDIR=${STAGING_INCDIR},,binutil…
67 PACKAGECONFIG[lto] = "-DLLVM_ENABLE_LTO=Full -DLLVM_BINUTILS_INCDIR=${STAGING_INCDIR},,binutils,"
/OK3568_Linux_fs/buildroot/package/valgrind/
H A Dvalgrind.mk54 VALGRIND_CONF_OPTS += --enable-lto
56 VALGRIND_CONF_OPTS += --disable-lto
/OK3568_Linux_fs/yocto/poky/meta/recipes-example/rust-hello-world/rust-hello-world/
H A D0001-enable-LTO.patch21 +lto = true
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A Dno_lto.patch15 - -flto -ffat-lto-objects])],
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-91/
H A D0001-Cargo.toml-do-not-abort-on-panic.patch18 lto = false
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtpdf/
H A D0002-gn.pro-do-not-try-to-statically-link-stdc.patch24 msvc:!clang_cl: gn_gen_args += --use-lto
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78/
H A D0004-Cargo.toml-do-not-abort-on-panic.patch22 lto = false
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/
H A Dgcc-11.3.inc91 --enable-lto \
108 --disable-lto \

123