Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3050 return DFAResources[positiveModulo(Cycle, InitiationInterval)] in canReserveResources()
3076 return DFAResources[positiveModulo(Cycle, InitiationInterval)] in reserveResources()
3104 ++MRT[positiveModulo(C, InitiationInterval)][PRE.ProcResourceIdx]; in reserveResources()
3107 ++NumScheduledMops[positiveModulo(C, InitiationInterval)]; in reserveResources()
3116 --MRT[positiveModulo(C, InitiationInterval)][PRE.ProcResourceIdx]; in unreserveResources()
3119 --NumScheduledMops[positiveModulo(C, InitiationInterval)]; in unreserveResources()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h482 int positiveModulo(int Dividend, int Divisor) const { in positiveModulo() function