Searched refs:Mutations (Results 1 – 17 of 17) sorted by relevance
447 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()448 Mutations.push_back(std::make_unique<UsrOverflowMutation>()); in getPostRAMutations()449 Mutations.push_back(std::make_unique<HVXMemLatencyMutation>()); in getPostRAMutations()450 Mutations.push_back(std::make_unique<BankConflictMutation>()); in getPostRAMutations()454 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations()455 Mutations.push_back(std::make_unique<UsrOverflowMutation>()); in getSMSMutations()456 Mutations.push_back(std::make_unique<HVXMemLatencyMutation>()); in getSMSMutations()
257 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)261 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
109 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in llvm::DefaultVLIWScheduler120 Mutations.push_back(std::move(Mutation)); in addMutation()138 for (auto &M : Mutations) in postprocessDAG()
136 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anon3e4a0d930111::SchedulePostRATDList216 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList()442 for (auto &M : Mutations) in postprocessDAG()
2355 for (auto &M : Mutations) in postprocessDAG()
841 for (auto &m : Mutations) in postprocessDAG()
250 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() argument256 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations() argument
151 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable198 P.MF->getSubtarget().getSMSMutations(Mutations); in SwingSchedulerDAG()200 Mutations.push_back(std::make_unique<CopyToPhiMutation>()); in SwingSchedulerDAG()273 Mutations.push_back(std::move(Mutation)); in addMutation()
273 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable320 Mutations.push_back(std::move(Mutation)); in addMutation()
7 Mutations.cpp
11 Mutations.cpp \
346 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()347 Mutations.push_back(createX86MacroFusionDAGMutation()); in getPostRAMutations()
943 &Mutations) const override;
15 "Mutations.cpp",
595 SavedMutations.swap(Mutations); in finalizeSchedule()642 SavedMutations.swap(Mutations); in finalizeSchedule()
976 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()977 Mutations.push_back(std::make_unique<FillMFMAShadowMutation>(&InstrInfo)); in getPostRAMutations()
1087 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)