Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/libxo/doc/
H A Dxopo.rst28 -s <text> Simplify a format string
H A Dhowto.rst313 # Simplify format strings for libxo
/freebsd-14.2/crypto/openssl/ssl/statem/
H A DREADME.md12 - Simplify transitions and bring the logic together in a single location
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp837 Counter subtractCounters(Counter LHS, Counter RHS, bool Simplify = true) { in subtractCounters()
838 return Builder.subtract(LHS, RHS, Simplify); in subtractCounters()
842 Counter addCounters(Counter LHS, Counter RHS, bool Simplify = true) { in addCounters()
843 return Builder.add(LHS, RHS, Simplify); in addCounters()
847 bool Simplify = true) { in addCounters()
848 return addCounters(addCounters(C1, C2, Simplify), C3, Simplify); in addCounters()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp129 Counter CounterExpressionBuilder::add(Counter LHS, Counter RHS, bool Simplify) { in add() argument
131 return Simplify ? simplify(Cnt) : Cnt; in add()
135 bool Simplify) { in subtract() argument
137 return Simplify ? simplify(Cnt) : Cnt; in subtract()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2756 auto Simplify = [this](Value *V) { in calculatePointerDifference() local
2792 Simplify(CallBuilder(B, CreateSub(Idx0, Idx1))))) in calculatePointerDifference()
2802 Value *AndU0 = Simplify(CallBuilder(B, CreateAnd(Idx0, MaskU))); in calculatePointerDifference()
2803 Value *AndU1 = Simplify(CallBuilder(B, CreateAnd(Idx1, MaskU))); in calculatePointerDifference()
2804 Value *SubU = Simplify(CallBuilder(B, CreateSub(AndU0, AndU1))); in calculatePointerDifference()
2813 Value *AndK0 = Simplify(CallBuilder(B, CreateAnd(Idx0, MaskK))); in calculatePointerDifference()
2814 Value *AndK1 = Simplify(CallBuilder(B, CreateAnd(Idx1, MaskK))); in calculatePointerDifference()
2815 Value *SubK = Simplify(CallBuilder(B, CreateSub(AndK0, AndK1))); in calculatePointerDifference()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h211 Counter add(Counter LHS, Counter RHS, bool Simplify = true);
215 Counter subtract(Counter LHS, Counter RHS, bool Simplify = true);
/freebsd-14.2/sys/contrib/zlib/
H A DChangeLog200 - Simplify contrib/vstudio/vc10 with 'd' suffix
227 - Simplify test and use of gcc hidden attribute
330 - Simplify gzseek() now that raw after gzip is ignored
355 - Simplify incomplete code table filling in inflate_table()
636 - Simplify 64-bit file support by introducing z_off64_t type
1249 . Simplify Z_FINISH check in inflate()
/freebsd-14.2/contrib/diff/
H A DChangeLog618 (segv_handler): Simplify, under the assumption that
789 Simplify from-file and to-file code.
2040 * context.c (find_function): Simplify interface:
2506 (STAT_BLOCKSIZE): Simplify ersatz defn; just use 8K.
2600 (output_diff3): Simplify test for `\ No newline at end of file' message.
3036 Simplify file vs dir warning.
3212 Simplify --sdiff-merge-assist format.
/freebsd-14.2/contrib/jemalloc/
H A DChangeLog129 - Simplify the Travis script output. (@gnzlbg)
412 - Simplify size class lookups when constrained to size classes that are
1493 - Simplify the malloc_message() signature to only take one string argument,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1948 auto Simplify = [&](Value *Res) -> Value * { in simplifyAndOrWithICmpEq() local
1974 return Simplify(Res); in simplifyAndOrWithICmpEq()
1978 return Simplify(Res); in simplifyAndOrWithICmpEq()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td648 // Simplify: (logic_op (op x...), (op y...)) -> (op (logic_op x, y))
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3616 Value *Simplify(Value *Val) { in Simplify() function in __anon01de4a8e0c11::SimplificationTracker
4033 Map[Current] = ST.Simplify(V); in FillPlaceholders()
/freebsd-14.2/contrib/tzcode/
H A DNEWS504 Simplify four Ontario zones.
538 Simplify four Ontario zones, as most of the post-1970 differences
623 Simplify three Ukraine zones into one.
634 Simplify three Ukraine zones to one, since the post-1970
/freebsd-14.2/contrib/file/
H A DChangeLog993 * Simplify if (p) free(p) to free(p).
/freebsd-14.2/contrib/tzdata/
H A DNEWS607 Simplify four Ontario zones.
641 Simplify four Ontario zones, as most of the post-1970 differences
726 Simplify three Ukraine zones into one.
737 Simplify three Ukraine zones to one, since the post-1970
/freebsd-14.2/contrib/expat/
H A DChanges209 #870 Autotools: Simplify handling of SIZEOF_VOID_P
/freebsd-14.2/contrib/ntp/
H A DChangeLog92 * Simplify calc_addr_distance(). <[email protected]>
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
/freebsd-14.2/contrib/tnftp/
H A DChangeLog291 * Simplify the detection & replacement of dirname() and fparseln()
/freebsd-14.2/contrib/libpcap/
H A DCHANGES966 Simplify handling of new DLT_/LINKTYPE_ values.
/freebsd-14.2/contrib/mandoc/
H A DNEWS620 * man.cgi(8): Simplify the search form, drop two useless buttons.

12