Home
last modified time | relevance | path

Searched refs:Simplify (Results 1 – 25 of 35) 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.cpp917 Counter subtractCounters(Counter LHS, Counter RHS, bool Simplify = true) { in subtractCounters()
920 return Builder.subtract(LHS, RHS, Simplify); in subtractCounters()
924 Counter addCounters(Counter LHS, Counter RHS, bool Simplify = true) { in addCounters()
927 return Builder.add(LHS, RHS, Simplify); in addCounters()
931 bool Simplify = true) { in addCounters()
934 return addCounters(addCounters(C1, C2, Simplify), C3, Simplify); in addCounters()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp130 Counter CounterExpressionBuilder::add(Counter LHS, Counter RHS, bool Simplify) { in add() argument
132 return Simplify ? simplify(Cnt) : Cnt; in add()
136 bool Simplify) { in subtract() argument
138 return Simplify ? simplify(Cnt) : Cnt; in subtract()
/freebsd/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/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/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/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/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/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1955 auto Simplify = [&](Value *Res) -> Value * { in simplifyAndOrWithICmpEq() local
1984 return Simplify(Res); in simplifyAndOrWithICmpEq()
1988 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.cpp3710 Value *Simplify(Value *Val) { in Simplify() function in __anon1d600f580d11::SimplificationTracker
4127 Map[Current] = ST.Simplify(V); in FillPlaceholders()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td691 // Simplify: (logic_op (op x...), (op y...)) -> (op (logic_op x, y))
/freebsd/contrib/expat/
H A DChanges90 #870 Autotools: Simplify handling of SIZEOF_VOID_P
/freebsd/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/contrib/file/
H A DChangeLog1025 * Simplify if (p) free(p) to free(p).
/freebsd/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/contrib/tnftp/
H A DChangeLog291 * Simplify the detection & replacement of dirname() and fparseln()
/freebsd/contrib/libpcap/
H A DCHANGES966 Simplify handling of new DLT_/LINKTYPE_ values.
/freebsd/contrib/mandoc/
H A DNEWS620 * man.cgi(8): Simplify the search form, drop two useless buttons.
/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