Searched refs:AMDGPUCustomBehaviour (Results 1 – 2 of 2) sorted by relevance
62 AMDGPUCustomBehaviour::AMDGPUCustomBehaviour(const MCSubtargetInfo &STI, in AMDGPUCustomBehaviour() function in llvm::mca::AMDGPUCustomBehaviour69 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()
47 class AMDGPUCustomBehaviour : public CustomBehaviour {88 AMDGPUCustomBehaviour(const MCSubtargetInfo &STI,91 ~AMDGPUCustomBehaviour() = default;