Searched refs:isALUInstr (Results 1 – 6 of 6) sorted by relevance
75 if (TII->isALUInstr(MI->getOpcode())) in isALU()122 if (!TII->isALUInstr(MI->getOpcode()) && MI->getOpcode() != AMDGPU::DOT_4) in SubstituteKCacheBank()127 assert((TII->isALUInstr(MI->getOpcode()) || in SubstituteKCacheBank()
76 if (!TII->isALUInstr(I->getOpcode()) && !I->isBundle()) in getPreviousVector()175 if (!TII->isALUInstr(MI->getOpcode())) in isSoloInstruction()
77 bool isALUInstr(unsigned Opcode) const;
131 bool R600InstrInfo::isALUInstr(unsigned Opcode) const { in isALUInstr() function in R600InstrInfo162 if (isALUInstr(MI->getOpcode())) in canBeConsideredALU()243 if (!isALUInstr(MI->getOpcode())) { in readsLDSSrcReg()628 if (!isALUInstr(MI->getOpcode())) in fitsConstReadLimitations()
302 if (TII->isALUInstr(Opcode)) { in getInstKind()
395 if (!I->isBundle() && !TII->isALUInstr(I->getOpcode())) in MakeALUClause()