OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmittedInstrs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AMDGPU/
GCNHazardRecognizer.h
31
// will be added to
EmittedInstrs
, when AdvanceCycle() or RecedeCycle() is
34
std::list<MachineInstr*>
EmittedInstrs
;
GCNHazardRecognizer.cpp
75
EmittedInstrs
.push_front(nullptr);
89
EmittedInstrs
.push_front(CurrCycleInstr);
96
EmittedInstrs
.push_front(nullptr);
102
EmittedInstrs
.resize(getMaxLookAhead());
120
for (MachineInstr *MI :
EmittedInstrs
) {
160
for (MachineInstr *MI :
EmittedInstrs
) {
Completed in 60 milliseconds