Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DR600EmitClauseMarkers.cpp75 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()
DR600Packetizer.cpp76 if (!TII->isALUInstr(I->getOpcode()) && !I->isBundle()) in getPreviousVector()
175 if (!TII->isALUInstr(MI->getOpcode())) in isSoloInstruction()
DR600InstrInfo.h77 bool isALUInstr(unsigned Opcode) const;
DR600InstrInfo.cpp131 bool R600InstrInfo::isALUInstr(unsigned Opcode) const { in isALUInstr() function in R600InstrInfo
162 if (isALUInstr(MI->getOpcode())) in canBeConsideredALU()
243 if (!isALUInstr(MI->getOpcode())) { in readsLDSSrcReg()
628 if (!isALUInstr(MI->getOpcode())) in fitsConstReadLimitations()
DR600MachineScheduler.cpp302 if (TII->isALUInstr(Opcode)) { in getInstKind()
DR600ControlFlowFinalizer.cpp395 if (!I->isBundle() && !TII->isALUInstr(I->getOpcode())) in MakeALUClause()