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.cpp601 bool highBitsAreZero(Value *V, unsigned IterCount);
602 bool keepsHighBitsZero(Value *V, unsigned IterCount);
605 unsigned IterCount);
617 unsigned IterCount = 0; member
1262 unsigned IterCount) { in highBitsAreZero() argument
1269 return Known.countMinLeadingZeros() >= IterCount; in highBitsAreZero()
1273 unsigned IterCount) { in keepsHighBitsZero() argument
1277 return C->getValue().countl_zero() >= IterCount; in keepsHighBitsZero()
1304 BasicBlock *ExitB, unsigned IterCount) { in convertShiftsToLeft() argument
1378 if (!highBitsAreZero(V, IterCount)) in convertShiftsToLeft()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3353 unsigned IterCount = in checkAcyclicLatency() local
3360 (AcyclicCount * Rem.RemIssueCount + IterCount-1) / IterCount; in checkAcyclicLatency()
3369 << "IterCycles=" << IterCount / SchedModel->getLatencyFactor() in checkAcyclicLatency()
3370 << "c NumIters=" << (AcyclicCount + IterCount - 1) / IterCount in checkAcyclicLatency()