Searched refs:getFirstCycle (Results 1 – 8 of 8) sorted by relevance
127 int getFirstCycle() { return Cycle[ScheduledInstrs.front()]; } in getFirstCycle() function
583 int getFirstCycle() const { return FirstCycle; } in getFirstCycle() function
126 int getFirstCycle() { return Cycle[ScheduledInstrs.front()]; } in getFirstCycle() function
525 int getFirstCycle() const { return FirstCycle; } in getFirstCycle() function
634 for (int Cycle = Schedule.getFirstCycle(); Cycle <= Schedule.getFinalCycle(); in schedule()2027 int FirstCycle = Schedule.getFirstCycle(); in schedulePipeline()2434 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart()2709 int NewCycle = getFirstCycle(); in normalizeNonPipelinedInstructions()2909 for (int cycle = getFirstCycle(); cycle <= getFinalCycle(); ++cycle) { in finalizeSchedule()2931 for (int Cycle = getFirstCycle(), E = getFinalCycle(); Cycle <= E; ++Cycle) { in finalizeSchedule()2964 for (int cycle = getFirstCycle(); cycle <= getFinalCycle(); ++cycle) { in print()
533 for (int Cycle = Schedule.getFirstCycle(); Cycle <= Schedule.getFinalCycle(); in schedule()2022 int FirstCycle = Schedule.getFirstCycle(); in schedulePipeline()2405 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart()2812 for (int cycle = getFirstCycle(); cycle <= getFinalCycle(); ++cycle) { in finalizeSchedule()2838 for (int Cycle = getFirstCycle(), E = getFinalCycle(); Cycle <= E; ++Cycle) { in finalizeSchedule()2873 for (int cycle = getFirstCycle(); cycle <= getFinalCycle(); ++cycle) { in print()
592 int getFirstCycle() const { return FirstCycle; } in getFirstCycle() function in __anon838cdb290111::SMSchedule2170 int FirstCycle = Schedule.getFirstCycle(); in schedulePipeline()2227 for (int Cycle = Schedule.getFirstCycle(), in generatePipelinedLoop()3571 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart()3843 for (int cycle = getFirstCycle(); cycle <= getFinalCycle(); ++cycle) { in finalizeSchedule()3903 for (int Cycle = getFirstCycle(), E = getFinalCycle(); Cycle <= E; ++Cycle) { in finalizeSchedule()3930 for (int cycle = getFirstCycle(); cycle <= getFinalCycle(); ++cycle) { in print()
6908 for (int Cycle = SMS.getFinalCycle(); Cycle >= SMS.getFirstCycle(); --Cycle) in tooMuchRegisterPressure()