Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp392 unsigned Cycles = SIInstrInfo::getNumWaitStates(MI); in runOnMachineBasicBlock()
H A DGCNHazardRecognizer.cpp412 unsigned NumWaitStates = TII.getNumWaitStates(*CurrCycleInstr); in AdvanceCycle()
499 GetNumWaitStatesFn GetNumWaitStates = SIInstrInfo::getNumWaitStates) { in getWaitStatesSince()
H A DSIInstrInfo.h1023 static unsigned getNumWaitStates(const MachineInstr &MI);
H A DSIInstrInfo.cpp1866 unsigned SIInstrInfo::getNumWaitStates(const MachineInstr &MI) { in getNumWaitStates() function in SIInstrInfo