Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp361 unsigned NumWaitStates = TII.getNumWaitStates(*CurrCycleInstr); in AdvanceCycle()
411 WaitStates += SIInstrInfo::getNumWaitStates(*I); in getWaitStatesSince()
H A DSIInstrInfo.h970 static unsigned getNumWaitStates(const MachineInstr &MI);
H A DSIInstrInfo.cpp1622 unsigned SIInstrInfo::getNumWaitStates(const MachineInstr &MI) { in getNumWaitStates() function in SIInstrInfo