Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600EmitClauseMarkers.cpp220 if (AluInstCount >= TII->getMaxAlusPerClause()) in canClauseLocalKillFitInClause()
237 return LastUseCount <= TII->getMaxAlusPerClause(); in canClauseLocalKillFitInClause()
254 if (AluInstCount > TII->getMaxAlusPerClause()) in MakeALUClause()
H A DR600ClauseMergePass.cpp124 if (CumuledInsts >= TII->getMaxAlusPerClause()) { in mergeIfPossible()
H A DR600InstrInfo.h258 unsigned getMaxAlusPerClause() const;
H A DR600MachineScheduler.cpp39 InstKindLimit[IDAlu] = TII->getMaxAlusPerClause(); in initialize()
H A DR600InstrInfo.cpp1235 unsigned R600InstrInfo::getMaxAlusPerClause() const { in getMaxAlusPerClause() function in R600InstrInfo