Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp591 bool highBitsAreZero(Value *V, unsigned IterCount);
592 bool keepsHighBitsZero(Value *V, unsigned IterCount);
595 unsigned IterCount);
607 unsigned IterCount = 0; member
1249 unsigned IterCount) { in highBitsAreZero() argument
1256 return Known.countMinLeadingZeros() >= IterCount; in highBitsAreZero()
1260 unsigned IterCount) { in keepsHighBitsZero() argument
1264 return C->getValue().countl_zero() >= IterCount; in keepsHighBitsZero()
1291 BasicBlock *ExitB, unsigned IterCount) { in convertShiftsToLeft() argument
1365 if (!highBitsAreZero(V, IterCount)) in convertShiftsToLeft()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3776 unsigned IterCount = in checkAcyclicLatency() local
3783 (AcyclicCount * Rem.RemIssueCount + IterCount-1) / IterCount; in checkAcyclicLatency()
3792 << "IterCycles=" << IterCount / SchedModel->getLatencyFactor() in checkAcyclicLatency()
3793 << "c NumIters=" << (AcyclicCount + IterCount - 1) / IterCount in checkAcyclicLatency()