Home
last modified time | relevance | path

Searched refs:pred (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h89 Pred pred, in AssertPred1Helper() argument
91 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper()
107 #define GTEST_PRED1_(pred, v1, on_failure)\ argument
108 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
110 pred, \
116 #define EXPECT_PRED1(pred, v1) \ argument
117 GTEST_PRED1_(pred, v1, GTEST_NONFATAL_FAILURE_)
120 #define ASSERT_PRED1(pred, v1) \ argument
121 GTEST_PRED1_(pred, v1, GTEST_FATAL_FAILURE_)
133 Pred pred, in AssertPred2Helper() argument
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dring.c84 ring->pred = ring->succ = ring;
94 entry->pred = ring;
95 ring->succ->pred = entry;
105 entry->pred = ring->pred;
107 ring->pred->succ = entry;
108 ring->pred = entry;
117 RING *pred = entry->pred; local
119 pred->succ = succ;
120 succ->pred = pred;
122 entry->succ = entry->pred = 0;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsearching.d116 Checks if $(I _all) of the elements verify $(D pred).
118 template all(alias pred = "a")
122 input _range $(D range) satisfy the predicate $(D pred).
123 Performs (at most) $(BIGOH range.length) evaluations of $(D pred).
126 if (isInputRange!Range && is(typeof(unaryFun!pred(range.front))))
130 return find!(not!(unaryFun!pred))(range).empty;
160 Checks if $(I _any) of the elements verifies $(D pred).
162 $(D pred).
165 template any(alias pred = "a")
169 input _range $(D range) satisfies the predicate $(D pred).
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsearching.d112 Checks if $(I _all) of the elements satisfy `pred`.
114 template all(alias pred = "a")
118 or $(I _all) values found in `range` satisfy the predicate `pred`.
119 Performs (at most) $(BIGOH range.length) evaluations of `pred`.
124 static assert(is(typeof(unaryFun!pred(range.front))),
125 "`" ~ (isSomeString!(typeof(pred))
126 ? pred.stringof[1..$-1] : pred.stringof)
130 return find!(not!(unaryFun!pred))(range).empty;
161 Checks if $(I _any) of the elements satisfies `pred`.
163 `pred`.
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-predicate-analysis.cc175 dump_pred_info (const pred_info &pred) in dump_pred_info() argument
177 if (pred.invert) in dump_pred_info()
179 print_generic_expr (dump_file, pred.pred_lhs); in dump_pred_info()
180 fprintf (dump_file, " %s ", op_symbol_code (pred.cond_code)); in dump_pred_info()
181 print_generic_expr (dump_file, pred.pred_rhs); in dump_pred_info()
182 if (pred.invert) in dump_pred_info()
285 find_matching_predicate_in_rest_chains (const pred_info &pred, in find_matching_predicate_in_rest_chains() argument
304 if (operand_equal_p (pred2.pred_lhs, pred.pred_lhs, 0) in find_matching_predicate_in_rest_chains()
305 && operand_equal_p (pred2.pred_rhs, pred.pred_rhs, 0) in find_matching_predicate_in_rest_chains()
306 && pred2.invert == pred.invert) in find_matching_predicate_in_rest_chains()
[all …]
H A Dpostreload-gcse.cc177 edge pred; member
938 edge pred; in bb_has_well_behaved_predecessors() local
944 FOR_EACH_EDGE (pred, ei, bb->preds) in bb_has_well_behaved_predecessors()
948 if ((pred->flags & EDGE_ABNORMAL) && !single_pred_p (pred->dest)) in bb_has_well_behaved_predecessors()
951 if ((pred->flags & EDGE_ABNORMAL_CALL) && cfun->has_nonlocal_label) in bb_has_well_behaved_predecessors()
954 if (tablejump_p (BB_END (pred->src), NULL, NULL)) in bb_has_well_behaved_predecessors()
1021 edge pred; in eliminate_partially_redundant_load() local
1051 FOR_EACH_EDGE (pred, ei, bb->preds) in eliminate_partially_redundant_load()
1057 pred_bb = pred->src; in eliminate_partially_redundant_load()
1078 || reg_killed_on_edge (avail_reg, pred) in eliminate_partially_redundant_load()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_mve.td172 $m1, m2_cg, $addend, $pred);
178 Predicate:$pred), pred_cg>;
191 Predicate:$pred),
195 Predicate:$pred),
214 Vector, (args Vector:$addend, Vector:$m1, Scalar:$m2_s, Predicate:$pred),
216 $addend, $m1, $m2_s, $pred)>;
218 Vector, (args Vector:$m1, Vector:$m2, Scalar:$addend_s, Predicate:$pred),
220 $m1, $m2, $addend_s, $pred)>;
232 Vector, (args Vector:$addend, Vector:$m1, Scalar:$m2_s, Predicate:$pred),
234 $addend, $m1, $m2_s, $pred)>;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dgenfusion.pl209 my ($kind, $vchr, $mode, $pred, $constraint, $cr, $outer, @outer_ops,
220 $pred = "altivec_register_operand";
226 $pred = "gpc_reg_operand";
264 $inner_arg0 = "(match_operand:${mode} 0 \"${pred}\" \"${c4}\")";
265 $inner_arg1 = "(match_operand:${mode} 1 \"${pred}\" \"${bc}${c4}\")";
277 $outer_arg2 = "(match_operand:${mode} 2 \"${pred}\" \"${c4}\")";
307 [(set (match_operand:${mode} 3 "${pred}" "=&0,&1,&${constraint},${constraint}")
329 my ($kind, $vchr, $op, $type, $mode, $pred, $constraint);
336 $pred = "altivec_register_operand";
343 $pred = "gpc_reg_operand";
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpostreload-gcse.c177 edge pred; member
937 edge pred; in bb_has_well_behaved_predecessors() local
943 FOR_EACH_EDGE (pred, ei, bb->preds) in bb_has_well_behaved_predecessors()
947 if ((pred->flags & EDGE_ABNORMAL) && !single_pred_p (pred->dest)) in bb_has_well_behaved_predecessors()
950 if ((pred->flags & EDGE_ABNORMAL_CALL) && cfun->has_nonlocal_label) in bb_has_well_behaved_predecessors()
953 if (tablejump_p (BB_END (pred->src), NULL, NULL)) in bb_has_well_behaved_predecessors()
1020 edge pred; in eliminate_partially_redundant_load() local
1050 FOR_EACH_EDGE (pred, ei, bb->preds) in eliminate_partially_redundant_load()
1056 pred_bb = pred->src; in eliminate_partially_redundant_load()
1077 || reg_killed_on_edge (avail_reg, pred) in eliminate_partially_redundant_load()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm_cde.h159 #define __arm_vcx1q_m(coproc, inactive, imm, pred) \ argument
160 __builtin_arm_vcx1q_p_v16qi(coproc, inactive, imm, pred)
161 #define __arm_vcx1qa_m(coproc, acc, imm, pred) \ argument
162 __builtin_arm_vcx1qa_p_v16qi(coproc, acc, imm, pred)
164 #define __arm_vcx2q_m(coproc, inactive, n, imm, pred) \ argument
165 __builtin_arm_vcx2q_p_v16qi(coproc, inactive, n, imm, pred)
166 #define __arm_vcx2qa_m(coproc, acc, n, imm, pred) \ argument
167 __builtin_arm_vcx2qa_p_v16qi(coproc, acc, n, imm, pred)
169 #define __arm_vcx3q_m(coproc, inactive, n, m, imm, pred) \ argument
170 __builtin_arm_vcx3q_p_v16qi(coproc, inactive, n, m, imm, pred)
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm_cde.h159 #define __arm_vcx1q_m(coproc, inactive, imm, pred) \ argument
160 __builtin_arm_vcx1q_p_v16qi(coproc, inactive, imm, pred)
161 #define __arm_vcx1qa_m(coproc, acc, imm, pred) \ argument
162 __builtin_arm_vcx1qa_p_v16qi(coproc, acc, imm, pred)
164 #define __arm_vcx2q_m(coproc, inactive, n, imm, pred) \ argument
165 __builtin_arm_vcx2q_p_v16qi(coproc, inactive, n, imm, pred)
166 #define __arm_vcx2qa_m(coproc, acc, n, imm, pred) \ argument
167 __builtin_arm_vcx2qa_p_v16qi(coproc, acc, n, imm, pred)
169 #define __arm_vcx3q_m(coproc, inactive, n, m, imm, pred) \ argument
170 __builtin_arm_vcx3q_p_v16qi(coproc, inactive, n, m, imm, pred)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp1354 CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate(); in ConstantFoldBinaryInstruction() local
1355 pred = CmpInst::getInversePredicate(pred); in ConstantFoldBinaryInstruction()
1356 return ConstantExpr::getCompare(pred, CE1->getOperand(0), in ConstantFoldBinaryInstruction()
1716 ICmpInst::Predicate pred = ICmpInst::ICMP_EQ; in evaluateICmpRelation() local
1717 R = dyn_cast<ConstantInt>(ConstantExpr::getICmp(pred, V1, V2)); in evaluateICmpRelation()
1719 return pred; in evaluateICmpRelation()
1720 pred = isSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; in evaluateICmpRelation()
1721 R = dyn_cast<ConstantInt>(ConstantExpr::getICmp(pred, V1, V2)); in evaluateICmpRelation()
1723 return pred; in evaluateICmpRelation()
1724 pred = isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/ia64/
H A Dmul_2.asm272 .pred.rel "mutex", p8, p9
379 .pred.rel "mutex", p8, p9
380 .pred.rel "mutex", p12, p13
388 .pred.rel "mutex", p6, p7
397 .pred.rel "mutex", p10, p11
405 .pred.rel "mutex", p6, p7
406 .pred.rel "mutex", p10, p11
414 .pred.rel "mutex", p8, p9
423 .pred.rel "mutex", p12, p13
431 .pred.rel "mutex", p8, p9
[all …]
H A Daddmul_2.asm340 .pred.rel "mutex", p8, p9
461 .pred.rel "mutex", p12, p13
469 .pred.rel "mutex", p8, p9
470 .pred.rel "mutex", p12, p13
478 .pred.rel "mutex", p6, p7
487 .pred.rel "mutex", p10, p11
495 .pred.rel "mutex", p6, p7
496 .pred.rel "mutex", p10, p11
504 .pred.rel "mutex", p8, p9
513 .pred.rel "mutex", p12, p13
[all …]
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dinsque.c37 insque (struct qelem *elem, struct qelem *pred) in insque() argument
39 elem -> q_forw = pred -> q_forw; in insque()
40 pred -> q_forw -> q_back = elem; in insque()
41 elem -> q_back = pred; in insque()
42 pred -> q_forw = elem; in insque()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dinsque.c37 insque (struct qelem *elem, struct qelem *pred) in insque() argument
39 elem -> q_forw = pred -> q_forw; in insque()
40 pred -> q_forw -> q_back = elem; in insque()
41 elem -> q_back = pred; in insque()
42 pred -> q_forw = elem; in insque()
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dinsque.c37 insque (struct qelem *elem, struct qelem *pred) in insque() argument
39 elem -> q_forw = pred -> q_forw; in insque()
40 pred -> q_forw -> q_back = elem; in insque()
41 elem -> q_back = pred; in insque()
42 pred -> q_forw = elem; in insque()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dinsque.c37 insque (struct qelem *elem, struct qelem *pred) in insque() argument
39 elem -> q_forw = pred -> q_forw; in insque()
40 pred -> q_forw -> q_back = elem; in insque()
41 elem -> q_back = pred; in insque()
42 pred -> q_forw = elem; in insque()
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dinsque.c37 insque (struct qelem *elem, struct qelem *pred) in insque() argument
39 elem -> q_forw = pred -> q_forw; in insque()
40 pred -> q_forw -> q_back = elem; in insque()
41 elem -> q_back = pred; in insque()
42 pred -> q_forw = elem; in insque()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dinsque.c37 insque (struct qelem *elem, struct qelem *pred) in insque() argument
39 elem -> q_forw = pred -> q_forw; in insque()
40 pred -> q_forw -> q_back = elem; in insque()
41 elem -> q_back = pred; in insque()
42 pred -> q_forw = elem; in insque()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td412 // pred operand excluding AL
782 t2_so_imm:$imm, pred:$p,
786 rGPR:$Rm, pred:$p,
790 t2_so_reg:$shift, pred:$p,
802 (!cast<Instruction>(NAME#"ri") rGPR:$Rd, rGPR:$Rn, t2_so_imm:$imm, pred:$p,
806 (!cast<Instruction>(NAME#"rr") rGPR:$Rd, rGPR:$Rn, rGPR:$Rm, pred:$p,
810 pred:$p, cc_out:$s)>;
815 pred:$p, cc_out:$s)>;
817 (!cast<Instruction>(NAME#"rr") rGPR:$Rdn, rGPR:$Rdn, rGPR:$Rm, pred:$p,
821 pred:$p, cc_out:$s)>;
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_sugar.c143 dt_node_t *pred, int condid, int newcond) in dt_sugar_new_condition_impl() argument
160 value = dt_node_op2(DT_TOK_LAND, dt_node_int(1), pred); in dt_sugar_new_condition_impl()
164 dt_sugar_new_condition_var(condid), pred); in dt_sugar_new_condition_impl()
180 dt_sugar_new_condition(dt_sugar_parse_t *dp, dt_node_t *pred, int condid) in dt_sugar_new_condition() argument
184 pred, condid, dp->dtsp_num_conditions)); in dt_sugar_new_condition()
344 dt_node_t *pred = in dt_sugar_do_if() local
347 dt_sugar_new_condition(dp, pred, precondition)); in dt_sugar_do_if()
364 dt_node_t *pred = NULL; in dt_sugar_new_basic_block() local
373 pred = dt_node_op1(DT_TOK_LNEG, in dt_sugar_new_basic_block()
377 pred = dt_node_op2(DT_TOK_LAND, in dt_sugar_new_basic_block()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dreachability.h50 edge_t *pred; in reachability() local
51 FOR_EACH_VEC_ELT (next->m_preds, i, pred) in reachability()
53 if (!reachable_from_p (pred->m_src)) in reachability()
55 worklist.safe_push (pred->m_src); in reachability()
56 bitmap_set_bit (m_indices, pred->m_src->m_index); in reachability()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dreachability.h50 edge_t *pred; in reachability() local
51 FOR_EACH_VEC_ELT (next->m_preds, i, pred) in reachability()
53 if (!reachable_from_p (pred->m_src)) in reachability()
55 worklist.safe_push (pred->m_src); in reachability()
56 bitmap_set_bit (m_indices, pred->m_src->m_index); in reachability()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dpriority_queue.c176 priority_queue_predicate pred) in priority_tree_find() argument
181 struct gomp_task *task = priority_tree_find (type, node->right, pred); in priority_tree_find()
185 if (pred (task)) in priority_tree_find()
196 priority_queue_predicate pred) in priority_list_find() argument
205 if (pred (task)) in priority_list_find()
220 priority_queue_predicate pred) in priority_queue_find() argument
223 return priority_tree_find (type, head->t.root, pred); in priority_queue_find()
225 return priority_list_find (type, &head->l, pred); in priority_queue_find()

12345678910>>...16