| /src/external/gpl3/gcc/dist/gcc/ |
| target-globals.h | 50 struct target_rtl *rtl; variable in typeref:struct:target_rtl 79 this_target_rtl = g->rtl;
|
| basic-block.h | 139 struct rtl_bb_info * rtl; member in struct:basic_block_il_dependent::__anon12604 256 #define BB_END(B) (B)->il.x.rtl->end_ 257 #define BB_HEADER(B) (B)->il.x.rtl->header_ 258 #define BB_FOOTER(B) (B)->il.x.rtl->footer_
|
| symtab.cc | 26 #include "rtl.h" 1515 /* Make DECL local. FIXME: We shouldn't need to mess with rtl this early, 1516 but other code such as notice_global_symbol generates rtl. */ 1521 rtx rtl, symbol; local 1566 /* Update rtl flags. */ 1569 rtl = DECL_RTL (decl); 1570 if (!MEM_P (rtl)) 1573 symbol = XEXP (rtl, 0); 1620 /* Update rtl flags. */ 1623 rtx rtl = DECL_RTL (decl) local [all...] |
| stor-layout.cc | 26 #include "rtl.h" 32 #include "emit-rtl.h" 667 rtx rtl = NULL_RTX; 676 rtl = DECL_RTL_IF_SET (decl); 839 /* If the RTL was already set, update its mode and mem attributes. */ 840 if (rtl) 842 PUT_MODE (rtl, DECL_MODE (decl)); 844 if (MEM_P (rtl)) 845 set_mem_attributes (rtl, decl, 1); 846 SET_DECL_RTL (decl, rtl); 664 rtx rtl = NULL_RTX; local [all...] |
| cgraph.h | 397 directly in RTL form (with "__RTL"). */ 887 inlined_to (NULL), rtl (NULL), 1109 target code (i.e. RTL). Functions that are compiled to RTL and beyond 1360 /* Return RTL info for the compiled function. */ 1421 struct cgraph_rtl_info *rtl; variable in typeref:struct:cgraph_rtl_info 2201 /* Functions are now ordered and being passed to RTL expanders. */ 3101 rtx rtl; variable
|
| genattrtab.cc | 109 #include "rtl.h" 318 /* Hash table for sharing RTL and strings. */ 321 Strings are given negative hash codes; RTL expressions are given positive 331 rtx rtl; /* or the RTL recorded here. */ member in union:attr_hash::__anon13710 335 /* Now here is the hash table. When recording an RTL, it is added to 337 that the hash table is used for several kinds of RTL (see attr_rtx) 345 /* Here is how primitive or already-shared RTL's hash 347 #define RTL_HASH(RTL) ((intptr_t) (RTL) & 0777777 [all...] |
| function.cc | 1 /* Expands front end tree to back end RTL for GCC. 20 /* This file handles the generation of rtl code from tree structure 22 It creates the rtl expressions for parameters and auto variables 30 This is usually done during the RTL generation for the function body, 39 #include "rtl.h" 51 #include "emit-rtl.h" 53 #include "rtl-error.h" 77 #include "rtl-iter.h" 813 If assign_stack_temp is called outside of the tree->rtl expansion, 1389 to the actual hard register references once RTL generation is complete 3199 rtx rtl; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| target-globals.h | 49 struct target_rtl *rtl; variable in typeref:struct:target_rtl 77 this_target_rtl = g->rtl;
|
| basic-block.h | 139 struct rtl_bb_info * rtl; member in struct:basic_block_il_dependent::__anon15225 264 #define BB_END(B) (B)->il.x.rtl->end_ 265 #define BB_HEADER(B) (B)->il.x.rtl->header_ 266 #define BB_FOOTER(B) (B)->il.x.rtl->footer_
|
| symtab.cc | 26 #include "rtl.h" 1514 /* Make DECL local. FIXME: We shouldn't need to mess with rtl this early, 1515 but other code such as notice_global_symbol generates rtl. */ 1520 rtx rtl, symbol; local 1565 /* Update rtl flags. */ 1568 rtl = DECL_RTL (decl); 1569 if (!MEM_P (rtl)) 1572 symbol = XEXP (rtl, 0); 1619 /* Update rtl flags. */ 1622 rtx rtl = DECL_RTL (decl) local [all...] |
| stor-layout.cc | 26 #include "rtl.h" 32 #include "emit-rtl.h" 639 rtx rtl = NULL_RTX; 648 rtl = DECL_RTL_IF_SET (decl); 811 /* If the RTL was already set, update its mode and mem attributes. */ 812 if (rtl) 814 PUT_MODE (rtl, DECL_MODE (decl)); 816 if (MEM_P (rtl)) 817 set_mem_attributes (rtl, decl, 1); 818 SET_DECL_RTL (decl, rtl); 636 rtx rtl = NULL_RTX; local [all...] |
| cgraph.h | 394 directly in RTL form (with "__RTL"). */ 884 inlined_to (NULL), rtl (NULL), 1114 target code (i.e. RTL). Functions that are compiled to RTL and beyond 1361 /* Return RTL info for the compiled function. */ 1422 struct cgraph_rtl_info *rtl; variable in typeref:struct:cgraph_rtl_info 2198 /* Functions are now ordered and being passed to RTL expanders. */ 3098 rtx rtl; variable
|
| genattrtab.cc | 109 #include "rtl.h" 318 /* Hash table for sharing RTL and strings. */ 321 Strings are given negative hash codes; RTL expressions are given positive 331 rtx rtl; /* or the RTL recorded here. */ member in union:attr_hash::__anon16140 335 /* Now here is the hash table. When recording an RTL, it is added to 337 that the hash table is used for several kinds of RTL (see attr_rtx) 345 /* Here is how primitive or already-shared RTL's hash 347 #define RTL_HASH(RTL) ((intptr_t) (RTL) & 0777777 [all...] |
| /src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
| changes.h | 0 // RTL SSA classes related to changing instructions -*- C++ -*- 50 rtx_insn *rtl () const { return m_insn->rtl (); } function in class:rtl_ssa::insn_change
|
| insns.h | 1 // Instruction-related RTL SSA classes -*- C++ -*- 141 // of "notes", a bit like REG_NOTES for the underlying RTL insns. 173 // Return the underlying RTL insn. This instruction is null if is_phi () 176 rtx_insn *rtl () const { return m_rtl; } function in class:rtl_ssa::insn_info 178 // Return true if the instruction is a real insn with an rtl pattern. 203 // go on to access PATTERN (rtl ()), a cache might not be helpful and 249 // underlying RTL insn. If the instruction is artificial, return 365 insn_info (bb_info *bb, rtx_insn *rtl, int cost_or_uid);
|
| insns.cc | 1 // Implementation of instruction-related RTL SSA functions -*- C++ -*- 26 #include "rtl.h" 28 #include "rtl-ssa.h" 29 #include "rtl-ssa/internals.h" 30 #include "rtl-ssa/internals.inl" 32 #include "print-rtl.h" 33 #include "rtl-iter.h" 86 // A real RTL instruction. 145 print_insn_with_notes (&sub_pp, rtl ()); 386 // Create an artificial instruction for BB, associating it with RTL (which ca 698 rtx_insn *rtl = insn->rtl (); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/ |
| changes.h | 0 // RTL SSA classes related to changing instructions -*- C++ -*- 48 rtx_insn *rtl () const { return m_insn->rtl (); } function in class:rtl_ssa::insn_change
|
| insns.h | 1 // Instruction-related RTL SSA classes -*- C++ -*- 141 // of "notes", a bit like REG_NOTES for the underlying RTL insns. 173 // Return the underlying RTL insn. This instruction is null if is_phi () 176 rtx_insn *rtl () const { return m_rtl; } function in class:rtl_ssa::insn_info 178 // Return true if the instruction is a real insn with an rtl pattern. 203 // go on to access PATTERN (rtl ()), a cache might not be helpful and 249 // underlying RTL insn. If the instruction is artificial, return 363 insn_info (bb_info *bb, rtx_insn *rtl, int cost_or_uid);
|
| changes.cc | 0 // RTL SSA routines for changing instructions -*- C++ -*- 26 #include "rtl.h" 28 #include "rtl-ssa.h" 29 #include "rtl-ssa/internals.h" 30 #include "rtl-ssa/internals.inl" 33 #include "memmodel.h" // Needed by emit-rtl.h 34 #include "emit-rtl.h" 180 change->new_cost = insn_cost (change->rtl (), 279 rtx_insn *rtl = insn->rtl (); local 328 rtx_insn *rtl = change.rtl (); local 339 rtx_insn *rtl = change.rtl (); local 773 rtx_insn *rtl = change.rtl (); local 956 rtx_insn *rtl = insn->rtl (); local 967 mark_jump_label (PATTERN (rtl), rtl, 0); local [all...] |
| insns.cc | 1 // Implementation of instruction-related RTL SSA functions -*- C++ -*- 26 #include "rtl.h" 28 #include "rtl-ssa.h" 29 #include "rtl-ssa/internals.h" 30 #include "rtl-ssa/internals.inl" 32 #include "print-rtl.h" 33 #include "rtl-iter.h" 86 // A real RTL instruction. 145 print_insn_with_notes (&sub_pp, rtl ()); 373 // Create an artificial instruction for BB, associating it with RTL (which ca 678 rtx_insn *rtl = insn->rtl (); local [all...] |
| /src/usr.bin/rump_dhcpclient/ |
| configure.c | 290 struct rt *rtp, *rtl, *rtn; local 293 for (rtp = rt, rtl = NULL; rtp; rtl = rtp, rtp = rtp->next) { 329 if (rtl == NULL) 332 rtl->next = rtn; 340 struct rt *nrs = NULL, *dnr, *or, *rt, *rtn, *rtl, *lrt = NULL; local 357 if ((or = find_route(routes, rt, &rtl, NULL))) { 364 if (rtl != NULL) 365 rtl->next = or->next;
|
| /src/external/gpl3/binutils/dist/include/coff/ |
| xcoff.h | 461 int (*rtl) (void); member in struct:__rtinit
|
| /src/external/gpl3/binutils.old/dist/include/coff/ |
| xcoff.h | 461 int (*rtl) (void); member in struct:__rtinit
|
| /src/external/gpl3/gdb/dist/include/coff/ |
| xcoff.h | 461 int (*rtl) (void); member in struct:__rtinit
|
| /src/external/gpl3/gdb.old/dist/include/coff/ |
| xcoff.h | 461 int (*rtl) (void); member in struct:__rtinit
|