Lines Matching defs:Opcode

412   bool isSALU(uint16_t Opcode) const {  in isSALU()
420 bool isVALU(uint16_t Opcode) const { in isVALU()
428 bool isImage(uint16_t Opcode) const { in isImage()
436 bool isVMEM(uint16_t Opcode) const { in isVMEM()
444 bool isSOP1(uint16_t Opcode) const { in isSOP1()
452 bool isSOP2(uint16_t Opcode) const { in isSOP2()
460 bool isSOPC(uint16_t Opcode) const { in isSOPC()
468 bool isSOPK(uint16_t Opcode) const { in isSOPK()
476 bool isSOPP(uint16_t Opcode) const { in isSOPP()
484 bool isPacked(uint16_t Opcode) const { in isPacked()
492 bool isVOP1(uint16_t Opcode) const { in isVOP1()
500 bool isVOP2(uint16_t Opcode) const { in isVOP2()
508 bool isVOP3(uint16_t Opcode) const { in isVOP3()
516 bool isSDWA(uint16_t Opcode) const { in isSDWA()
524 bool isVOPC(uint16_t Opcode) const { in isVOPC()
532 bool isMUBUF(uint16_t Opcode) const { in isMUBUF()
540 bool isMTBUF(uint16_t Opcode) const { in isMTBUF()
548 bool isSMRD(uint16_t Opcode) const { in isSMRD()
558 bool isDS(uint16_t Opcode) const { in isDS()
566 bool isLDSDMA(uint16_t Opcode) { in isLDSDMA()
574 bool isGWS(uint16_t Opcode) const { in isGWS()
584 bool isMIMG(uint16_t Opcode) const { in isMIMG()
592 bool isVIMAGE(uint16_t Opcode) const { in isVIMAGE()
600 bool isVSAMPLE(uint16_t Opcode) const { in isVSAMPLE()
608 bool isGather4(uint16_t Opcode) const { in isGather4()
623 bool isSegmentSpecificFLAT(uint16_t Opcode) const { in isSegmentSpecificFLAT()
632 bool isFLATGlobal(uint16_t Opcode) const { in isFLATGlobal()
640 bool isFLATScratch(uint16_t Opcode) const { in isFLATScratch()
645 bool isFLAT(uint16_t Opcode) const { in isFLAT()
661 bool isEXP(uint16_t Opcode) const { in isEXP()
669 bool isAtomicNoRet(uint16_t Opcode) const { in isAtomicNoRet()
677 bool isAtomicRet(uint16_t Opcode) const { in isAtomicRet()
686 bool isAtomic(uint16_t Opcode) const { in isAtomic()
699 bool isWQM(uint16_t Opcode) const { in isWQM()
707 bool isDisableWQM(uint16_t Opcode) const { in isDisableWQM()
722 bool isVGPRSpill(uint16_t Opcode) const { in isVGPRSpill()
734 bool isSGPRSpill(uint16_t Opcode) const { in isSGPRSpill()
740 bool isSpill(uint16_t Opcode) const { in isSpill()
748 static bool isWWMRegSpillOpcode(uint16_t Opcode) { in isWWMRegSpillOpcode()
755 static bool isChainCallOpcode(uint64_t Opcode) { in isChainCallOpcode()
764 bool isDPP(uint16_t Opcode) const { in isDPP()
772 bool isTRANS(uint16_t Opcode) const { in isTRANS()
780 bool isVOP3P(uint16_t Opcode) const { in isVOP3P()
788 bool isVINTRP(uint16_t Opcode) const { in isVINTRP()
796 bool isMAI(uint16_t Opcode) const { in isMAI()
813 bool isWMMA(uint16_t Opcode) const { in isWMMA()
825 bool isSWMMAC(uint16_t Opcode) const { in isSWMMAC()
829 bool isDOT(uint16_t Opcode) const { in isDOT()
837 bool isLDSDIR(uint16_t Opcode) const { in isLDSDIR()
845 bool isVINTERP(uint16_t Opcode) const { in isVINTERP()
863 static bool sopkIsZext(unsigned Opcode) { in sopkIsZext()
876 bool isScalarStore(uint16_t Opcode) const { in isScalarStore()
884 bool isFixedSize(uint16_t Opcode) const { in isFixedSize()
892 bool hasFPClamp(uint16_t Opcode) const { in hasFPClamp()
912 bool usesFPDPRounding(uint16_t Opcode) const { in usesFPDPRounding()
920 bool isFPAtomic(uint16_t Opcode) const { in isFPAtomic()
931 bool isBarrierStart(unsigned Opcode) const { in isBarrierStart()
939 bool isBarrier(unsigned Opcode) const { in isBarrier()
949 static bool isF16PseudoScalarTrans(unsigned Opcode) { in isF16PseudoScalarTrans()
961 bool doesNotReadTiedSource(uint16_t Opcode) const { in doesNotReadTiedSource()
965 static unsigned getNonSoftWaitcntOpcode(unsigned Opcode) { in getNonSoftWaitcntOpcode()
988 bool isWaitcnt(unsigned Opcode) const { in isWaitcnt()
1152 unsigned getOpSize(uint16_t Opcode, unsigned OpNo) const { in getOpSize()
1293 const MCInstrDesc &getMCOpcodeFromPseudo(unsigned Opcode) const { in getMCOpcodeFromPseudo()