Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600EmitClauseMarkers.cpp75 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()
DR600Packetizer.cpp75 if (!TII->isALUInstr(I->getOpcode()) && !I->isBundle()) in getPreviousVector()
174 if (!TII->isALUInstr(MI.getOpcode())) in isSoloInstruction()
DR600InstrInfo.h77 bool isALUInstr(unsigned Opcode) const;
DR600InstrInfo.cpp125 bool R600InstrInfo::isALUInstr(unsigned Opcode) const { in isALUInstr() function in R600InstrInfo
156 if (isALUInstr(MI.getOpcode())) in canBeConsideredALU()
235 if (!isALUInstr(MI.getOpcode())) { in readsLDSSrcReg()
624 if (!isALUInstr(MI.getOpcode())) in fitsConstReadLimitations()
DR600MachineScheduler.cpp301 if (TII->isALUInstr(Opcode)) { in getInstKind()
DR600ControlFlowFinalizer.cpp405 if (!I->isBundle() && !TII->isALUInstr(I->getOpcode())) in MakeALUClause()