Home
last modified time | relevance | path

Searched full:versioning (Results 1 – 25 of 261) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp1 //===- LoopVersioningLICM.cpp - LICM Loop Versioning ----------------------===//
12 // use loop versioning as an alternative.
14 // Loop Versioning will create a version of the loop with aggressive aliasing
28 // b) If loop is a candidate for versioning then create a memory bound check,
92 #define DEBUG_TYPE "loop-versioning-licm"
99 LVInvarThreshold("licm-versioning-invariant-threshold",
106 "licm-versioning-max-depth-threshold",
115 // loop versioning might return early due to instructions that are not safe
116 // for versioning. By passing the proxy instead the construction of
207 LLVM_DEBUG(dbgs() << " Parallel loop is not worth versioning\n"); in legalLoopStructure()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h9 // This file defines a utility class to perform loop versioning. The versioned
51 /// Performs the CFG manipulation part of versioning the loop including
58 /// of whether versioning was necessary or not:
62 /// if versioning is necessary version L
123 /// The set of alias checks that we are versioning for.
126 /// The set of SCEV checks that we are versioning for.
/freebsd/sys/dev/sound/
H A Dversion.h
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_version.h3 * \brief OpenCSD : Library API versioning
43 /** @name Library Versioning
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.191 Dump the symbol-versioning sections.
119 the symbol-versioning sections in Solaris
/freebsd/crypto/heimdal/lib/ntlm/
H A DChangeLog70 * Makefile.am: symbol versioning.
72 * version-script.map: symbol versioning.
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-versioning.h1 //===-- lldb-versioning.h ----------------------------------------*- C++
18 API versioning
58 major versions - if you really want to test your luck, disable the versioning
92 There is no support for API versioning in Python
96 with present or future macro names we are using to implement versioning
111 …ion checking will not work here - please disable or create and submit patches to lldb-versioning.h"
/freebsd/contrib/ofed/libirdma/
H A Dlibirdma.map2 Documentation/versioning.md document. */
/freebsd/contrib/ofed/libmlx5/
H A Dlibmlx5.map2 Documentation/versioning.md document. */
/freebsd/contrib/elftoolchain/libelf/
H A Dos.FreeBSD.mk6 # Symbol versioning support [FreeBSD 7.X and later]
/freebsd/contrib/elftoolchain/libelftc/
H A Dos.FreeBSD.mk6 # Symbol versioning support [FreeBSD 7.X and later]
/freebsd/contrib/ofed/libibcm/
H A Dlibibcm.map1 /* Do not change this file without reading Documentation/versioning.md */
/freebsd/contrib/ofed/libibumad/
H A Dlibibumad.map1 /* Do not change this file without reading Documentation/versioning.md */
/freebsd/contrib/ofed/librdmacm/
H A Dlibrdmacm.map1 /* Do not change this file without reading Documentation/versioning.md */
/freebsd/contrib/libxo/doc/
H A Dgetting.rst18 We're using `Semantic Versioning`_ to number our releases. libxo is
27 .. _Semantic Versioning: http://semver.org/spec/v2.0.0.html
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp9 // This file defines a utility class to perform loop versioning. The versioned
33 #define DEBUG_TYPE "loop-versioning"
263 // act of versioning a loop creates new loops and can invalidate iterators in runImpl()
/freebsd/tools/tools/shlib-compat/
H A DREADME1 ABI compatibility checker for shared libraries with symbol versioning.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopVersioningLICM.h1 //===- LoopVersioningLICM.h - LICM Loop Versioning ------------------------===//
/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dterminate.h18 namespace std { // purposefully not using versioning namespace
/freebsd/contrib/unbound/
H A DSECURITY.md5 NLnet Labs adheres to the straightforward, semantic versioning scheme that is
/freebsd/contrib/arm-optimized-routines/string/
H A DREADME.contributors14 (other than symbol versioning), this cannot be done reliably for static
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp70 /// Check if Loop Versioning should be enabled.
73 /// Loop versioning is disabled if the last option is
75 /// Loop versioning is enabled if the last option is one of:
76 /// -floop-versioning
80 /// For all other cases, loop versioning is is disabled.
84 /// @return true if loop-versioning should be enabled, otherwise false.
/freebsd/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm-sifive.txt17 Please refer to sifive-blocks-ip-versioning.txt for details.
/freebsd/sys/contrib/device-tree/Bindings/sifive/
H A Dsifive-blocks-ip-versioning.txt1 DT compatible string versioning for SiFive open-source IP blocks
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DVersionViaGit.cmake5 # Useful for auto-versioning in our CMakeLists

1234567891011