Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1161 unsigned Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(Waitcnt->getOpcode()); in promoteSoftWaitCnt()
1189 unsigned Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(II.getOpcode()); in applyPreexistingWaitcnt()
1332 unsigned Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(II.getOpcode()); in applyPreexistingWaitcnt()
2196 unsigned Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(Inst.getOpcode()); in isWaitInstr()
H A DSIInstrInfo.h930 static unsigned getNonSoftWaitcntOpcode(unsigned Opcode) { in getNonSoftWaitcntOpcode() function
H A DSIInstrInfo.cpp9104 Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(Opcode); in pseudoToMCOpcode()