Searched refs:rtl (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-9.3-release/contrib/gcc/
H A Dcfglayout.c26 #include "rtl.h"
214 bb->il.rtl->header = unlink_insn_chain (next_insn,
218 bb->il.rtl->footer = unlink_insn_chain (NEXT_INSN (BB_END (bb)), end);
611 if (bb->il.rtl->header)
614 NEXT_INSN (insn) = bb->il.rtl->header;
616 set_first_insn (bb->il.rtl->header);
617 PREV_INSN (bb->il.rtl->header) = insn;
618 insn = bb->il.rtl->header;
628 if (bb->il.rtl->footer)
630 NEXT_INSN (insn) = bb->il.rtl
[all...]
H A Dcfgrtl.c46 #include "rtl.h"
382 if (b->il.rtl->global_live_at_start)
384 FREE_REG_SET (b->il.rtl->global_live_at_start);
385 FREE_REG_SET (b->il.rtl->global_live_at_end);
386 b->il.rtl->global_live_at_start = NULL;
387 b->il.rtl->global_live_at_end = NULL;
518 if (bb->il.rtl->global_live_at_start)
520 new_bb->il.rtl->global_live_at_start = ALLOC_REG_SET (&reg_obstack);
521 new_bb->il.rtl->global_live_at_end = ALLOC_REG_SET (&reg_obstack);
522 COPY_REG_SET (new_bb->il.rtl
[all...]
H A Ddwarf2out.c45 #include "rtl.h"
959 initial_return_save (rtx rtl)
964 switch (GET_CODE (rtl))
968 reg = DWARF_FRAME_REGNUM (REGNO (rtl));
973 rtl = XEXP (rtl, 0);
974 switch (GET_CODE (rtl))
977 gcc_assert (REGNO (rtl) == STACK_POINTER_REGNUM);
982 gcc_assert (REGNO (XEXP (rtl, 0)) == STACK_POINTER_REGNUM);
983 offset = INTVAL (XEXP (rtl,
958 initial_return_save(rtx rtl) argument
4374 is_pseudo_reg(rtx rtl) argument
8604 dbx_reg_number(rtx rtl) argument
8646 reg_loc_descriptor(rtx rtl) argument
8677 multiple_reg_loc_descriptor(rtx rtl, rtx regs) argument
8811 is_based_loc(rtx rtl) argument
8838 mem_loc_descriptor(rtx rtl, enum machine_mode mode) argument
9052 loc_descriptor(rtx rtl) argument
9171 rtx rtl; local
9213 rtx rtl = rtl_for_decl_location (loc); local
9319 rtx rtl = lookup_constant_def (loc); local
9868 insert_float(rtx rtl, unsigned char *array) argument
9892 add_const_value_attribute(dw_die_ref die, rtx rtl) argument
10075 rtx rtl = NULL_RTX; local
10160 rtx rtl; local
10402 rtx rtl; local
10522 rtx rtl; local
[all...]
H A Dtracer.c41 #include "rtl.h"
69 #define seen(bb) (bb->il.rtl->visited || bb->aux)
297 bb2->il.rtl->visited = 1;
338 && !e->dest->il.rtl->visited
345 best->dest->il.rtl->visited = 1;
350 if (!bb->il.rtl->visited)
353 bb->il.rtl->visited = 1;
H A Dbb-reorder.c72 #include "rtl.h"
315 && e->dest->il.rtl->visited != trace_n
322 if (!e->dest->il.rtl->visited
338 if (!e->dest->il.rtl->visited
411 bb->il.rtl->visited = trace;
505 if (e->dest->il.rtl->visited
506 && e->dest->il.rtl->visited != *n_traces)
559 || e->dest->il.rtl->visited)
620 if (best_edge->dest->il.rtl->visited == *n_traces)
690 && !e->dest->il.rtl
[all...]
H A Dcse.c23 /* stdio.h must precede rtl.h for FFS. */
27 #include "rtl.h"
251 code and mode fields of struct rtx_def (see rtl.h). */
456 of the mode field of struct rtx_def (see rtl.h). */
2500 we assume X is an expression being processed from the rtl
4836 rtx rtl;
4854 field of struct rtx_def (see rtl.h). */
4910 sets[0].rtl = x;
4991 sets[n_sets++].rtl = y;
5040 && (! rtx_equal_p (XEXP (tem, 0), SET_SRC (sets[0].rtl))
4814 rtx rtl; member in struct:set
7264 check_for_label_ref(rtx *rtl, void *data) argument
[all...]
H A Dflow.c37 find_basic_blocks divides the current function's rtl into basic
128 #include "rtl.h"
393 appear in the rtl.
421 mark_regs_live_at_end (EXIT_BLOCK_PTR->il.rtl->global_live_at_start);
510 bb->il.rtl->global_live_at_start))
530 XOR_REG_SET (new_live_at_start, bb->il.rtl->global_live_at_start);
535 if (REGNO_REG_SET_P (bb->il.rtl->global_live_at_start, i))
614 COPY_REG_SET (tmp, bb->il.rtl->global_live_at_end);
643 CLEAR_REG_SET (bb->il.rtl->global_live_at_start);
644 CLEAR_REG_SET (bb->il.rtl
[all...]
H A Drtl-factoring.c25 #include "rtl.h"
462 COPY_REG_SET (&live, bb->il.rtl->global_live_at_end);
545 COPY_REG_SET (&live, bb->il.rtl->global_live_at_end);
978 il.rtl->global_live_at_end,
979 BLOCK_FOR_INSN (mseq->insn)->il.rtl->global_live_at_end);
1033 SET_REGNO_REG_SET (bb->il.rtl->global_live_at_end,
1085 SET_REGNO_REG_SET (bb->il.rtl->global_live_at_end,
1089 IOR_REG_SET (bb->il.rtl->global_live_at_end,
1090 BLOCK_FOR_INSN (sb->label)->il.rtl->global_live_at_start);
H A Dmode-switching.c26 #include "rtl.h"
226 regset live_at_end = src_bb->il.rtl->global_live_at_end;
375 COPY_REG_SET (pre_exit->il.rtl->global_live_at_start, live_at_end);
376 COPY_REG_SET (pre_exit->il.rtl->global_live_at_end, live_at_end);
460 bb->il.rtl->global_live_at_start);
606 src_bb->il.rtl->global_live_at_end);
H A Dcgraph.h144 struct cgraph_rtl_info rtl; local
H A Dstruct-equiv.c81 #include "rtl.h"
89 #include "emit-rtl.h"
352 RVALUE indicates if the processed piece of rtl is used as a destination, in
664 /* Some rtl is guaranteed to be shared, or unique; If we didn't match
996 if (!REG_SET_EQUAL_P (info->x_block->il.rtl->global_live_at_end,
997 info->y_block->il.rtl->global_live_at_end))
1010 CLEAR_REGNO_REG_SET (info->x_block->il.rtl->global_live_at_end, rn);
1011 CLEAR_REGNO_REG_SET (info->y_block->il.rtl->global_live_at_end, rn);
1013 if (!REG_SET_EQUAL_P (info->x_block->il.rtl->global_live_at_end,
1014 info->y_block->il.rtl
[all...]
H A Dvarasm.c35 #include "rtl.h"
1925 rtx rtl = DECL_RTL (decl);
1927 if (MEM_P (rtl) && GET_CODE (XEXP (rtl, 0)) == SYMBOL_REF
1928 && !SYMBOL_REF_USED (XEXP (rtl, 0))
1932 SYMBOL_REF_USED (XEXP (rtl, 0)) = 1;
1933 ASM_OUTPUT_EXTERNAL (asm_out_file, decl, XSTR (XEXP (rtl, 0), 0));
2172 /* Record the rtl to refer to it. */
2423 rtx rtl;
2814 rtx rtl;
1916 rtx rtl = DECL_RTL (decl); local
2410 rtx rtl; local
2799 rtx rtl; local
5745 default_encode_section_info(tree decl, rtx rtl, int first ATTRIBUTE_UNUSED) argument
[all...]
H A Dgenattrtab.c111 #include "rtl.h"
296 rtx rtl; /* or the RTL recorded here. */ member in union:attr_hash::__anon1160
317 attr_hash_add_rtx (int hashcode, rtx rtl) argument
323 h->u.rtl = rtl;
379 && GET_CODE (h->u.rtl) == code
380 && XEXP (h->u.rtl, 0) == arg0)
381 return h->u.rtl;
410 && GET_CODE (h->u.rtl) == code
411 && XEXP (h->u.rtl,
[all...]
H A Dhaifa-sched.c133 #include "rtl.h"
163 N=3: rtl at abort point, control-flow, regions info.
4275 && bb->il.rtl->global_live_at_start == 0
4276 && bb->il.rtl->global_live_at_end == 0);
4387 gcc_assert (bb->il.rtl->global_live_at_start != 0
4388 && bb->il.rtl->global_live_at_end != 0);
4390 glat_start[bb->index] = bb->il.rtl->global_live_at_start;
4391 glat_end[bb->index] = bb->il.rtl->global_live_at_end;
4395 bb->il.rtl->global_live_at_start = 0;
4396 bb->il.rtl
[all...]
H A Dcfg.c55 #include "rtl.h"
521 if (bb->il.rtl->global_live_at_start && header)
524 dump_regset (bb->il.rtl->global_live_at_start, file);
527 if (bb->il.rtl->global_live_at_end && footer)
530 dump_regset (bb->il.rtl->global_live_at_end, file);
H A Dintegrate.c28 #include "rtl.h"
359 struct rtl_bb_info *info = bb->il.rtl;
H A Dglobal.c29 #include "rtl.h"
46 in the vector reg_renumber, not by changing the rtl code.
410 explicitly in the rtl, then registers allocated by local register
623 #if 0 /* We need to eliminate regs even if there is no rtl code,
671 /* Scan the rtl code and record all conflicts and register preferences in the
706 regset old = b->il.rtl->global_live_at_start;
1783 regset r = bb->il.rtl->global_live_at_start;
1874 EXECUTE_IF_SET_IN_BITMAP (b->il.rtl->global_live_at_start, 0, i, bi)
2390 bitmap_and_into (bb_live_pavin, bb->il.rtl->global_live_at_start);
2393 bitmap_and_into (temp_bitmap, bb->il.rtl
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dnetware.c26 #include "rtl.h"
134 i386_nlm_encode_section_info (tree decl, rtx rtl, int first) argument
136 default_encode_section_info (decl, rtl, first);
155 rtx rtlname = XEXP (rtl, 0);
H A Dwinnt.c27 #include "rtl.h"
342 i386_pe_encode_section_info (tree decl, rtx rtl, int first)
344 default_encode_section_info (decl, rtl, first);
357 rtx rtlname = XEXP (rtl, 0);
385 /* Mark the decl so we can tell from the rtl whether the object is
400 && rtl != NULL_RTX
401 && GET_CODE (rtl) == MEM
402 && GET_CODE (XEXP (rtl, 0)) == MEM
403 && GET_CODE (XEXP (XEXP (rtl, 0), 0)) == SYMBOL_REF
404 && i386_pe_dllimport_name_p (XSTR (XEXP (XEXP (rtl,
341 i386_pe_encode_section_info(tree decl, rtx rtl, int first) argument
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dpe.c27 #include "rtl.h"
206 arm_pe_encode_section_info (decl, rtl, first)
208 rtx rtl;
213 SYMBOL_REF_FLAG (XEXP (rtl, 0)) = 1;
215 /* Mark the decl so we can tell from the rtl whether the object is
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile43 dwarf2asm.o dwarf2out.o emit-rtl.o except.o explow.o loop-iv.o \
52 print-rtl.o print-tree.o profile.o value-prof.o var-tracking.o \
54 reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o \
64 rtl-factoring.o
/freebsd-9.3-release/gnu/usr.bin/cc/doc/
H A DMakefile26 rtl.texi md.texi tm.texi hostconfig.texi fragments.texi \
/freebsd-9.3-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile95 $(srcdir)/coverage.c $(srcdir)/rtl.h \
105 $(srcdir)/emit-rtl.c $(srcdir)/except.c $(srcdir)/explow.c $(srcdir)/expr.c \
402 gen$F: gen$F.o rtl.o read-rtl.o ggc-none.o vec.o min-insn-modes.o \
403 gensupport.o print-rtl.o errors.o ${LIBIBERTY}
531 gensupport.c ggc-none.c print-rtl.c read-rtl.c rtl.c \
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcie.c442 pciercx_cfg448.s.rtl = 1677;
445 pciercx_cfg448.s.rtl = 867;
448 pciercx_cfg448.s.rtl = 462;
451 pciercx_cfg448.s.rtl = 258;
861 pciercx_cfg448.s.rtl = 1677;
864 pciercx_cfg448.s.rtl = 867;
867 pciercx_cfg448.s.rtl = 462;
870 pciercx_cfg448.s.rtl = 258;
/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dxcoff.h427 int (*rtl) (void); member in struct:__rtinit

Completed in 669 milliseconds

123