Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp61 AMDGPUCustomBehaviour::AMDGPUCustomBehaviour(const MCSubtargetInfo &STI, in AMDGPUCustomBehaviour() function in llvm::mca::AMDGPUCustomBehaviour
68 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()
H A DAMDGPUCustomBehaviour.h1 //===------------------- AMDGPUCustomBehaviour.h ----------------*-C++ -* -===//
10 /// This file defines the AMDGPUCustomBehaviour class which inherits from
47 class AMDGPUCustomBehaviour : public CustomBehaviour {
88 AMDGPUCustomBehaviour(const MCSubtargetInfo &STI,
91 ~AMDGPUCustomBehaviour() = default;