Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNHazardRecognizer.h44 std::list<MachineInstr*> EmittedInstrs; variable
HDGCNHazardRecognizer.cpp69 EmittedInstrs.clear(); in Reset()
299 EmittedInstrs.push_front(nullptr); in processBundle()
301 EmittedInstrs.push_front(CurrCycleInstr); in processBundle()
302 EmittedInstrs.resize(MaxLookAhead); in processBundle()
401 EmittedInstrs.push_front(nullptr); in EmitNoop()
408 EmittedInstrs.push_front(nullptr); in AdvanceCycle()
424 EmittedInstrs.push_front(CurrCycleInstr); in AdvanceCycle()
431 EmittedInstrs.push_front(nullptr); in AdvanceCycle()
437 EmittedInstrs.resize(getMaxLookAhead()); in AdvanceCycle()
553 for (MachineInstr *MI : EmittedInstrs) { in getWaitStatesSince()
[all …]