Home
last modified time | relevance | path

Searched refs:isALUInstr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600EmitClauseMarkers.cpp65 if (TII->isALUInstr(MI.getOpcode())) in isALU()
113 if (!TII->isALUInstr(MI.getOpcode()) && MI.getOpcode() != R600::DOT_4) in SubstituteKCacheBank()
119 (TII->isALUInstr(MI.getOpcode()) || MI.getOpcode() == R600::DOT_4) && in SubstituteKCacheBank()
H A DR600Packetizer.cpp67 if (!TII->isALUInstr(I->getOpcode()) && !I->isBundle()) in getPreviousVector()
163 if (!TII->isALUInstr(MI.getOpcode())) in isSoloInstruction()
H A DR600InstrInfo.h86 bool isALUInstr(unsigned Opcode) const;
H A DR600InstrInfo.cpp108 bool R600InstrInfo::isALUInstr(unsigned Opcode) const { in isALUInstr() function in R600InstrInfo
135 if (isALUInstr(MI.getOpcode())) in canBeConsideredALU()
214 if (!isALUInstr(MI.getOpcode())) { in readsLDSSrcReg()
577 if (!isALUInstr(MI->getOpcode())) in fitsConstReadLimitations()
H A DR600MachineScheduler.cpp290 if (TII->isALUInstr(Opcode)) { in getInstKind()
H A DR600ControlFlowFinalizer.cpp388 if (!I->isBundle() && !TII->isALUInstr(I->getOpcode())) in MakeALUClause()