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.h73 bool isAlwaysGDS(uint16_t Opcode) const;
H A DAMDGPUCustomBehaviour.cpp253 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
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h578 bool isAlwaysGDS(uint16_t Opcode) const;
H A DSIInsertWaitcnts.cpp1989 if (TII->isAlwaysGDS(Inst.getOpcode()) || in updateEventWaitcntAfter()
H A DGCNHazardRecognizer.cpp140 if (TII.isAlwaysGDS(MI.getOpcode())) in isSendMsgTraceDataOrGDS()
H A DSIInstrInfo.cpp4108 bool SIInstrInfo::isAlwaysGDS(uint16_t Opcode) const { in isAlwaysGDS() function in SIInstrInfo