Searched refs:isGWS (Results 1 – 5 of 5) sorted by relevance
72 bool isGWS(uint16_t Opcode) const;
325 bool AMDGPUCustomBehaviour::isGWS(uint16_t Opcode) const { in isGWS() function in llvm::mca::AMDGPUCustomBehaviour334 Opcode == AMDGPU::DS_SUB_GS_REG_RTN || isGWS(Opcode); in isAlwaysGDS()
589 static bool isGWS(const MachineInstr &MI) { in isGWS() function593 bool isGWS(uint16_t Opcode) const { in isGWS() function
942 } else if (SIInstrInfo::isAtomicRet(Inst) && !SIInstrInfo::isGWS(Inst) && in updateByEvent()
4271 Opcode == AMDGPU::DS_SUB_GS_REG_RTN || isGWS(Opcode); in isAlwaysGDS()