Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.h72 bool isGWS(uint16_t Opcode) const;
H A DAMDGPUCustomBehaviour.cpp325 bool AMDGPUCustomBehaviour::isGWS(uint16_t Opcode) const { in isGWS() function in llvm::mca::AMDGPUCustomBehaviour
334 Opcode == AMDGPU::DS_SUB_GS_REG_RTN || isGWS(Opcode); in isAlwaysGDS()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h589 static bool isGWS(const MachineInstr &MI) { in isGWS() function
593 bool isGWS(uint16_t Opcode) const { in isGWS() function
H A DSIInsertWaitcnts.cpp942 } else if (SIInstrInfo::isAtomicRet(Inst) && !SIInstrInfo::isGWS(Inst) && in updateByEvent()
H A DSIInstrInfo.cpp4271 Opcode == AMDGPU::DS_SUB_GS_REG_RTN || isGWS(Opcode); in isAlwaysGDS()