Searched refs:EmittedInstrs (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.h42 // will be added to EmittedInstrs, when AdvanceCycle() or RecedeCycle() is
45 std::list<MachineInstr*> EmittedInstrs; member in class:llvm::final
H A DGCNHazardRecognizer.cpp221 // (MaxLookAhead - 1) noops to EmittedInstrs.
223 EmittedInstrs.push_front(nullptr);
225 EmittedInstrs.push_front(CurrCycleInstr);
226 EmittedInstrs.resize(MaxLookAhead);
301 EmittedInstrs.push_front(nullptr);
325 EmittedInstrs.push_front(CurrCycleInstr);
332 EmittedInstrs.push_front(nullptr);
338 EmittedInstrs.resize(getMaxLookAhead());
422 for (MachineInstr *MI : EmittedInstrs) {
512 for (MachineInstr *MI : EmittedInstrs) {
[all...]

Completed in 71 milliseconds