Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1172 unsigned Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(Waitcnt->getOpcode()); in promoteSoftWaitCnt()
1200 unsigned Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(II.getOpcode()); in applyPreexistingWaitcnt()
1353 unsigned Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(II.getOpcode()); in applyPreexistingWaitcnt()
2143 unsigned Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(Inst.getOpcode()); in isWaitInstr()
H A DSIInstrInfo.h965 static unsigned getNonSoftWaitcntOpcode(unsigned Opcode) { in getNonSoftWaitcntOpcode() function
989 switch (getNonSoftWaitcntOpcode(Opcode)) { in isWaitcnt()
H A DSIInstrInfo.cpp9227 Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(Opcode); in pseudoToMCOpcode()