Searched refs:CurrCycleInstr (Results 1 – 4 of 4) sorted by relevance
27 CurrCycleInstr(nullptr), in GCNHazardRecognizer()38 CurrCycleInstr = MI; in EmitInstruction()82 if (!CurrCycleInstr) in AdvanceCycle()86 unsigned NumWaitStates = TII->getNumWaitStates(*CurrCycleInstr); in AdvanceCycle()89 EmittedInstrs.push_front(CurrCycleInstr); in AdvanceCycle()104 CurrCycleInstr = nullptr; in AdvanceCycle()
33 MachineInstr *CurrCycleInstr; variable
41 CurrCycleInstr(nullptr), in GCNHazardRecognizer()56 CurrCycleInstr = MI; in EmitInstruction()215 if (!CurrCycleInstr) in AdvanceCycle()218 unsigned NumWaitStates = TII.getNumWaitStates(*CurrCycleInstr); in AdvanceCycle()221 EmittedInstrs.push_front(CurrCycleInstr); in AdvanceCycle()236 CurrCycleInstr = nullptr; in AdvanceCycle()
37 MachineInstr *CurrCycleInstr; variable