Home
last modified time | relevance | path

Searched refs:getMaxAlusPerClause (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600EmitClauseMarkers.cpp203 if (AluInstCount >= TII->getMaxAlusPerClause()) in canClauseLocalKillFitInClause()
220 return LastUseCount <= TII->getMaxAlusPerClause(); in canClauseLocalKillFitInClause()
237 if (AluInstCount > TII->getMaxAlusPerClause()) in MakeALUClause()
H A DR600ClauseMergePass.cpp114 if (CumuledInsts >= TII->getMaxAlusPerClause()) { in mergeIfPossible()
H A DR600InstrInfo.h257 unsigned getMaxAlusPerClause() const;
H A DR600MachineScheduler.cpp33 InstKindLimit[IDAlu] = TII->getMaxAlusPerClause(); in initialize()
H A DR600InstrInfo.cpp1211 unsigned R600InstrInfo::getMaxAlusPerClause() const { in getMaxAlusPerClause() function in R600InstrInfo