Home
last modified time | relevance | path

Searched refs:positiveModulo (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3486 return DFAResources[positiveModulo(Cycle, InitiationInterval)] in canReserveResources()
3512 return DFAResources[positiveModulo(Cycle, InitiationInterval)] in reserveResources()
3540 ++MRT[positiveModulo(C, InitiationInterval)][PRE.ProcResourceIdx]; in reserveResources()
3543 ++NumScheduledMops[positiveModulo(C, InitiationInterval)]; in reserveResources()
3552 --MRT[positiveModulo(C, InitiationInterval)][PRE.ProcResourceIdx]; in unreserveResources()
3555 --NumScheduledMops[positiveModulo(C, InitiationInterval)]; in unreserveResources()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h483 int positiveModulo(int Dividend, int Divisor) const { in positiveModulo() function