Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600EmitClauseMarkers.cpp86 if (TII->isALUInstr(MI.getOpcode())) in isALU()
134 if (!TII->isALUInstr(MI.getOpcode()) && MI.getOpcode() != R600::DOT_4) in SubstituteKCacheBank()
140 (TII->isALUInstr(MI.getOpcode()) || MI.getOpcode() == R600::DOT_4) && in SubstituteKCacheBank()
DR600Packetizer.cpp72 if (!TII->isALUInstr(I->getOpcode()) && !I->isBundle()) in getPreviousVector()
171 if (!TII->isALUInstr(MI.getOpcode())) in isSoloInstruction()
DR600InstrInfo.h85 bool isALUInstr(unsigned Opcode) const;
DR600InstrInfo.cpp133 bool R600InstrInfo::isALUInstr(unsigned Opcode) const { in isALUInstr() function in R600InstrInfo
160 if (isALUInstr(MI.getOpcode())) in canBeConsideredALU()
239 if (!isALUInstr(MI.getOpcode())) { in readsLDSSrcReg()
614 if (!isALUInstr(MI.getOpcode())) in fitsConstReadLimitations()
DR600MachineScheduler.cpp299 if (TII->isALUInstr(Opcode)) { in getInstKind()
DR600ControlFlowFinalizer.cpp420 if (!I->isBundle() && !TII->isALUInstr(I->getOpcode())) in MakeALUClause()