| /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::__anon10259 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::__anon11174 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...] |
| cfgexpand.cc | 1 /* A pass for lowering trees to RTL. 25 #include "rtl.h" 35 #include "emit-rtl.h" 87 into RTL. */ 201 /* Check that the RTL for SSA_NAMEs and gimple-reg PARM_DECLs and 812 /* Update points-to sets based on partition info, so we can use them on RTL. 842 as base during alias-oracle queries on RTL for bases that 1033 /* Assign rtl to DECL at BASE + OFFSET. */ 1142 /* Skip variables that have already had rtl assigned. See also 1167 /* Skip variables that have already had rtl assigned. See als 2255 rtx rtl = DECL_RTL_IF_SET (var); local 2443 rtx rtl = DECL_RTL_IF_SET (var); local 4390 rtx rtl = gen_rtx_ENTRY_VALUE (GET_MODE (incoming)); local [all...] |
| /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::__anon29 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::__anon1135 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.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/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/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
|