HomeSort by: relevance | last modified time | path
    Searched refs:rtl (Results 1 - 25 of 243) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
movement.cc 0 // RTL SSA routines for moving instructions
26 #include "rtl.h"
28 #include "rtl-ssa.h"
29 #include "rtl-ssa/internals.h"
30 #include "rtl-ssa/internals.inl"
38 return (!control_flow_insn_p (insn->rtl ())
39 && !may_trap_p (PATTERN (insn->rtl ())));
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"
188 change->new_cost = insn_cost (change->rtl (), for_speed);
328 rtx_insn *rtl = insn->rtl ();
    [all...]
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.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.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...]
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.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/config/riscv/
riscv-avlprop.cc 74 #include "rtl.h"
78 #include "rtl-ssa.h"
325 if (!avl_can_be_propagated_p (insn->rtl ()))
327 int sew = get_sew (insn->rtl ());
328 enum vlmul_type vlmul = get_vlmul (insn->rtl ());
353 || !has_vl_op (use_insn->rtl ()))
360 extract_insn_cached (use_insn->rtl ());
361 int merge_op_idx = get_attr_merge_op_idx (use_insn->rtl ());
366 && !tail_agnostic_p (use_insn->rtl ()))
369 int new_sew = get_sew (use_insn->rtl ());
    [all...]
  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64/
Makefile 12 .PATH: ${TOPDIR}/lib/tsan/rtl
47 SYMS_EXTRA= ${TOPDIR}/lib/tsan/rtl/tsan.syms.extra
  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64/
Makefile 8 .PATH: ${TOPDIR}/lib/tsan/rtl
35 SYMS_EXTRA= ${TOPDIR}/lib/tsan/rtl/tsan.syms.extra
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
check_lint.sh 92 run_lint ${TSAN_RTL_LINT_FILTER} ${TSAN_RTL}/rtl/*.cc \
93 ${TSAN_RTL}/rtl/*.h &
94 run_lint ${TSAN_TEST_LINT_FILTER} ${TSAN_RTL}/tests/rtl/*.cc \
95 ${TSAN_RTL}/tests/rtl/*.h \
  /src/external/gpl3/gcc/dist/gcc/config/rl78/
rl78.h 463 #define RL78_REG_P(rtl) (REG_P (rtl) || GET_CODE (rtl) == SUBREG)
466 #define SET_P(rtl) (GET_CODE (rtl) == SET)
  /src/external/gpl3/gcc.old/dist/gcc/config/rl78/
rl78.h 463 #define RL78_REG_P(rtl) (REG_P (rtl) || GET_CODE (rtl) == SUBREG)
466 #define SET_P(rtl) (GET_CODE (rtl) == SET)
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 63 #include "rtl.h"
87 #include "print-rtl.h"
96 #include "rtl-iter.h"
1351 rtx GTY ((tag ("0"))) rtl;
4315 /* Test if rtl node points to a pseudo register. */
4318 is_pseudo_reg (const_rtx rtl)
4320 return ((REG_P (rtl) && REGNO (rtl) >= FIRST_PSEUDO_REGISTER)
4321 || (GET_CODE (rtl) == SUBREG
4322 && REGNO (SUBREG_REG (rtl)) >= FIRST_PSEUDO_REGISTER))
1348 rtx GTY ((tag ("0"))) rtl; member in union:addr_table_entry_struct_union
18034 rtx rtl = lookup_constant_def (loc); local
18919 rtx rtl; local
19021 rtx rtl; local
20508 rtx rtl = NULL_RTX; local
20620 rtx rtl; local
20916 rtx rtl; local
21045 rtx rtl = rtl_for_decl_init (init, type); local
30737 rtx rtl = *addr; local
30789 rtx rtl = output_constant_def (t, 1); local
30832 rtx rtl = loc->dw_loc_oprnd1.v.val_addr; local
30914 rtx rtl = loc->dw_loc_oprnd1.val_entry->addr.rtl; local
31114 rtx rtl = string_cst_pool_decl (TREE_OPERAND (init, 0)); local
    [all...]
