Lines Matching refs:GPUDynInst

43 GPUDynInst::GPUDynInst(ComputeUnit *_cu, Wavefront *_wf,
62 GPUDynInst::~GPUDynInst()
70 GPUDynInst::execute(GPUDynInstPtr gpuDynInst)
76 GPUDynInst::numSrcRegOperands()
82 GPUDynInst::numDstRegOperands()
88 GPUDynInst::getNumOperands()
94 GPUDynInst::isVectorRegister(int operandIdx)
100 GPUDynInst::isScalarRegister(int operandIdx)
106 GPUDynInst::isCondRegister(int operandIdx)
112 GPUDynInst::getRegisterIndex(int operandIdx, GPUDynInstPtr gpuDynInst)
118 GPUDynInst::getOperandSize(int operandIdx)
124 GPUDynInst::isDstOperand(int operandIdx)
130 GPUDynInst::isSrcOperand(int operandIdx)
136 GPUDynInst::disassemble() const
142 GPUDynInst::seqNum() const
148 GPUDynInst::executedAs()
155 GPUDynInst::initiateAcc(GPUDynInstPtr gpuDynInst)
165 GPUDynInst::completeAcc(GPUDynInstPtr gpuDynInst)
175 GPUDynInst::isALU() const
181 GPUDynInst::isBranch() const
187 GPUDynInst::isNop() const
193 GPUDynInst::isReturn() const
199 GPUDynInst::isUnconditionalJump() const
205 GPUDynInst::isSpecialOp() const
211 GPUDynInst::isWaitcnt() const
217 GPUDynInst::isBarrier() const
223 GPUDynInst::isMemFence() const
229 GPUDynInst::isMemRef() const
235 GPUDynInst::isFlat() const
241 GPUDynInst::isLoad() const
247 GPUDynInst::isStore() const
253 GPUDynInst::isAtomic() const
259 GPUDynInst::isAtomicNoRet() const
265 GPUDynInst::isAtomicRet() const
271 GPUDynInst::isScalar() const
277 GPUDynInst::readsSCC() const
283 GPUDynInst::writesSCC() const
289 GPUDynInst::readsVCC() const
295 GPUDynInst::writesVCC() const
301 GPUDynInst::isAtomicAnd() const
307 GPUDynInst::isAtomicOr() const
313 GPUDynInst::isAtomicXor() const
319 GPUDynInst::isAtomicCAS() const
324 bool GPUDynInst::isAtomicExch() const
330 GPUDynInst::isAtomicAdd() const
336 GPUDynInst::isAtomicSub() const
342 GPUDynInst::isAtomicInc() const
348 GPUDynInst::isAtomicDec() const
354 GPUDynInst::isAtomicMax() const
360 GPUDynInst::isAtomicMin() const
366 GPUDynInst::isArgLoad() const
372 GPUDynInst::isGlobalMem() const
378 GPUDynInst::isLocalMem() const
384 GPUDynInst::isArgSeg() const
390 GPUDynInst::isGlobalSeg() const
396 GPUDynInst::isGroupSeg() const
402 GPUDynInst::isKernArgSeg() const
408 GPUDynInst::isPrivateSeg() const
414 GPUDynInst::isReadOnlySeg() const
420 GPUDynInst::isSpillSeg() const
426 GPUDynInst::isWorkitemScope() const
432 GPUDynInst::isWavefrontScope() const
438 GPUDynInst::isWorkgroupScope() const
444 GPUDynInst::isDeviceScope() const
450 GPUDynInst::isSystemScope() const
456 GPUDynInst::isNoScope() const
462 GPUDynInst::isRelaxedOrder() const
468 GPUDynInst::isAcquire() const
474 GPUDynInst::isRelease() const
480 GPUDynInst::isAcquireRelease() const
486 GPUDynInst::isNoOrder() const
492 GPUDynInst::isGloballyCoherent() const
498 GPUDynInst::isSystemCoherent() const
504 GPUDynInst::updateStats()