Home
last modified time | relevance | path

Searched refs:combine (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd/crypto/openssl/Configurations/
H A D10-main.conf511 CFLAGS => combine(picker(debug => "-O0 -g",
616 cflags => combine("-mlp64", threads("-pthread")),
694 cxxflags => combine("-std=c++11", threads("-pthread")),
993 cppflags => combine("-DOPENSSL_SMALL_FOOTPRINT",
1144 cflags => combine("-Kalloca", threads("-Kthread")),
1237 cflags => combine("-maix64", threads("-pthread")),
1256 cflags => combine("-q32 -qmaxmem=16384 -qro -qroconst",
1275 …cflags => combine("-Wno-implicit-function-declaration -mcmodel=large -DBROKEN_CLANG_ATOM…
1291 cflags => combine("-q64 -qmaxmem=16384 -qro -qroconst",
1309 cflags => combine("-maix64 -Wno-implicit-function-declaration -mcmodel=large",
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
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.S133 CTMP = combine(PP_ODD_H,#0)
134 PP_ODD = combine(#0,PP_LL_H)
152 PP_HH = combine(#0,PP_ODD_H)
157 PP_LL = combine(PP_ODD_L,PP_LL_L)
196 if (SWAP.new) EXPCA = combine(EXPA,EXPC)
241 if (P_TMP) CTMP = combine(TMP,TMP) // sign extension of pre-shift-right-64
470 CTMP = combine(##0x7fefffff,#-1)
474 ATMP = combine(##0x7ff00000,#0)
565 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 Dudivsi3.S26 r5:4 = combine(#1,#0)
32 r1:0 = combine(r0,r4)
H A Dudivmodsi4.S27 r5:4 = combine(#1,#0)
33 r1:0 = combine(r0,r4)
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/contrib/kyua/utils/config/
H A Dnodes.hpp76 virtual base_node* combine(const tree_key& key, const base_node* other)
103 base_node* combine(const detail::tree_key&, const base_node*) const;
H A Dnodes.cpp121 new_node.reset((*iter1).second->combine(child_key, in combine_children_into()
314 config::detail::static_inner_node::combine(const tree_key& key, in combine() function in config::detail::static_inner_node
395 config::detail::dynamic_inner_node::combine(const tree_key& key, in combine() function in config::detail::dynamic_inner_node
419 config::leaf_node::combine(const detail::tree_key& key, in combine() function in config::leaf_node
H A Dtree_test.cpp217 const config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY()
246 const config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY()
263 const config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY()
283 const config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY()
322 config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY()
361 config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY()
388 t1.combine(t2)); in ATF_TEST_CASE_BODY()
393 t2.combine(t1)); in ATF_TEST_CASE_BODY()
H A Dtree.cpp93 config::tree::combine(const tree& overrides) const in combine() function in config::tree
101 _root->combine(detail::tree_key(), other_root)); in combine()
H A Dtree.hpp94 tree combine(const tree&) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp140 void combine(HashType Type);
360 Hash.combine(Type); in VisitStmt()
388 Hash.combine(PGOHash::IfThenBranch); in TraverseIfStmt()
390 Hash.combine(PGOHash::IfElseBranch); in TraverseIfStmt()
393 Hash.combine(PGOHash::EndOfScope); in TraverseIfStmt()
412 Hash.combine(PGOHash::EndOfScope); in TraverseWhileStmt()
431 Hash.combine(PGOHash::EndOfScope); in TraverseDoStmt()
452 Hash.combine(PGOHash::EndOfScope); in TraverseForStmt()
468 Hash.combine(PGOHash::EndOfScope); in TraverseCXXForRangeStmt()
479 Hash.combine(PGOHash::EndOfScope); \
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h137 void combineOutAndErr(bool combine = true) { CombinedOutAndErr = combine; }
/freebsd/contrib/kyua/model/
H A Dmetadata.cpp382 return (get_defaults().combine(props) == in operator ==()
383 get_defaults().combine(other.props)); in operator ==()
412 return metadata(_pimpl->props.combine(overrides._pimpl->props)); in apply_overrides()
649 const config::tree fully_specified = get_defaults().combine(_pimpl->props); in to_properties()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h546 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end,
551 return combine(length, buffer_ptr, buffer_end, args...);
559 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) {
596 return helper.combine(0, helper.buffer, helper.buffer + 64, args...);
/freebsd/sbin/ipf/ipscan/
H A Dipscan_y.y33 struct in_addr combine(int, int, int, int);
171 { $$ = combine($1,$3,$5,$7); }
418 combine(int a1, int a2, int a3, int a4) in combine() function
/freebsd/crypto/heimdal/lib/wind/
H A Dnormalize.c250 combine(const uint32_t *in, size_t in_len, in combine() function
322 ret = combine(tmp, tmp_len, out, out_len); in _wind_stringprep_normalize()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMemoryModelRelaxationAnnotations.h64 static MDNode *combine(LLVMContext &Ctx, const MMRAMetadata &A,
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsamsung,exynos4210-combiner.txt4 can combine interrupt sources as a group and provide a single interrupt request
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMemoryModelRelaxationAnnotations.cpp79 MDNode *MMRAMetadata::combine(LLVMContext &Ctx, const MMRAMetadata &A, in combine() function in MMRAMetadata
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp94 void combine(MachineInstr &I1, MachineInstr &I2,
508 combine(I1, *I2, MI, DoInsertAtI1, OptForSize); in runOnMachineFunction()
569 void HexagonCopyToCombine::combine(MachineInstr &I1, MachineInstr &I2, in combine() function in HexagonCopyToCombine
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp99 bool combine(std::list<VectorInfo> &InterleavedLoad,
1118 bool InterleavedLoadCombineImpl::combine(std::list<VectorInfo> &InterleavedLoad, in combine() function in InterleavedLoadCombineImpl
1288 if (combine(InterleavedLoad, ORE)) { in run()
/freebsd/contrib/one-true-awk/
H A DFREEBSD-upgrade45 # you may need to combine the messages. Also, if there's more than

12345