target-globals.h 50 struct target_rtl *rtl; variable in typeref:struct:target_rtl
79 this_target_rtl = g->rtl;
cse.cc 25 #include "rtl.h"
33 #include "emit-rtl.h"
43 #include "rtl-iter.h"
129 is recorded in the hash table along with the actual RTL
1923 true_dependence doesn't generate new RTL for X on each call. */
2591 we assume X is an expression being processed from the rtl
4140 rtx rtl;
4158 /* Nonzero if RTL is an artifical set that has been created to describe
4159 part of an insn's effect. Zero means that RTL appears directly in
4257 /* Add an entry containing RTL X into SETS. IS_FAKE_SET is true if X i
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 63 #include "rtl.h"
87 #include "print-rtl.h"
96 #include "rtl-iter.h"
1353 rtx GTY ((tag ("0"))) rtl;
4315 /* Test if rtl node points to a pseudo register. */
4318 is_pseudo_reg (const_rtx rtl)
4320 return ((REG_P (rtl) && REGNO (rtl) >= FIRST_PSEUDO_REGISTER)
4321 || (GET_CODE (rtl) == SUBREG
4322 && REGNO (SUBREG_REG (rtl)) >= FIRST_PSEUDO_REGISTER))
1350 rtx GTY ((tag ("0"))) rtl; member in union:addr_table_entry_struct_union
17948 rtx rtl = lookup_constant_def (loc); local
18833 rtx rtl; local
18935 rtx rtl; local
20422 rtx rtl = NULL_RTX; local
20523 rtx rtl; local
20819 rtx rtl; local
20948 rtx rtl = rtl_for_decl_init (init, type); local
30591 rtx rtl = *addr; local
30643 rtx rtl = output_constant_def (t, 1); local
30686 rtx rtl = loc->dw_loc_oprnd1.v.val_addr; local
30768 rtx rtl = loc->dw_loc_oprnd1.val_entry->addr.rtl; local
30967 rtx rtl = string_cst_pool_decl (TREE_OPERAND (init, 0)); local
    [all...]
target-globals.h 49 struct target_rtl *rtl; variable in typeref:struct:target_rtl
77 this_target_rtl = g->rtl;
cse.cc 25 #include "rtl.h"
33 #include "emit-rtl.h"
43 #include "rtl-iter.h"
129 is recorded in the hash table along with the actual RTL
252 code and mode fields of struct rtx_def (see rtl.h). */
408 of the mode field of struct rtx_def (see rtl.h). */
1916 true_dependence doesn't generate new RTL for X on each call. */
2592 we assume X is an expression being processed from the rtl
4150 rtx rtl;
4168 field of struct rtx_def (see rtl.h). *
    [all...]
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/ftdetect/
gcc-dev.vim 14 " Match RTL dump file names such as test.c.234r.pass-name
15 au BufRead *.[1-3][0-9][0-9]r.* setf gcc-rtl
  /src/external/gpl3/gcc/usr.bin/backend/
Makefile 11 SRCS= ${G_OBJS:S,analyzer/,,:S,rtl-ssa/,,} ${G_out_file:T} regsub.cc
77 # Headers that host objects depend on (except gen*rtl*)
213 build-rtl.cc: rtl.cc \
216 rm -f build-rtl.cc
218 ${GNUHOSTDIST}/gcc/rtl.cc >${.TARGET}
219 build-rtl.lo: ${HH} insn-constants.h
220 CLEANFILES+= build-rtl.cc
222 build-print-rtl.cc: print-rtl.cc
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/ftdetect/
gcc-dev.vim 14 " Match RTL dump file names such as test.c.234r.pass-name
15 au BufRead *.[1-3][0-9][0-9]r.* setf gcc-rtl
  /src/external/gpl3/gcc.old/usr.bin/backend/
Makefile 11 SRCS= ${G_OBJS:S,analyzer/,,:S,rtl-ssa/,,} ${G_out_file:T} regsub.cc
77 # Headers that host objects depend on (except gen*rtl*)
219 build-rtl.cc: rtl.cc \
222 rm -f build-rtl.cc
224 ${GNUHOSTDIST}/gcc/rtl.cc >${.TARGET}
225 build-rtl.lo: ${HH} insn-constants.h
226 CLEANFILES+= build-rtl.cc
228 build-print-rtl.cc: print-rtl.cc
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rx/
rx.h 626 #define RX_REG_P(rtl) (REG_P (rtl) || GET_CODE (rtl) == SUBREG)
629 #define SET_P(rtl) (GET_CODE (rtl) == SET)
  /src/external/gpl3/gcc.old/dist/gcc/config/rx/
rx.h 626 #define RX_REG_P(rtl) (REG_P (rtl) || GET_CODE (rtl) == SUBREG)
629 #define SET_P(rtl) (GET_CODE (rtl) == SET)

Completed in 61 milliseconds

1 2 3 4 5 6 7 8 910