Home
last modified time | relevance | path

Searched refs:AMDGPUCustomBehaviour (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp62 AMDGPUCustomBehaviour::AMDGPUCustomBehaviour(const MCSubtargetInfo &STI, in AMDGPUCustomBehaviour() function in llvm::mca::AMDGPUCustomBehaviour
69 unsigned AMDGPUCustomBehaviour::checkCustomHazard(ArrayRef<InstRef> IssuedInst, in checkCustomHazard()
105 unsigned AMDGPUCustomBehaviour::handleWaitCnt(ArrayRef<InstRef> IssuedInst, in handleWaitCnt()
177 void AMDGPUCustomBehaviour::computeWaitCnt(const InstRef &IR, unsigned &Vmcnt, in computeWaitCnt()
232 void AMDGPUCustomBehaviour::generateWaitCntInfo() { in generateWaitCntInfo()
304 bool AMDGPUCustomBehaviour::isVMEM(const MCInstrDesc &MCID) { in isVMEM()
311 bool AMDGPUCustomBehaviour::hasModifiersSet( in hasModifiersSet()
325 bool AMDGPUCustomBehaviour::isGWS(uint16_t Opcode) const { in isGWS()
331 bool AMDGPUCustomBehaviour::isAlwaysGDS(uint16_t Opcode) const { in isAlwaysGDS()
345 return new AMDGPUCustomBehaviour(STI, SrcMgr, MCII); in createAMDGPUCustomBehaviour()
H A DAMDGPUCustomBehaviour.h47 class AMDGPUCustomBehaviour : public CustomBehaviour {
88 AMDGPUCustomBehaviour(const MCSubtargetInfo &STI,
91 ~AMDGPUCustomBehaviour() = default;