Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp327 unsigned NumWaitStates = TII.getNumWaitStates(*CurrCycleInstr); in AdvanceCycle()
378 WaitStates += SIInstrInfo::getNumWaitStates(*I); in getWaitStatesSince()
DSIInstrInfo.h908 static unsigned getNumWaitStates(const MachineInstr &MI);
DSIInstrInfo.cpp1371 unsigned SIInstrInfo::getNumWaitStates(const MachineInstr &MI) { in getNumWaitStates() function in SIInstrInfo