Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp240 unsigned NumWaitStates = TII.getNumWaitStates(*CurrCycleInstr); in AdvanceCycle()
H A DSIInstrInfo.h841 unsigned getNumWaitStates(const MachineInstr &MI) const;
H A DSIInstrInfo.cpp1157 unsigned SIInstrInfo::getNumWaitStates(const MachineInstr &MI) const { in getNumWaitStates() function in SIInstrInfo