Searched refs:fold (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-10.0-release/usr.bin/fold/
H A DMakefile4 PROG= fold
H A Dfold.c41 static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93";
60 void fold(int);
126 fold(width);
132 fold(width);
139 (void)fprintf(stderr, "usage: fold [-bs] [-w width] [file ...]\n");
155 fold(int width) function
/freebsd-10.0-release/contrib/gcc/
H A Dc-convert.c55 In fold-const.c: fold.
104 return fold (convert_to_integer (type, e));
108 return fold (convert_to_pointer (type, e));
110 return fold (convert_to_real (type, e));
112 return fold (convert_to_complex (type, e));
114 return fold (convert_to_vector (type, e));
H A Dconvert.c200 arglist = build_tree_list (NULL_TREE, fold (convert_to_real (newtype, arg0)));
243 fold (convert_to_real (type, arg))));
258 fold (convert_to_real (type,
291 fold (convert_to_real (newtype, arg0)),
292 fold (convert_to_real (newtype, arg1)));
305 fold (convert_to_real (newtype, arg0)),
306 fold (convert_to_real (newtype, arg1)));
H A Dtree-ssa-threadedge.c294 /* Try to fold/lookup the new expression. Inserting the
297 here, because fold expects all the operands of an expression
303 cond = fold (cond);
316 cached_lhs = fold (pre_fold_expr);
431 cached_lhs = fold (COND_EXPR_COND (dummy_cond));
H A Dtree-cfgcleanup.c89 val = fold (COND_EXPR_COND (expr));
93 val = fold (SWITCH_COND (expr));
H A Dtree-ssa-ccp.c478 /* If the statement has volatile operands, it won't fold to a
484 and/or stores will never fold into a constant. */
928 /* We may be able to fold away calls to builtin functions if their
949 /* Substitute operands with their values and try to fold. */
1055 /* Whoo-hoo! I'll fold ya baby. Yeah! */
1132 to fold the statement to determine the constant value. */
1535 /* A subroutine of fold_stmt_r. Attempts to fold *(A+O) to A[X].
1628 /* A subroutine of fold_stmt_r. Attempts to fold *(S+O) to S.X.
1746 base = fold (base);
1878 /* If the first operand is an ARRAY_REF, expand it so that we can fold
[all...]
H A Dtree-ssa-loop-niter.c672 /* Substitute NEW for OLD in EXPR and fold the result. */
704 return (ret ? fold (ret) : expr);
744 ret = fold (ret);
1356 val = fold (TREE_OPERAND (stmt, 1));
H A Dc-pretty-print.c533 pp_expression (pp, fold (build2 (PLUS_EXPR, type, maxval,
H A Dtree-cfg.c439 cond = fold (COND_EXPR_COND (stmt));
1523 cond = fold (COND_EXPR_COND (*stmt_p));
3255 x = fold (ASSERT_EXPR_COND (t));
H A Dtree.c712 with these extra bits may confuse the fold so that it detects overflows
2032 tree t = fold (expr);
2449 new = fold (build4 (code, TREE_TYPE (exp), op0, op1, op2, op3));
2580 return fold (build4 (code, TREE_TYPE (exp), op0, op1, op2, op3));
2686 for optimizations. Among other things, the opportunity to fold in the
/freebsd-10.0-release/contrib/vis/
H A Dvis.c58 static int eflags, fold, foldwidth = 80, none, markeol; variable
91 errx(1, "can't fold lines to less than 5 cols");
97 fold++; /* fold output lines to 80 cols */
254 if (fold) {
274 if (fold && *(cp - 1) != '\n')
/freebsd-10.0-release/sys/dev/syscons/dragon/
H A Ddragon_saver.c131 static unsigned char fold[1 << (ORDER - 3)]; local
132 #define GET_FOLD(x) (fold[(x) >> 3] & (1 << ((x) & 7)))
133 #define SET_FOLD(x) (fold[(x) >> 3] |= (1 << ((x) & 7)))
134 #define CLR_FOLD(x) (fold[(x) >> 3] &= ~(1 << ((x) & 7)))
/freebsd-10.0-release/contrib/gcc/cp/
H A Dexpr.c67 cst = fold (build_nop (type, cst));
H A Derror.c639 dump_expr (fold (cp_build_binary_op
H A Dinit.c2853 ifexp = fold (cp_build_binary_op (NE_EXPR, addr, integer_zero_node));
H A Dtree.c2380 /* Like "fold", but should be used whenever we might be processing the
2387 "fold". We will call fold later when actually instantiating the
2397 return fold (expr);
/freebsd-10.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h121 bool fold(CallInst *CI, const DataLayout *TD, const TargetLibraryInfo *TLI);
/freebsd-10.0-release/usr.bin/
H A DMakefile54 fold \
/freebsd-10.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile45 expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o \
/freebsd-10.0-release/usr.sbin/crunch/examples/
H A Dreally-big.conf43 progs dirname du env error expand false file find finger fmt fold fpr from
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dtree.c76 static tnode_t *fold(tnode_t *);
688 ntn = fold(ntn);
2272 ntn = fold(ntn);
2361 rn = fold(rn);
2375 ntn = fold(ntn);
2504 rn = fold(rn);
2623 fold(tnode_t *tn) function
2746 lerror("fold() 5");
/freebsd-10.0-release/kerberos5/lib/libkrb5/
H A DMakefile569 n-fold.c \
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp469 bool SimplifyFortifiedLibCalls::fold(CallInst *CI, const DataLayout *TD, function in class:SimplifyFortifiedLibCalls
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.c5674 incr = fold (build2 (PLUS_EXPR, ptr_type_node, incr,
5676 incr = fold (build2 (BIT_AND_EXPR, ptr_type_node, incr,
5684 addr = fold (build2 (PLUS_EXPR, ptr_type_node, incr,
5715 incr = fold (build2 (PLUS_EXPR, ptr_type_node, incr, ssize_int (rsize)));

Completed in 305 milliseconds

12