Searched refs:isAlwaysGDS (Results 1 – 6 of 6) sorted by relevance
73 bool isAlwaysGDS(uint16_t Opcode) const;
253 if (isAlwaysGDS(Opcode) || hasModifiersSet(Inst, AMDGPU::OpName::gds)) in generateWaitCntInfo()330 bool AMDGPUCustomBehaviour::isAlwaysGDS(uint16_t Opcode) const { in isAlwaysGDS() function in llvm::mca::AMDGPUCustomBehaviour
578 bool isAlwaysGDS(uint16_t Opcode) const;
1989 if (TII->isAlwaysGDS(Inst.getOpcode()) || in updateEventWaitcntAfter()
140 if (TII.isAlwaysGDS(MI.getOpcode())) in isSendMsgTraceDataOrGDS()
4108 bool SIInstrInfo::isAlwaysGDS(uint16_t Opcode) const { in isAlwaysGDS() function in SIInstrInfo