OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reg_costs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ira-costs.cc
2456
int *
reg_costs
;
2478
=
reg_costs
= ira_allocate_cost_vector (aclass);
2483
reg_costs
[j] = ALLOCNO_CLASS_COST (a);
2493
reg_costs
[j] = COSTS (costs, i)->cost[num];
2647
int cost, min_cost, *
reg_costs
;
2670
reg_costs
= ALLOCNO_HARD_REG_COSTS (a);
2699
if (INT_MAX - cost <
reg_costs
[j])
2700
reg_costs
[j] = INT_MAX;
2702
reg_costs
[j] += cost;
2703
if (min_cost >
reg_costs
[j]
2448
int *
reg_costs
;
local
2636
int cost, min_cost, *
reg_costs
;
local
[
all
...]
ira-int.h
1488
int i, *
reg_costs
;
1493
*vec =
reg_costs
= ira_allocate_cost_vector (aclass);
1496
reg_costs
[i] = val;
1539
int i, *
reg_costs
;
1544
*vec =
reg_costs
= ira_allocate_cost_vector (aclass);
1547
memcpy (
reg_costs
, src, sizeof (int) * len);
1551
reg_costs
[i] = val;
1474
int i, *
reg_costs
;
local
1525
int i, *
reg_costs
;
local
/src/external/gpl3/gcc.old/dist/gcc/
ira-costs.cc
2242
int *
reg_costs
;
2264
=
reg_costs
= ira_allocate_cost_vector (aclass);
2269
reg_costs
[j] = ALLOCNO_CLASS_COST (a);
2279
reg_costs
[j] = COSTS (costs, i)->cost[num];
2427
int cost, min_cost, *
reg_costs
;
2450
reg_costs
= ALLOCNO_HARD_REG_COSTS (a);
2479
if (INT_MAX - cost <
reg_costs
[j])
2480
reg_costs
[j] = INT_MAX;
2482
reg_costs
[j] += cost;
2483
if (min_cost >
reg_costs
[j]
2234
int *
reg_costs
;
local
2416
int cost, min_cost, *
reg_costs
;
local
[
all
...]
ira-int.h
1474
int i, *
reg_costs
;
1479
*vec =
reg_costs
= ira_allocate_cost_vector (aclass);
1482
reg_costs
[i] = val;
1525
int i, *
reg_costs
;
1530
*vec =
reg_costs
= ira_allocate_cost_vector (aclass);
1533
memcpy (
reg_costs
, src, sizeof (int) * len);
1537
reg_costs
[i] = val;
1460
int i, *
reg_costs
;
local
1511
int i, *
reg_costs
;
local
Completed in 26 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026