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.cpp3919 return DFAResources[positiveModulo(Cycle, InitiationInterval)] in canReserveResources()
3945 return DFAResources[positiveModulo(Cycle, InitiationInterval)] in reserveResources()
3973 ++MRT[positiveModulo(C, InitiationInterval)][PRE.ProcResourceIdx]; in reserveResources()
3976 ++NumScheduledMops[positiveModulo(C, InitiationInterval)]; in reserveResources()
3985 --MRT[positiveModulo(C, InitiationInterval)][PRE.ProcResourceIdx]; in unreserveResources()
3988 --NumScheduledMops[positiveModulo(C, InitiationInterval)]; in unreserveResources()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h676 int positiveModulo(int Dividend, int Divisor) const { in positiveModulo() function