OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:address_info
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-loop-versioning.cc
157
/* Information about one term of an
address_info
. */
179
class
address_info
class in namespace:__anon13735
204
struct address_info_hasher : nofree_ptr_hash <
address_info
>
206
static hashval_t hash (const
address_info
*);
207
static bool equal (const
address_info
*, const
address_info
*);
292
void dump_inner_likelihood (
address_info
&, address_term_info &);
293
void analyze_stride (
address_info
&, address_term_info &,
295
bool find_per_loop_multiplication (
address_info
&, address_term_info &);
296
bool analyze_term_using_scevs (
address_info
&, address_term_info &)
[
all
...]
rtl.h
2193
struct
address_info
{
2490
extern void decompose_address (struct
address_info
*, rtx *,
2492
extern void decompose_lea_address (struct
address_info
*, rtx *);
2493
extern void decompose_mem_address (struct
address_info
*, rtx);
2494
extern void update_address (struct
address_info
*);
2495
extern HOST_WIDE_INT get_index_scale (const struct
address_info
*);
2496
extern enum rtx_code get_index_code (const struct
address_info
*);
2190
struct
address_info
{
struct
/src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-versioning.cc
157
/* Information about one term of an
address_info
. */
179
class
address_info
class in namespace:__anon16164
204
struct address_info_hasher : nofree_ptr_hash <
address_info
>
206
static hashval_t hash (const
address_info
*);
207
static bool equal (const
address_info
*, const
address_info
*);
292
void dump_inner_likelihood (
address_info
&, address_term_info &);
293
void analyze_stride (
address_info
&, address_term_info &,
295
bool find_per_loop_multiplication (
address_info
&, address_term_info &);
296
bool analyze_term_using_scevs (
address_info
&, address_term_info &)
[
all
...]
rtl.h
2184
struct
address_info
{
2480
extern void decompose_address (struct
address_info
*, rtx *,
2482
extern void decompose_lea_address (struct
address_info
*, rtx *);
2483
extern void decompose_mem_address (struct
address_info
*, rtx);
2484
extern void update_address (struct
address_info
*);
2485
extern HOST_WIDE_INT get_index_scale (const struct
address_info
*);
2486
extern enum rtx_code get_index_code (const struct
address_info
*);
2181
struct
address_info
{
struct
Completed in 51 milliseconds
Indexes created Mon May 18 00:24:49 UTC 2026