Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp324 bool AMDGPUCustomBehaviour::isGWS(uint16_t Opcode) const { in isGWS() function in llvm::mca::AMDGPUCustomBehaviour
331 return Opcode == AMDGPU::DS_ORDERED_COUNT || isGWS(Opcode); in isAlwaysGDS()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h570 static bool isGWS(const MachineInstr &MI) { in isGWS() function
574 bool isGWS(uint16_t Opcode) const { in isGWS() function
H A DSIInsertWaitcnts.cpp828 } else if (SIInstrInfo::isAtomicRet(Inst) && !SIInstrInfo::isGWS(Inst) && in updateByEvent()
H A DSIInstrInfo.cpp4109 return Opcode == AMDGPU::DS_ORDERED_COUNT || isGWS(Opcode); in isAlwaysGDS()