Searched refs:isAlwaysGDS (Results 1 – 6 of 6) sorted by relevance
74 bool isAlwaysGDS(uint16_t Opcode) const;
254 if (isAlwaysGDS(Opcode) || hasModifiersSet(Inst, AMDGPU::OpName::gds)) in generateWaitCntInfo()331 bool AMDGPUCustomBehaviour::isAlwaysGDS(uint16_t Opcode) const { in isAlwaysGDS() function in llvm::mca::AMDGPUCustomBehaviour
1862 if (TII->isAlwaysGDS(MI.getOpcode()) && ScoreBrackets.hasPendingGDS()) in generateWaitcntInstBefore()2236 if (TII->isAlwaysGDS(Inst.getOpcode())) { in insertForcedWaitAfter()2265 if (TII->isAlwaysGDS(Inst.getOpcode()) || in updateEventWaitcntAfter()
597 bool isAlwaysGDS(uint16_t Opcode) const;
121 if (TII.isAlwaysGDS(MI.getOpcode())) in isSendMsgTraceDataOrGDS()
4268 bool SIInstrInfo::isAlwaysGDS(uint16_t Opcode) const { in isAlwaysGDS() function in SIInstrInfo