OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurInstKind
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/R600/
R600MachineScheduler.cpp
37
CurInstKind
= IDOther;
69
bool AllowSwitchToAlu = (
CurInstKind
== IDOther) ||
70
(CurEmitted > InstKindLimit[
CurInstKind
]) ||
71
(Available[
CurInstKind
]->empty());
72
bool AllowSwitchFromAlu = (CurEmitted > InstKindLimit[
CurInstKind
]) &&
75
if ((AllowSwitchToAlu &&
CurInstKind
!= IDAlu) ||
76
(!AllowSwitchFromAlu &&
CurInstKind
== IDAlu)) {
126
if (NextInstKind !=
CurInstKind
) {
131
CurInstKind
= NextInstKind;
134
if (
CurInstKind
== IDAlu)
[
all
...]
R600MachineScheduler.h
68
InstKind
CurInstKind
;
Completed in 17 milliseconds