Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp546 int FirstCycle; member in __anon5f28c6f30111::SMSchedule
566 FirstCycle = 0; in SMSchedule()
582 FirstCycle = 0; in reset()
592 int getFirstCycle() const { return FirstCycle; } in getFirstCycle()
595 int getFinalCycle() const { return FirstCycle + InitiationInterval - 1; } in getFinalCycle()
625 return (it->second - FirstCycle) / InitiationInterval; in stageScheduled()
633 return (it->second - FirstCycle) % InitiationInterval; in cycleScheduled()
638 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()
2170 int FirstCycle = Schedule.getFirstCycle(); in schedulePipeline() local
2171 scheduleFound = Schedule.insert(SU, FirstCycle + getASAP(SU), in schedulePipeline()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp597 int FirstCycle = 0; member in __anona194c52b0111::SMSchedule
622 FirstCycle = 0; in reset()
632 int getFirstCycle() const { return FirstCycle; } in getFirstCycle()
635 int getFinalCycle() const { return FirstCycle + InitiationInterval - 1; } in getFinalCycle()
665 return (it->second - FirstCycle) / InitiationInterval; in stageScheduled()
673 return (it->second - FirstCycle) % InitiationInterval; in cycleScheduled()
678 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()
2288 int FirstCycle = Schedule.getFirstCycle(); in schedulePipeline() local
2289 scheduleFound = Schedule.insert(SU, FirstCycle + getASAP(SU), in schedulePipeline()
2290 FirstCycle + getASAP(SU) + II - 1, II); in schedulePipeline()
[all …]