Searched refs:rtl (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-11-stable/contrib/gcc/
H A Dreload.c95 #include "rtl.h"
1383 /* If we merge reloads for two distinct rtl expressions that
1535 || ! bitmap_bit_p (ENTRY_BLOCK_PTR->il.rtl->global_live_at_end,
1868 || ! bitmap_bit_p (ENTRY_BLOCK_PTR->il.rtl->global_live_at_end,
2022 || ! bitmap_bit_p (ENTRY_BLOCK_PTR->il.rtl->global_live_at_end,
6363 what's inside and make a new rtl if so. */
H A Demit-rtl.c26 This file contains support functions for creating rtl expressions
33 which are automatically generated from rtl.def; what is machine
42 #include "rtl.h"
112 these unique rtl objects. On machines where the frame-pointer and
115 After register allocation, other rtl objects which used to be pseudo-regs
365 don't attempt to share with the various global pieces of rtl (such as
952 DECL_WRTL_CHECK (t)->decl_with_rtl.rtl = x;
1859 /* ??? Prefer to create garbage instead of creating shared rtl.
2248 error ("invalid rtl sharing found in the insn");
3724 It used to be common to generate SEQUENCE rtl instea
[all...]
H A Dfunction.c25 /* This file handles the generation of rtl code from tree structure
27 It creates the rtl expressions for parameters and auto variables
43 #include "rtl.h"
652 If assign_stack_temp is called outside of the tree->rtl expansion,
1401 move insn in the initial rtl stream. */
1801 /* We don't expect other rtl types here. */
3869 appropriate for emitting rtl at the start of a function. */
3900 /* Initialize the rtl expansion mechanism so that we can do simple things
4055 /* The noreturn predictor has been moved to the tree level. The rtl-level
4058 a noreturn function at the rtl leve
[all...]
H A Dexpmed.c2 and shifts, multiplies and divides to rtl instructions.
30 #include "rtl.h"
5076 t->decl_with_rtl.rtl = x;
H A Dreload1.c30 #include "rtl.h"
79 is in charge of scanning the entire rtl code, accumulating the
282 /* This obstack is used for allocation of rtl during register elimination.
295 /* This points before all local rtl generated by register elimination.
502 /* Initialize obstack for our rtl allocation. */
1103 CLEAR_REGNO_REG_SET (bb->il.rtl->global_live_at_start,
1991 /* If the reg got changed to a MEM at rtl-generation time,
2604 /* On these machines, combine can create rtl of the form
H A Dconfigure872 rtlflag,rtl,runtime,tree,valgrind.
6529 rtl) ac_rtl_checking=1 ;;
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c28 #include "rtl.h"
8427 s390_encode_section_info (tree decl, rtx rtl, int first)
8429 default_encode_section_info (decl, rtl, first);
8435 SYMBOL_REF_FLAGS (XEXP (rtl, 0)) |= SYMBOL_FLAG_ALIGN1;
8426 s390_encode_section_info(tree decl, rtx rtl, int first) argument
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c31 #include "rtl.h"
187 /* Specifies how a builtin function should be converted into rtl. */
524 where A is an accumulator, each CODE[i] is a binary rtl operation
2231 /* Fill CODES with a sequence of rtl operations to load VALUE.
3272 /* Try comparing cmp_operands[0] and cmp_operands[1] using rtl code CODE.
7194 /* Implement TARGET_ASM_OUTPUT_MI_THUNK. Generate rtl rather than asm text
7204 /* Pretend to be a post-reload pass while generating rtl. */
8819 after INSN. INSN should be part of the main rtl chain, not a member of a
10897 mips_encode_section_info (tree decl, rtx rtl, int first)
10899 default_encode_section_info (decl, rtl, firs
10837 mips_encode_section_info(tree decl, rtx rtl, int first) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c29 #include "rtl.h"
3118 rtl operands. CALL_SYMBOL is used to distinguish between
11624 taken are clobbered, even if the rtl suggests otherwise. It also
13472 /* The bits which aren't usefully expanded as rtl. */
14382 /* Routines for generating rtl. */
14857 arm_encode_section_info (tree decl, rtx rtl, int first)
14863 SYMBOL_REF_FLAG (XEXP (rtl, 0)) = 1;
14877 default_encode_section_info (decl, rtl, first);
14835 arm_encode_section_info(tree decl, rtx rtl, int first) argument
/freebsd-11-stable/contrib/gcc/cp/
H A Dcp-tree.h243 rtx rtl;
242 rtx rtl; local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c28 #include "rtl.h"
2889 /* Recognize the rtl generated by reload which we know will later be
6766 /* If we got invalid arguments bail out before generating bad rtl. */
6811 /* If we have invalid arguments, bail out before generating bad rtl. */
6850 /* If we got invalid arguments bail out before generating bad rtl. */
6932 /* If we have invalid arguments, bail out before generating bad rtl. */
7000 /* If we got invalid arguments bail out before generating bad rtl. */
7123 /* If we got invalid arguments bail out before generating bad rtl. */
7300 /* Invalid arguments, bail out before generating bad rtl. */
7507 /* If we got invalid arguments bail out before generating bad rtl
17867 rs6000_elf_encode_section_info(tree decl, rtx rtl, int first) argument
[all...]

Completed in 429 milliseconds

123