OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IterCount
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp
603
bool highBitsAreZero(Value *V, unsigned
IterCount
);
604
bool keepsHighBitsZero(Value *V, unsigned
IterCount
);
607
unsigned
IterCount
);
619
unsigned
IterCount
= 0;
1271
unsigned
IterCount
) {
1278
return Known.countMinLeadingZeros() >=
IterCount
;
1282
unsigned
IterCount
) {
1286
return C->getValue().countLeadingZeros() >=
IterCount
;
1313
BasicBlock *ExitB, unsigned
IterCount
) {
1387
if (!highBitsAreZero(V,
IterCount
))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp
3003
unsigned
IterCount
=
3010
(AcyclicCount * Rem.RemIssueCount +
IterCount
-1) /
IterCount
;
3019
<< "IterCycles=" <<
IterCount
/ SchedModel->getLatencyFactor()
3020
<< "c NumIters=" << (AcyclicCount +
IterCount
- 1) /
IterCount
Completed in 20 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026