Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp585 bool highBitsAreZero(Value *V, unsigned IterCount);
586 bool keepsHighBitsZero(Value *V, unsigned IterCount);
589 unsigned IterCount);
601 unsigned IterCount = 0; member
1253 unsigned IterCount) { in highBitsAreZero() argument
1260 return Known.countMinLeadingZeros() >= IterCount; in highBitsAreZero()
1264 unsigned IterCount) { in keepsHighBitsZero() argument
1268 return C->getValue().countLeadingZeros() >= IterCount; in keepsHighBitsZero()
1295 BasicBlock *ExitB, unsigned IterCount) { in convertShiftsToLeft() argument
1369 if (!highBitsAreZero(V, IterCount)) in convertShiftsToLeft()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2820 unsigned IterCount = in checkAcyclicLatency() local
2827 (AcyclicCount * Rem.RemIssueCount + IterCount-1) / IterCount; in checkAcyclicLatency()
2836 << "IterCycles=" << IterCount / SchedModel->getLatencyFactor() in checkAcyclicLatency()
2837 << "c NumIters=" << (AcyclicCount + IterCount - 1) / IterCount in checkAcyclicLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfg.cpp517 auto IterCount = getFlags().getLocalCseMaxIterations(); in localCSE() local
519 for (uint32_t i = 0; i < IterCount; ++i) { in localCSE()