Home
last modified time | relevance | path

Searched refs:isAlwaysGDS (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.h74 bool isAlwaysGDS(uint16_t Opcode) const;
H A DAMDGPUCustomBehaviour.cpp254 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
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1862 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()
H A DSIInstrInfo.h597 bool isAlwaysGDS(uint16_t Opcode) const;
H A DGCNHazardRecognizer.cpp121 if (TII.isAlwaysGDS(MI.getOpcode())) in isSendMsgTraceDataOrGDS()
H A DSIInstrInfo.cpp4268 bool SIInstrInfo::isAlwaysGDS(uint16_t Opcode) const { in isAlwaysGDS() function in SIInstrInfo