Home
last modified time | relevance | path

Searched refs:pgo (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/sys/dev/dtv/
H A Ddtv_scatter.c169 size_t pg, pgo; in dtv_scatter_io_next() local
175 pgo = sio->sio_offset & PAGE_MASK; in dtv_scatter_io_next()
177 *sz = uimin(PAGE_SIZE - pgo, sio->sio_resid); in dtv_scatter_io_next()
178 *p = sio->sio_buf->sb_page_ary[pg] + pgo; in dtv_scatter_io_next()
/netbsd-src/external/apache2/llvm/dist/clang/utils/perf-training/
H A DCMakeLists.txt16 ${CMAKE_CURRENT_BINARY_DIR}/pgo-data/lit.site.cfg
20 ${CMAKE_CURRENT_BINARY_DIR}/pgo-data/
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp303 CallBase &llvm::pgo::promoteIndirectCall(CallBase &CB, Function *DirectCallee, in promoteIndirectCall()
345 pgo::promoteIndirectCall(CB, C.TargetFunction, Count, TotalCount, SamplePGO, in tryToPromote()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def85 MODULE_PASS("pgo-icall-prom", PGOIndirectCallPromotion())
86 MODULE_PASS("pgo-instr-gen", PGOInstrumentationGen())
87 MODULE_PASS("pgo-instr-use", PGOInstrumentationUse())
270 FUNCTION_PASS("pgo-memop-opt", PGOMemOPSizeOpt())
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DInstrumentation.h100 namespace pgo {
/netbsd-src/sys/dev/
H A Dvideo.c2838 size_t pg, pgo; in scatter_io_next() local
2844 pgo = sio->sio_offset & PAGE_MASK; in scatter_io_next()
2846 *sz = uimin(PAGE_SIZE - pgo, sio->sio_resid); in scatter_io_next()
2847 *p = sio->sio_buf->sb_page_ary[pg] + pgo; in scatter_io_next()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def391 /// Whether emit extra debug info for sample pgo profile collection.
394 /// Whether emit pseudo probes for sample pgo profile collection.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToBuildWithPGO.rst22 See https://llvm.org/docs/AdvancedBuilds.html#multi-stage-pgo
/netbsd-src/external/public-domain/sqlite/dist/tea/win/
H A Drules.vc273 !elseif [nmakehlp -f $(OPTS) "pgo"]
/netbsd-src/external/gpl3/gcc/dist/
H A DMakefile.tpl854 @if pgo-build
862 @endif pgo-build
H A Dconfigure.ac1476 AC_ARG_ENABLE([pgo-build],
1477 [AS_HELP_STRING([--enable-pgo-build[[=lto]]],
1495 AC_MSG_ERROR([invalid option for --enable-pgo-build])
3063 /^@if pgo-build\$/d
3064 /^@endif pgo-build\$/d"
H A Dconfigure1549 --enable-pgo-build[=lto]
H A DChangeLog188 * configure.ac: Add --enable-pgo-build[=lto].
H A DMakefile.in1169 @if pgo-build
1177 @endif pgo-build
/netbsd-src/external/gpl3/binutils.old/dist/
H A DMakefile.tpl852 @if pgo-build
860 @endif pgo-build
H A Dconfigure.ac1389 AC_ARG_ENABLE([pgo-build],
1390 [AS_HELP_STRING([--enable-pgo-build[[=lto]]],
1408 AC_MSG_ERROR([invalid option for --enable-pgo-build])
2939 /^@if pgo-build\$/d
2940 /^@endif pgo-build\$/d"
H A Dconfigure1532 --enable-pgo-build[=lto]
H A DChangeLog611 * configure.ac: Add --enable-pgo-build[=lto].
H A DMakefile.in1168 @if pgo-build
1176 @endif pgo-build
/netbsd-src/external/gpl3/binutils/dist/
H A DMakefile.tpl880 @if pgo-build
888 @endif pgo-build
H A Dconfigure.ac1484 AC_ARG_ENABLE([pgo-build],
1485 [AS_HELP_STRING([--enable-pgo-build[[=lto]]],
1503 AC_MSG_ERROR([invalid option for --enable-pgo-build])
3203 /^@if pgo-build\$/d
3204 /^@endif pgo-build\$/d"
H A Dconfigure1566 --enable-pgo-build[=lto]
H A DChangeLog722 * configure.ac: Add --enable-pgo-build[=lto].
H A DMakefile.in1196 @if pgo-build
1204 @endif pgo-build
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp886 auto *DI = &pgo::promoteIndirectCall( in tryPromoteAndInlineCandidate()

12