Home
last modified time | relevance | path

Searched refs:getNumWaitStates (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp365 unsigned NumWaitStates = TII.getNumWaitStates(*CurrCycleInstr); in AdvanceCycle()
415 WaitStates += SIInstrInfo::getNumWaitStates(*I); in getWaitStatesSince()
H A DSIInstrInfo.h971 static unsigned getNumWaitStates(const MachineInstr &MI);
H A DSIInstrInfo.cpp1638 unsigned SIInstrInfo::getNumWaitStates(const MachineInstr &MI) { in getNumWaitStates() function in SIInstrInfo