Home
last modified time | relevance | path

Searched refs:LastCycle (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DTimelineView.cpp73 LastCycle = std::max(LastCycle, CurrentCycle); in onEvent()
176 for (unsigned I = Entry.CycleRetired + 1, E = LastCycle; I <= E; ++I) in printTimelineViewEntry()
177 OS << ((I % 5 == 0 || I == LastCycle) ? '.' : ' '); in printTimelineViewEntry()
209 printTimelineHeader(FOS, LastCycle); in printTimeline()
DTimelineView.h127 unsigned LastCycle; variable
171 MaxCycle(Cycles == 0 ? 80 : Cycles), LastCycle(0) { in TimelineView()
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp549 int LastCycle; member in __anon5f28c6f30111::SMSchedule
567 LastCycle = 0; in SMSchedule()
583 LastCycle = 0; in reset()
638 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()
2228 LastCycle = Schedule.getFinalCycle(); in generatePipelinedLoop() local
2229 Cycle <= LastCycle; ++Cycle) { in generatePipelinedLoop()
3469 checkCycle <= LastCycle; checkCycle += II) { in insert()
3491 if (curCycle > LastCycle) in insert()
3492 LastCycle = curCycle; in insert()
3571 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp600 int LastCycle = 0; member in __anona194c52b0111::SMSchedule
623 LastCycle = 0; in reset()
678 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()
2346 LastCycle = Schedule.getFinalCycle(); in generatePipelinedLoop() local
2347 Cycle <= LastCycle; ++Cycle) { in generatePipelinedLoop()
3614 checkCycle <= LastCycle; checkCycle += II) { in insert()
3636 if (curCycle > LastCycle) in insert()
3637 LastCycle = curCycle; in insert()
3716 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart()
4161 for (int cycle = getFinalCycle() + 1; cycle <= LastCycle; ++cycle) in finalizeSchedule()