Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600EmitClauseMarkers.cpp202 if (AluInstCount >= TII->getMaxAlusPerClause()) in canClauseLocalKillFitInClause()
219 return LastUseCount <= TII->getMaxAlusPerClause(); in canClauseLocalKillFitInClause()
236 if (AluInstCount > TII->getMaxAlusPerClause()) in MakeALUClause()
H A DR600ClauseMergePass.cpp115 if (CumuledInsts >= TII->getMaxAlusPerClause()) { in mergeIfPossible()
H A DR600InstrInfo.h256 unsigned getMaxAlusPerClause() const;
H A DR600MachineScheduler.cpp33 InstKindLimit[IDAlu] = TII->getMaxAlusPerClause(); in initialize()
H A DR600InstrInfo.cpp1205 unsigned R600InstrInfo::getMaxAlusPerClause() const { in getMaxAlusPerClause() function in R600InstrInfo