OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hard_regs_live
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
mode-switching.cc
381
HARD_REG_SET
hard_regs_live
;
382
REG_SET_TO_HARD_REG_SET (
hard_regs_live
, live);
388
hard_regs_live
);
380
HARD_REG_SET
hard_regs_live
;
local
ira-emit.cc
1093
HARD_REG_SET
hard_regs_live
;
1100
REG_SET_TO_HARD_REG_SET (
hard_regs_live
, live_through);
1126
ior_hard_reg_conflicts (from,
hard_regs_live
);
1127
ior_hard_reg_conflicts (to,
hard_regs_live
);
1092
HARD_REG_SET
hard_regs_live
;
local
ira-lives.cc
75
static HARD_REG_SET
hard_regs_live
;
variable
98
SET_HARD_REG_BIT (
hard_regs_live
, regno);
102
hard_regs_live
and hard reg conflict information for living allocnos. */
119
CLEAR_HARD_REG_BIT (
hard_regs_live
, regno);
193
OBJECT_CONFLICT_HARD_REGS (obj) |=
hard_regs_live
;
194
OBJECT_TOTAL_CONFLICT_HARD_REGS (obj) |=
hard_regs_live
;
371
/* Mark the register REG as live. Store a 1 in
hard_regs_live
for
386
if (! TEST_HARD_REG_BIT (
hard_regs_live
, regno)
498
/* Process the definition of hard register REG. This updates
hard_regs_live
512
if (TEST_HARD_REG_BIT (
hard_regs_live
, regno)
[
all
...]
lra-lives.cc
83
static HARD_REG_SET
hard_regs_live
;
variable
284
if (TEST_HARD_REG_BIT (
hard_regs_live
, regno)
287
SET_HARD_REG_BIT (
hard_regs_live
, regno);
294
hard_regs_live
, START_DYING and conflict hard regs for living
307
if (! TEST_HARD_REG_BIT (
hard_regs_live
, regno))
309
CLEAR_HARD_REG_BIT (
hard_regs_live
, regno);
335
lra_reg_info[regno].conflict_hard_regs |=
hard_regs_live
;
672
REG_SET_TO_HARD_REG_SET (
hard_regs_live
, reg_live_out);
673
hard_regs_live
&= ~eliminable_regset;
731
? TEST_HARD_REG_BIT (
hard_regs_live
, reg->regno
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ira-emit.cc
1093
HARD_REG_SET
hard_regs_live
;
1100
REG_SET_TO_HARD_REG_SET (
hard_regs_live
, live_through);
1126
ior_hard_reg_conflicts (from,
hard_regs_live
);
1127
ior_hard_reg_conflicts (to,
hard_regs_live
);
1092
HARD_REG_SET
hard_regs_live
;
local
ira-lives.cc
74
static HARD_REG_SET
hard_regs_live
;
variable
97
SET_HARD_REG_BIT (
hard_regs_live
, regno);
101
hard_regs_live
and hard reg conflict information for living allocnos. */
118
CLEAR_HARD_REG_BIT (
hard_regs_live
, regno);
192
OBJECT_CONFLICT_HARD_REGS (obj) |=
hard_regs_live
;
193
OBJECT_TOTAL_CONFLICT_HARD_REGS (obj) |=
hard_regs_live
;
370
/* Mark the register REG as live. Store a 1 in
hard_regs_live
for
385
if (! TEST_HARD_REG_BIT (
hard_regs_live
, regno)
497
/* Process the definition of hard register REG. This updates
hard_regs_live
511
if (TEST_HARD_REG_BIT (
hard_regs_live
, regno)
[
all
...]
lra-lives.cc
83
static HARD_REG_SET
hard_regs_live
;
variable
284
if (TEST_HARD_REG_BIT (
hard_regs_live
, regno)
287
SET_HARD_REG_BIT (
hard_regs_live
, regno);
294
hard_regs_live
, START_DYING and conflict hard regs for living
307
if (! TEST_HARD_REG_BIT (
hard_regs_live
, regno))
309
CLEAR_HARD_REG_BIT (
hard_regs_live
, regno);
335
lra_reg_info[regno].conflict_hard_regs |=
hard_regs_live
;
672
REG_SET_TO_HARD_REG_SET (
hard_regs_live
, reg_live_out);
673
hard_regs_live
&= ~eliminable_regset;
731
? TEST_HARD_REG_BIT (
hard_regs_live
, reg->regno
[
all
...]
Completed in 27 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026