HomeSort by: relevance | last modified time | path
    Searched refs:pgo (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/dtv/
dtv_scatter.c 169 size_t pg, pgo; local
175 pgo = sio->sio_offset & PAGE_MASK;
177 *sz = uimin(PAGE_SIZE - pgo, sio->sio_resid);
178 *p = sio->sio_buf->sb_page_ary[pg] + pgo;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
Instrumentation.h 81 // PGO Instrumention. Parameter IsCS indicates if this is the context senstive
95 // The pgo-specific indirect call promotion function declared below is used by
96 // the pgo-driven indirect call promotion and sample profile passes. It's a
98 // metadata. We place it in a pgo namespace so it's not confused with the
100 namespace pgo { namespace in namespace:llvm
118 } // namespace pgo
  /src/external/bsd/zstd/dist/programs/
Makefile 231 ## zstd-pgo: zstd executable optimized with PGO.
232 .PHONY: zstd-pgo
233 zstd-pgo : LLVM_PROFDATA?=llvm-profdata
234 zstd-pgo : PROF_GENERATE_FLAGS=-fprofile-generate $(if $(findstring gcc,$(CC)),-fprofile-dir=.)
235 zstd-pgo : PROF_USE_FLAGS=-fprofile-use $(if $(findstring gcc,$(CC)),-fprofile-dir=. -Werror=missing-profile -Wno-error=coverage-mismatch)
236 zstd-pgo :
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 59 #define DEBUG_TYPE "pgo-icall-prom"
150 INITIALIZE_PASS_BEGIN(PGOIndirectCallPromotionLegacyPass, "pgo-icall-prom",
151 "Use PGO instrumentation profile to promote indirect "
155 INITIALIZE_PASS_END(PGOIndirectCallPromotionLegacyPass, "pgo-icall-prom",
156 "Use PGO instrumentation profile to promote indirect "
303 CallBase &llvm::pgo::promoteIndirectCall(CallBase &CB, Function *DirectCallee,
345 pgo::promoteIndirectCall(CB, C.TargetFunction, Count, TotalCount, SamplePGO,
  /src/sys/dev/
video.c 2871 size_t pg, pgo; local
2877 pgo = sio->sio_offset & PAGE_MASK;
2879 *sz = uimin(PAGE_SIZE - pgo, sio->sio_resid);
2880 *p = sio->sio_buf->sb_page_ary[pg] + pgo;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp 886 auto *DI = &pgo::promoteIndirectCall(
1297 // Sample PGO threshold.
  /src/external/gpl3/binutils.old/dist/
configure 1570 --enable-pgo-build[=lto]
1571 enable the PGO build
8666 # Check whether --enable-pgo-build was given.
8674 # Issue errors and warnings for invalid/strange PGO build combinations.
8678 # Allow the PGO build only if we aren't building a compiler and
8682 # Disallow the PGO bootstrap if we are building a compiler.
8684 as_fn_error $? "cannot perform the PGO bootstrap when building a compiler" "$LINENO" 5 ;;
8687 as_fn_error $? "invalid option for --enable-pgo-build" "$LINENO" 5
8716 as_fn_error $? "cannot perform the PGO build without -fprofile-generate" "$LINENO" 5
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: LTO is disabled for the PGO build" >&
    [all...]
  /src/external/gpl3/gcc.old/dist/
configure 1549 --enable-pgo-build[=lto]
1550 enable the PGO build
7842 # Check whether --enable-pgo-build was given.
7850 # Issue errors and warnings for invalid/strange PGO build combinations.
7854 # Allow the PGO build only if we aren't building a compiler and
7858 # Disallow the PGO bootstrap if we are building a compiler.
7860 as_fn_error $? "cannot perform the PGO bootstrap when building a compiler" "$LINENO" 5 ;;
7863 as_fn_error $? "invalid option for --enable-pgo-build" "$LINENO" 5
7892 as_fn_error $? "cannot perform the PGO build without -fprofile-generate" "$LINENO" 5
7918 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: LTO is disabled for the PGO build" >&
    [all...]
  /src/external/gpl3/binutils/dist/
configure 1582 --enable-pgo-build[=lto]
1583 enable the PGO build
8808 # Check whether --enable-pgo-build was given.
8816 # Issue errors and warnings for invalid/strange PGO build combinations.
8820 # Allow the PGO build only if we aren't building a compiler and
8824 # Disallow the PGO bootstrap if we are building a compiler.
8826 as_fn_error $? "cannot perform the PGO bootstrap when building a compiler" "$LINENO" 5 ;;
8829 as_fn_error $? "invalid option for --enable-pgo-build" "$LINENO" 5
8858 as_fn_error $? "cannot perform the PGO build without -fprofile-generate" "$LINENO" 5
8884 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: LTO is disabled for the PGO build" >&
    [all...]

Completed in 70 milliseconds