Searched refs:isGWS (Results 1 – 4 of 4) sorted by relevance
324 bool AMDGPUCustomBehaviour::isGWS(uint16_t Opcode) const { in isGWS() function in llvm::mca::AMDGPUCustomBehaviour331 return Opcode == AMDGPU::DS_ORDERED_COUNT || isGWS(Opcode); in isAlwaysGDS()
570 static bool isGWS(const MachineInstr &MI) { in isGWS() function574 bool isGWS(uint16_t Opcode) const { in isGWS() function
828 } else if (SIInstrInfo::isAtomicRet(Inst) && !SIInstrInfo::isGWS(Inst) && in updateByEvent()
4109 return Opcode == AMDGPU::DS_ORDERED_COUNT || isGWS(Opcode); in isAlwaysGDS()