Searched refs:body (Results 51 - 75 of 140) sorted by relevance

123456

/freebsd-9.3-release/sys/contrib/ia64/libuwx/test/
H A Dprimeregs.s49 .body
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h116 const char* body; member in struct:macro_info
/freebsd-9.3-release/contrib/gcc/
H A Dstmt.c282 rtx body;
287 body = gen_rtx_ASM_INPUT (VOIDmode,
290 MEM_VOLATILE_P (body) = vol;
292 emit_insn (body);
323 large body of code that puts it last. Swap the character to
665 rtx body;
877 body = gen_rtx_ASM_OPERANDS ((noutputs == 0 ? VOIDmode
883 MEM_VOLATILE_P (body) = vol;
961 ASM_OPERANDS_INPUT (body, i) = op;
963 ASM_OPERANDS_INPUT_CONSTRAINT_EXP (body,
276 rtx body; local
659 rtx body; local
[all...]
H A Dreg-stack.c469 rtx body = PATTERN (insn);
486 n_inputs = get_asm_operand_n_inputs (body);
507 if (GET_CODE (body) == PARALLEL)
509 clobber_reg = alloca (XVECLEN (body, 0) * sizeof (rtx));
511 for (i = 0; i < XVECLEN (body, 0); i++)
512 if (GET_CODE (XVECEXP (body, 0, i)) == CLOBBER)
514 rtx clobber = XVECEXP (body, 0, i);
653 get_asm_operand_n_inputs (rtx body)
655 switch (GET_CODE (body))
658 gcc_assert (GET_CODE (SET_SRC (body))
463 rtx body = PATTERN (insn); local
646 get_asm_operand_n_inputs(rtx body) argument
1942 rtx body = PATTERN (insn); local
[all...]
H A Dipa-prop.c288 tree body; local
313 body = DECL_SAVED_TREE (decl);
314 if (body != NULL)
H A Dloop-doloop.c158 basic_block *body = get_loop_body (loop), bb; local
198 bb = body[i];
221 free (body);
H A Dcgraph.h31 /* Function body/variable initializer is unknown. */
33 /* Function body/variable initializer is known but might be replaced
39 /* Function body/variable initializer is known and will be used in final
42 /* Function body/variable initializer is known and all it's uses are explicitly
169 /* In non-unit-at-a-time mode the function body of inline candidates is saved
316 void cgraph_build_static_cdtor (char which, tree body, int priority);
H A Dloop-unroll.c211 /* Check whether exit of the LOOP is at the end of loop body. */
467 body;
472 body; i++;
473 body; i++;
474 body; i++;
475 body; i++;
561 /* nunroll = total number of copies of the original loop body in
562 unrolled loop (i.e. if it is 2, we have to duplicate loop body once. */
600 nunroll so that as few as possible copies of loop body are
645 body;
938 basic_block preheader, *body, *dom_bbs, swtch, ezc_swtch; local
1508 basic_block *body, bb; local
1700 basic_block *body, bb; local
[all...]
H A Dgimplify.c171 pop_gimplify_context (tree body) argument
182 if (body)
183 declare_vars (c->temps, body, false);
883 /* Unshare all the trees in BODY_P, a pointer into the body of FNDECL, and the
884 bodies of any nested functions if we are unsharing the entire body of
935 gimple_build_eh_filter (tree body, tree allowed, tree failure) argument
944 append_to_statement_list (body, &TREE_OPERAND (t, 0));
964 /* Set p to point to the body of the wrapper. Loop until we find
973 /* For a BIND_EXPR, the body is operand 1. */
1284 /* Gimplify a LOOP_EXPR. Normally this just involves gimplifying the body
4111 tree body; local
6295 tree body, parm_stmts; local
[all...]
H A Dtree-ssa-loop-prefetch.c457 basic_block *body = get_loop_body_in_dom_order (loop); local
464 /* Scan the loop body in order, so that the former references precede the
468 bb = body[i];
487 free (body);
/freebsd-9.3-release/sys/dev/ppbus/
H A Dppb_msq.c162 struct ppb_microseq *body, struct ppb_microseq *epilog,
170 MS_CALL(0), /* execute body */
180 loop_microseq[2].arg[0].p = (void *)body;
161 ppb_MS_loop(device_t bus, device_t dev, struct ppb_microseq *prolog, struct ppb_microseq *body, struct ppb_microseq *epilog, int iter, int *ret) argument
/freebsd-9.3-release/sys/ia64/ia64/
H A Dphysical.S53 .body
163 .body
H A Dlocore.S59 .body
158 .body
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl2.c2325 tree body;
2366 body = begin_compound_stmt (BCS_FN_BODY);
2375 return body;
2382 finish_objects (int method_type, int initp, tree body)
2387 finish_compound_stmt (body);
2453 tree body;
2523 body = begin_compound_stmt (BCS_FN_BODY);
2530 return body;
2538 finish_static_storage_duration_function (tree body)
2541 finish_compound_stmt (body);
2320 tree body; local
2377 finish_objects(int method_type, int initp, tree body) argument
2448 tree body; local
2533 finish_static_storage_duration_function(tree body) argument
2857 tree body; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp79 void transformBody(Stmt *body, Decl *ParentD) { argument
80 Body = body;
81 TraverseStmt(body);
/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Dlex.cpp479 argument_macro_input::argument_macro_input(const char *body, int ac, argument
486 p = s = strsave(body);
695 void interpolate_macro_with_args(const char *body) argument
729 current_input = new argument_macro_input(body, argc, argv, current_input);
/freebsd-9.3-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.S88 .body
/freebsd-9.3-release/lib/csu/ia64/
H A Dcrt1.S49 .body
/freebsd-9.3-release/sys/netgraph/
H A Dnetgraph.h649 } body; member in struct:ng_item
687 #define _NGI_M(i) ((i)->body.da_m)
688 #define _NGI_MSG(i) ((i)->body.msg.msg_msg)
689 #define _NGI_RETADDR(i) ((i)->body.msg.msg_retaddr)
690 #define _NGI_FN(i) ((i)->body.fn.fn_fn.fn_fn)
691 #define _NGI_FN2(i) ((i)->body.fn.fn_fn.fn_fn2)
692 #define _NGI_ARG1(i) ((i)->body.fn.fn_arg1)
693 #define _NGI_ARG2(i) ((i)->body.fn.fn_arg2)
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dpic.y30 int by_is_multiplicative, double by, char *body);
70 struct { double x; char *body; } if_data;
414 push_body($1.body);
415 a_delete $1.body;
425 push_body($1.body);
428 a_delete $1.body;
506 $$.body = $5;
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dunwind-ia64.c176 #define UNW_DEC_PROLOGUE(fmt, body, rlen, arg) \
180 *(int *)arg = body; \
182 fmt, body ? "body" : "prologue", (unsigned long) rlen); \
515 * UNW_DEC_PROLOGUE(fmt,body,rlen,arg)
673 int body = (code & 0x20) != 0; local
677 UNW_DEC_PROLOGUE ("R1", body, rlen, arg);
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c3393 worth. In this case r3 might be used in the body of the function, but
5483 rtx body, lhs, rhs;;
5488 body = PATTERN (insn);
5490 if (GET_CODE (body) != SET)
5493 lhs = XEXP (body, 0);
5494 rhs = XEXP (body, 1);
5535 rtx body = PATTERN (first);
5540 if (GET_CODE (first) == JUMP_INSN && GET_CODE (body) != RETURN)
5558 if (GET_CODE (body) == PARALLEL && XVECLEN (body,
5472 rtx body, lhs, rhs;; local
5524 rtx body = PATTERN (first); local
7378 rtx body = PATTERN (insn); local
11596 rtx body = PATTERN (insn); local
[all...]
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_hdmi.c212 strcpy(spd_if.body.spd.vn, "Intel");
213 strcpy(spd_if.body.spd.pd, "Integrated gfx");
214 spd_if.body.spd.sdi = DIP_SPD_PC;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c5901 it's body - store_unsigned_integer. */
7768 consume_improper_spaces (const char *p, const char *body)
7774 body);
7786 const char *body)
7790 /* The body string takes one of two forms. For object-like macro
7817 for (p = body; *p; p++)
7824 int name_len = p - body;
7825 char *name = copy_string (body, name_len);
7829 replacement = body + name_len + 1;
7832 dwarf2_macro_malformed_definition_complaint (body);
7767 consume_improper_spaces(const char *p, const char *body) argument
7784 parse_macro_definition(struct macro_source_file *file, int line, const char *body) argument
7967 char *body; local
[all...]
/freebsd-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_self_context.s90 .body
238 .body

Completed in 508 milliseconds

123456