Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp213 int UnrolledCost; member
261 int UnrolledCost = 0; in analyzeLoopUnrollCost() local
329 UnrolledCost += TTI.getUserCost(I); in analyzeLoopUnrollCost()
443 if (UnrolledCost > MaxUnrolledLoopSize) { in analyzeLoopUnrollCost()
445 << " UnrolledCost: " << UnrolledCost in analyzeLoopUnrollCost()
499 if (UnrolledCost == RolledDynamicCost) { in analyzeLoopUnrollCost()
501 << " UnrolledCost: " << UnrolledCost << "\n"); in analyzeLoopUnrollCost()
523 << "UnrolledCost: " << UnrolledCost << ", " in analyzeLoopUnrollCost()
525 return {{UnrolledCost, RolledDynamicCost}}; in analyzeLoopUnrollCost()
641 uint64_t UnrolledCost, in canUnrollCompletely() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp292 unsigned UnrolledCost; member
342 unsigned UnrolledCost = 0; in analyzeLoopUnrollCost() local
410 UnrolledCost += TTI.getUserCost(I); in analyzeLoopUnrollCost()
534 if (UnrolledCost > MaxUnrolledLoopSize) { in analyzeLoopUnrollCost()
536 << " UnrolledCost: " << UnrolledCost in analyzeLoopUnrollCost()
590 if (UnrolledCost == RolledDynamicCost) { in analyzeLoopUnrollCost()
592 << " UnrolledCost: " << UnrolledCost << "\n"); in analyzeLoopUnrollCost()
614 << "UnrolledCost: " << UnrolledCost << ", " in analyzeLoopUnrollCost()
616 return {{UnrolledCost, RolledDynamicCost}}; in analyzeLoopUnrollCost()
698 else if (Cost.UnrolledCost != 0) in getFullUnrollBoostingFactor()
[all …]