OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ira_no_alloc_regs
(Results
1 - 25
of
28
) sorted by relevancy
1
2
/src/external/gpl3/gcc/dist/gcc/
ira.h
168
#define
ira_no_alloc_regs
\
macro
ira-conflicts.cc
766
& ~
ira_no_alloc_regs
772
& ~
ira_no_alloc_regs
844
temp_hard_reg_set = reg_class_contents[base] & ~
ira_no_alloc_regs
;
ira-lives.cc
379
if (! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, regno))
505
if (! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, regno))
1331
hard_regs_live &= ~(eliminable_regset |
ira_no_alloc_regs
);
ira-costs.cc
262
|
ira_no_alloc_regs
);
346
temp = reg_class_contents[aclass] & ~
ira_no_alloc_regs
;
358
temp2 = reg_class_contents[cl] & ~
ira_no_alloc_regs
;
sched-deps.cc
1975
&& TEST_HARD_REG_BIT (
ira_no_alloc_regs
, i))
2062
if (! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, regno))
2143
if (! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, regno))
2899
*temp &= ~
ira_no_alloc_regs
;
ira.cc
2397
/* Set up ELIMINABLE_REGSET,
IRA_NO_ALLOC_REGS
, and
2436
ira_no_alloc_regs
= no_unit_alloc_regs;
2454
SET_HARD_REG_BIT (
ira_no_alloc_regs
, eliminables[i].from);
2475
SET_HARD_REG_BIT (
ira_no_alloc_regs
,
loop-invariant.cc
2023
else if (! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, regno)
ira-build.cc
460
OBJECT_CONFLICT_HARD_REGS (obj) =
ira_no_alloc_regs
;
461
OBJECT_TOTAL_CONFLICT_HARD_REGS (obj) =
ira_no_alloc_regs
;
ira-color.cc
717
if (! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, i))
737
temp = ~
ira_no_alloc_regs
;
gcse.cc
3376
else if (! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, regno)
lra.cc
2383
lra_no_alloc_regs =
ira_no_alloc_regs
;
sel-sched.cc
2116
temp &= ~
ira_no_alloc_regs
;
haifa-sched.cc
991
&& ! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, regno))
/src/external/gpl3/gcc.old/dist/gcc/
ira.h
168
#define
ira_no_alloc_regs
\
macro
ira-conflicts.cc
760
& ~
ira_no_alloc_regs
766
& ~
ira_no_alloc_regs
838
temp_hard_reg_set = reg_class_contents[base] & ~
ira_no_alloc_regs
;
ira-lives.cc
378
if (! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, regno))
504
if (! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, regno))
1244
hard_regs_live &= ~(eliminable_regset |
ira_no_alloc_regs
);
ira-costs.cc
261
|
ira_no_alloc_regs
);
345
temp = reg_class_contents[aclass] & ~
ira_no_alloc_regs
;
357
temp2 = reg_class_contents[cl] & ~
ira_no_alloc_regs
;
sched-deps.cc
1975
&& TEST_HARD_REG_BIT (
ira_no_alloc_regs
, i))
2062
if (! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, regno))
2143
if (! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, regno))
2874
*temp &= ~
ira_no_alloc_regs
;
ira.cc
2390
/* Set up ELIMINABLE_REGSET,
IRA_NO_ALLOC_REGS
, and
2429
ira_no_alloc_regs
= no_unit_alloc_regs;
2447
SET_HARD_REG_BIT (
ira_no_alloc_regs
, eliminables[i].from);
2468
SET_HARD_REG_BIT (
ira_no_alloc_regs
,
loop-invariant.cc
2023
else if (! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, regno)
lra.cc
2316
lra_no_alloc_regs =
ira_no_alloc_regs
;
ira-build.cc
460
OBJECT_CONFLICT_HARD_REGS (obj) =
ira_no_alloc_regs
;
461
OBJECT_TOTAL_CONFLICT_HARD_REGS (obj) =
ira_no_alloc_regs
;
ira-color.cc
710
if (! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, i))
730
temp = ~
ira_no_alloc_regs
;
gcse.cc
3361
else if (! TEST_HARD_REG_BIT (
ira_no_alloc_regs
, regno)
sel-sched.cc
2108
temp &= ~
ira_no_alloc_regs
;
Completed in 121 milliseconds
1
2
Indexes created Sun Mar 01 05:31:48 UTC 2026