Searched refs:isALUInstr (Results 1 – 6 of 6) sorted by relevance
75 if (TII->isALUInstr(MI.getOpcode())) in isALU()123 if (!TII->isALUInstr(MI.getOpcode()) && MI.getOpcode() != AMDGPU::DOT_4) in SubstituteKCacheBank()129 (TII->isALUInstr(MI.getOpcode()) || MI.getOpcode() == AMDGPU::DOT_4) && in SubstituteKCacheBank()
75 if (!TII->isALUInstr(I->getOpcode()) && !I->isBundle()) in getPreviousVector()174 if (!TII->isALUInstr(MI.getOpcode())) in isSoloInstruction()
77 bool isALUInstr(unsigned Opcode) const;
125 bool R600InstrInfo::isALUInstr(unsigned Opcode) const { in isALUInstr() function in R600InstrInfo156 if (isALUInstr(MI.getOpcode())) in canBeConsideredALU()235 if (!isALUInstr(MI.getOpcode())) { in readsLDSSrcReg()624 if (!isALUInstr(MI.getOpcode())) in fitsConstReadLimitations()
301 if (TII->isALUInstr(Opcode)) { in getInstKind()
405 if (!I->isBundle() && !TII->isALUInstr(I->getOpcode())) in MakeALUClause()