Searched refs:combine (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn1_int.h63 int combine);
H A Dtasn_new.c69 int combine);
90 int combine)
154 if (!combine) {
179 if (!combine) {
203 asn1_item_combine_free(pval, it, combine);
213 asn1_item_combine_free(pval, it, combine);
309 * NB: could probably combine most of the real XXX_new() behaviour and junk
89 asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
H A Dtasn_fre.c78 void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
123 if (!combine) {
167 if (!combine) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dudivmodsi4.S27 r5:4 = combine(#1,#0)
33 r1:0 = combine(r0,r4)
H A Dudivsi3.S26 r5:4 = combine(#1,#0)
32 r1:0 = combine(r0,r4)
H A Ddfaddsub.S81 ATMP = combine(##0x20000000,#0)
93 if (BIGB) EXPB_A = combine(EXPA,EXPB) // swap exponents
99 ZTMP = combine(#62,#1)
133 ZTMP = combine(#54,##2045)
204 B = combine(##0x00100000,#0)
232 ATMP = combine(##0x7fefffff,#-1) // positive max finite
237 BTMP = combine(##0x7ff00000,#0) // positive infinity
289 ATMP = combine(##0x20000000,#0)
303 ZTMP = combine(#62,#1)
H A Ddffma.S135 CTMP = combine(PP_ODD_H,#0)
136 PP_ODD = combine(#0,PP_LL_H)
154 PP_HH = combine(#0,PP_ODD_H)
159 PP_LL = combine(PP_ODD_L,PP_LL_L)
198 if (SWAP.new) EXPCA = combine(EXPA,EXPC)
243 if (P_TMP) CTMP = combine(TMP,TMP) // sign extension of pre-shift-right-64
472 CTMP = combine(##0x7fefffff,#-1)
476 ATMP = combine(##0x7ff00000,#0)
567 ATMP = combine(##0x00100000,#0)
H A Ddfdiv.S81 EXPBA = combine(BH,AH)
293 TMPPAIR = combine(##0x00100000,#0) // min normal
328 B = combine(##0x7fefffff,#-1)
332 PROD = combine(##0x7ff00000,#0)
402 EXPBA = combine(BH,AH)
460 B = combine(##0x7ff00000,#0)
H A Ddfmul.S70 ATMP = combine(##0x40000000,#0)
93 BTMP = combine(##BIAS+BIAS-4,#0)
261 ATMP = combine(##0x7fefffff,#-1) // positive max finite
267 BTMP = combine(##0x7ff00000,#0) // positive infinity
H A Dsfsqrt_opt.S38 r1:0 = combine(#0,#0) // clear S/H
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp33 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
37 bool MipsPreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, function in class:__anon2327::MipsPreLegalizerCombinerInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerInfo.h57 /// Attempt to combine instructions using MI as the root.
67 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PreLegalizerCombiner.cpp55 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
59 bool AArch64PreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, function in class:__anon2043::AArch64PreLegalizerCombinerInfo
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h136 void combineOutAndErr(bool combine = true) { CombinedOutAndErr = combine; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp9 // This file constains common code to combine machine functions at generic
152 Changed |= CInfo.combine(WrapperObserver, *CurrInst, B);
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dnormalize.c250 combine(const uint32_t *in, size_t in_len, function
322 ret = combine(tmp, tmp_len, out, out_len);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp134 void combine(HashType Type);
209 Hash.combine(Type);
224 Hash.combine(PGOHash::IfThenBranch);
226 Hash.combine(PGOHash::IfElseBranch);
229 Hash.combine(PGOHash::EndOfScope);
240 Hash.combine(PGOHash::EndOfScope); \
723 void PGOHash::combine(HashType Type) { function in class:PGOHash
724 // Check that we never combine 0 and only have six bits.
/freebsd-11-stable/usr.sbin/ctm/ctm_rmail/
H A Dctm_rmail.c41 int combine(char *delta, int npieces, char *dname, char *pname, char *tname);
255 * If we have all pieces of a delta, combine them. Returns 0 on success,
484 * Stick them together. Let combine() use our file name buffers, since
487 e = combine(delta, npieces, dname, pname, tname);
500 combine(char *delta, int npieces, char *dname, char *pname, char *tname) function
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipscan_y.y34 struct in_addr combine(int, int, int, int);
172 { $$ = combine($1,$3,$5,$7); }
421 struct in_addr combine(a1, a2, a3, a4)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h335 /// A type trait which is true if we want to combine values for hashing by
502 /// This sets up the state for a recursive hash combine, including getting
518 // with the variadic combine because that formation can have varying
553 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
558 return combine(length, buffer_ptr, buffer_end, args...);
566 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
592 /// attempt to combine them into a single hash_code. For user-defined types it
603 return helper.combine(0, helper.buffer, helper.buffer + 64, args...);
/freebsd-11-stable/contrib/lua/src/
H A Dluac.c139 static const Proto* combine(lua_State* L, int n) function
177 f=combine(L,argc);
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_classes.h213 combine(const locale& __other) const;
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dcharset.c811 unsigned char combine;
858 if (ucnranges[mn].combine != 0 && ucnranges[mn].combine < nst->prev_class)
907 nst->prev_class = ucnranges[mn].combine;
810 unsigned char combine; member in struct:__anon1430
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp11 // This file defines the interleaved-load-combine pass. The pass searches for
50 #define DEBUG_TYPE "interleaved-load-combine"
99 bool combine(std::list<VectorInfo> &InterleavedLoad,
1116 bool InterleavedLoadCombineImpl::combine(std::list<VectorInfo> &InterleavedLoad, function in class:InterleavedLoadCombineImpl
1153 // There is nothing to combine.
1190 assert(!LIs.empty() && "There are no LoadInst to combine");
1285 if (combine(InterleavedLoad, ORE)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp8 // This pass replaces transfer instructions by combine instructions.
11 // replace them with a combine instruction.
32 #define DEBUG_TYPE "hexagon-copy-combine"
96 void combine(MachineInstr &I1, MachineInstr &I2,
124 INITIALIZE_PASS(HexagonCopyToCombine, "hexagon-copy-combine",
151 // workaround for an ABI bug that prevents GOT relocations on combine
156 // Only combine constant extended A2_tfrsi if we are in aggressive mode.
182 /// into a combine (ignoring register constraints).
206 // There is no combine of two constant extended values.
212 // There is a combine o
573 void HexagonCopyToCombine::combine(MachineInstr &I1, MachineInstr &I2, function in class:HexagonCopyToCombine
[all...]

Completed in 316 milliseconds

12