GCC Middle and Back End API Reference
|
#include <target-globals.h>
Public Member Functions | |
~target_globals () | |
Data Fields | |
class target_flag_state * | flag_state |
struct target_regs * | regs |
struct target_rtl * | rtl |
struct target_recog * | recog |
struct target_hard_regs * | hard_regs |
struct target_function_abi_info * | function_abi_info |
struct target_reload * | reload |
struct target_expmed * | expmed |
struct target_optabs * | optabs |
struct target_libfuncs * | libfuncs |
struct target_cfgloop * | cfgloop |
struct target_ira * | ira |
class target_ira_int * | ira_int |
struct target_builtins * | builtins |
struct target_gcse * | gcse |
struct target_bb_reorder * | bb_reorder |
struct target_lower_subreg * | lower_subreg |
struct target_constraints * | constraints |
Target-dependent globals. Copyright (C) 2010-2024 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>.
target_globals::~target_globals | ( | ) |
struct target_bb_reorder* target_globals::bb_reorder |
struct target_builtins* target_globals::builtins |
struct target_cfgloop* target_globals::cfgloop |
struct target_constraints* target_globals::constraints |
struct target_expmed* target_globals::expmed |
class target_flag_state* target_globals::flag_state |
struct target_function_abi_info* target_globals::function_abi_info |
struct target_gcse* target_globals::gcse |
struct target_hard_regs* target_globals::hard_regs |
struct target_ira* target_globals::ira |
class target_ira_int* target_globals::ira_int |
struct target_libfuncs* target_globals::libfuncs |
struct target_lower_subreg* target_globals::lower_subreg |
struct target_optabs* target_globals::optabs |
struct target_recog* target_globals::recog |
struct target_regs* target_globals::regs |
struct target_reload* target_globals::reload |
struct target_rtl* target_globals::rtl |