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.cpp1326 unsigned Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(Waitcnt->getOpcode()); in promoteSoftWaitCnt()
1365 unsigned Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(II.getOpcode()); in applyPreexistingWaitcnt()
1530 unsigned Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(II.getOpcode()); in applyPreexistingWaitcnt()
2438 unsigned Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(Inst.getOpcode()); in isWaitInstr()
H A DSIInstrInfo.h1010 static unsigned getNonSoftWaitcntOpcode(unsigned Opcode) { in getNonSoftWaitcntOpcode() function
1034 switch (getNonSoftWaitcntOpcode(Opcode)) { in isWaitcnt()
H A DSIInstrInfo.cpp9692 Opcode = SIInstrInfo::getNonSoftWaitcntOpcode(Opcode); in pseudoToMCOpcode()