Searched refs:AMDGPUCustomBehaviour (Results 1 – 2 of 2) sorted by relevance
61 AMDGPUCustomBehaviour::AMDGPUCustomBehaviour(const MCSubtargetInfo &STI, in AMDGPUCustomBehaviour() function in llvm::mca::AMDGPUCustomBehaviour68 unsigned AMDGPUCustomBehaviour::checkCustomHazard(ArrayRef<InstRef> IssuedInst, in checkCustomHazard()104 unsigned AMDGPUCustomBehaviour::handleWaitCnt(ArrayRef<InstRef> IssuedInst, in handleWaitCnt()176 void AMDGPUCustomBehaviour::computeWaitCnt(const InstRef &IR, unsigned &Vmcnt, in computeWaitCnt()231 void AMDGPUCustomBehaviour::generateWaitCntInfo() { in generateWaitCntInfo()303 bool AMDGPUCustomBehaviour::isVMEM(const MCInstrDesc &MCID) { in isVMEM()310 bool AMDGPUCustomBehaviour::hasModifiersSet( in hasModifiersSet()324 bool AMDGPUCustomBehaviour::isGWS(uint16_t Opcode) const { in isGWS()330 bool AMDGPUCustomBehaviour::isAlwaysGDS(uint16_t Opcode) const { in isAlwaysGDS()343 return new AMDGPUCustomBehaviour(STI, SrcMgr, MCII); in createAMDGPUCustomBehaviour()
1 //===------------------- AMDGPUCustomBehaviour.h ----------------*-C++ -* -===//10 /// This file defines the AMDGPUCustomBehaviour class which inherits from47 class AMDGPUCustomBehaviour : public CustomBehaviour {88 AMDGPUCustomBehaviour(const MCSubtargetInfo &STI,91 ~AMDGPUCustomBehaviour() = default;