Home
last modified time | relevance | path

Searched refs:Simplify (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/libxo/doc/
H A Dxopo.rst28 -s <text> Simplify a format string
H A Dhowto.rst313 # Simplify format strings for libxo
/freebsd/crypto/openssl/ssl/statem/
H A DREADME.md12 - Simplify transitions and bring the logic together in a single location
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp915 Counter subtractCounters(Counter LHS, Counter RHS, bool Simplify = true) { in subtractCounters()
918 return Builder.subtract(LHS, RHS, Simplify); in subtractCounters()
922 Counter addCounters(Counter LHS, Counter RHS, bool Simplify = true) { in addCounters()
923 return Builder.add(LHS, RHS, Simplify); in addCounters()
927 bool Simplify = true) { in addCounters()
928 return addCounters(addCounters(C1, C2, Simplify), C3, Simplify); in addCounters()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp127 Counter CounterExpressionBuilder::add(Counter LHS, Counter RHS, bool Simplify) { in add() argument
129 return Simplify ? simplify(Cnt) : Cnt; in add()
133 bool Simplify) { in subtract() argument
135 return Simplify ? simplify(Cnt) : Cnt; in subtract()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2757 auto Simplify = [this](Value *V) { in calculatePointerDifference() local
2793 Simplify(CallBuilder(B, CreateSub(Idx0, Idx1))))) in calculatePointerDifference()
2803 Value *AndU0 = Simplify(CallBuilder(B, CreateAnd(Idx0, MaskU))); in calculatePointerDifference()
2804 Value *AndU1 = Simplify(CallBuilder(B, CreateAnd(Idx1, MaskU))); in calculatePointerDifference()
2805 Value *SubU = Simplify(CallBuilder(B, CreateSub(AndU0, AndU1))); in calculatePointerDifference()
2814 Value *AndK0 = Simplify(CallBuilder(B, CreateAnd(Idx0, MaskK))); in calculatePointerDifference()
2815 Value *AndK1 = Simplify(CallBuilder(B, CreateAnd(Idx1, MaskK))); in calculatePointerDifference()
2816 Value *SubK = Simplify(CallBuilder(B, CreateSub(AndK0, AndK1))); in calculatePointerDifference()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h214 LLVM_ABI Counter add(Counter LHS, Counter RHS, bool Simplify = true);
218 LLVM_ABI Counter subtract(Counter LHS, Counter RHS, bool Simplify = true);
/freebsd/sys/contrib/zlib/
H A DChangeLog251 - Simplify contrib/vstudio/vc10 with 'd' suffix
278 - Simplify test and use of gcc hidden attribute
381 - Simplify gzseek() now that raw after gzip is ignored
406 - Simplify incomplete code table filling in inflate_table()
687 - Simplify 64-bit file support by introducing z_off64_t type
1300 . Simplify Z_FINISH check in inflate()
/freebsd/contrib/jemalloc/
H A DChangeLog229 - Simplify the Travis script output. (@gnzlbg)
512 - Simplify size class lookups when constrained to size classes that are
1593 - Simplify the malloc_message() signature to only take one string argument,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1910 auto Simplify = [&](Value *Res) -> Value * { in simplifyAndOrWithICmpEq() local
1939 return Simplify(Res); in simplifyAndOrWithICmpEq()
1943 return Simplify(Res); in simplifyAndOrWithICmpEq()
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0512 o Simplify the logic for choosing EPOLL_CTL_ADD vs EPOLL_CTL_MOD (2c66983)
991 o Simplify the read high-watermark checking. (5846bf6)
H A DChangeLog1347 o Simplify test.sh code significantly. (9b856fd Ross Lagerwall)
1870 o Simplify and correct evutil_open_closeonexec_ (0de587f)
/freebsd/contrib/libevent/
H A DChangeLog-2.0512 o Simplify the logic for choosing EPOLL_CTL_ADD vs EPOLL_CTL_MOD (2c66983)
991 o Simplify the read high-watermark checking. (5846bf6)
H A DChangeLog1347 o Simplify test.sh code significantly. (9b856fd Ross Lagerwall)
1870 o Simplify and correct evutil_open_closeonexec_ (0de587f)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4047 Value *Simplify(Value *Val) { in Simplify() function in __anon1d600f580f11::SimplificationTracker
4463 Map[Current] = ST.Simplify(V); in FillPlaceholders()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td735 // Simplify: (logic_op (op x...), (op y...)) -> (op (logic_op x, y))
/freebsd/contrib/file/
H A DChangeLog1025 * Simplify if (p) free(p) to free(p).
/freebsd/contrib/xz/
H A DChangeLog2197 liblzma: mt dec: Simplify by removing the THR_STOP state
7582 xz: Simplify the memory usage scaling code
8193 Doxygen: Simplify Doxyfile and add SPDX license identifier
8908 liblzma: CRC: Simplify table omission macros
9241 Docs: Simplify SECURITY.md.
10204 CMake: Simplify symlink creation and install translated man pages.
12575 liblzma: Simplify existing cases with lzma_attr_no_sanitize_address.
13628 Simplify detection of Capsicum support.
17267 xz: Simplify the error-label in Capsicum sandbox code.
/freebsd/contrib/tzdata/
H A DNEWS876 Simplify four Ontario zones.
910 Simplify four Ontario zones, as most of the post-1970 differences
995 Simplify three Ukraine zones into one.
1006 Simplify three Ukraine zones to one, since the post-1970
/freebsd/contrib/tzcode/
H A DNEWS876 Simplify four Ontario zones.
910 Simplify four Ontario zones, as most of the post-1970 differences
995 Simplify three Ukraine zones into one.
1006 Simplify three Ukraine zones to one, since the post-1970
/freebsd/contrib/tnftp/
H A DChangeLog291 * Simplify the detection & replacement of dirname() and fparseln()
/freebsd/contrib/expat/
H A DChanges529 #870 Autotools: Simplify handling of SIZEOF_VOID_P
/freebsd/contrib/mandoc/
H A DNEWS620 * man.cgi(8): Simplify the search form, drop two useless buttons.
/freebsd/contrib/libpcap/
H A DCHANGES1073 Simplify handling of new DLT_/LINKTYPE_ values.
/freebsd/contrib/ntp/
H A DChangeLog92 * Simplify calc_addr_distance(). <hart@ntp.org>
2707 * Simplify the built-sources stuff in sntp/ .
3123 * from 4.2.6p2-RC3: Simplify hash client code by providing OpenSSL
3652 * Simplify hash client code by providing OpenSSL EVP_*() API when built

12