Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3555 return DFAResources[positiveModulo(Cycle, InitiationInterval)] in canReserveResources()
3581 return DFAResources[positiveModulo(Cycle, InitiationInterval)] in reserveResources()
3609 ++MRT[positiveModulo(C, InitiationInterval)][PRE.ProcResourceIdx]; in reserveResources()
3612 ++NumScheduledMops[positiveModulo(C, InitiationInterval)]; in reserveResources()
3621 --MRT[positiveModulo(C, InitiationInterval)][PRE.ProcResourceIdx]; in unreserveResources()
3624 --NumScheduledMops[positiveModulo(C, InitiationInterval)]; in unreserveResources()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h488 int positiveModulo(int Dividend, int Divisor) const { in positiveModulo() function