OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:can_issue_more
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
modulo-sched.cc
3177
int
can_issue_more
= issue_rate;
3187
if (!
can_issue_more
|| state_dead_lock_p (curr_state))
3196
can_issue_more
=
3198
insn,
can_issue_more
);
3203
can_issue_more
--;
3172
int
can_issue_more
= issue_rate;
local
sel-sched.cc
486
static int
can_issue_more
;
576
can_issue_more
= issue_rate;
577
FENCE_ISSUE_MORE (fence) =
can_issue_more
;
4104
/* Initialize
can_issue_more
for variable_issue. */
4359
can_issue =
can_issue_more
;
4398
can_issue_more
= invoke_reorder_hooks (fence);
4399
if (
can_issue_more
> 0)
4407
can_issue_more
= choose_best_insn (fence, privileged_n, &index);
4408
if (
can_issue_more
)
4413
if (
can_issue_more
== 0
484
static int
can_issue_more
;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
modulo-sched.cc
3177
int
can_issue_more
= issue_rate;
3187
if (!
can_issue_more
|| state_dead_lock_p (curr_state))
3196
can_issue_more
=
3198
insn,
can_issue_more
);
3203
can_issue_more
--;
3172
int
can_issue_more
= issue_rate;
local
sel-sched.cc
486
static int
can_issue_more
;
576
can_issue_more
= issue_rate;
577
FENCE_ISSUE_MORE (fence) =
can_issue_more
;
4096
/* Initialize
can_issue_more
for variable_issue. */
4351
can_issue =
can_issue_more
;
4390
can_issue_more
= invoke_reorder_hooks (fence);
4391
if (
can_issue_more
> 0)
4399
can_issue_more
= choose_best_insn (fence, privileged_n, &index);
4400
if (
can_issue_more
)
4405
if (
can_issue_more
== 0
484
static int
can_issue_more
;
variable
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
19991
GROUP_END,
CAN_ISSUE_MORE
and GROUP_COUNT record the state after nop
19997
rtx_insn *next_insn, bool *group_end, int
can_issue_more
,
20007
return
can_issue_more
;
20010
return
can_issue_more
;
20014
return
can_issue_more
;
20017
fprintf (dump,"force: group count = %d,
can_issue_more
= %d\n",
20018
*group_count ,
can_issue_more
);
20023
can_issue_more
= 0;
20026
sufficient to insert '
can_issue_more
- 1' nops if next_insn is not
20027
a branch. If next_insn is a branch, we insert '
can_issue_more
' nops
20112
int
can_issue_more
;
local
20191
int
can_issue_more
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
19526
GROUP_END,
CAN_ISSUE_MORE
and GROUP_COUNT record the state after nop
19532
rtx_insn *next_insn, bool *group_end, int
can_issue_more
,
19542
return
can_issue_more
;
19545
return
can_issue_more
;
19549
return
can_issue_more
;
19552
fprintf (dump,"force: group count = %d,
can_issue_more
= %d\n",
19553
*group_count ,
can_issue_more
);
19558
can_issue_more
= 0;
19561
sufficient to insert '
can_issue_more
- 1' nops if next_insn is not
19562
a branch. If next_insn is a branch, we insert '
can_issue_more
' nops
19647
int
can_issue_more
;
local
19726
int
can_issue_more
;
local
[
all
...]
Completed in 66 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026