Searched refs:Mutations (Results 1 – 15 of 15) sorted by relevance
376 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()377 Mutations.push_back(std::make_unique<UsrOverflowMutation>()); in getPostRAMutations()378 Mutations.push_back(std::make_unique<HVXMemLatencyMutation>()); in getPostRAMutations()379 Mutations.push_back(std::make_unique<BankConflictMutation>()); in getPostRAMutations()383 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations()384 Mutations.push_back(std::make_unique<UsrOverflowMutation>()); in getSMSMutations()385 Mutations.push_back(std::make_unique<HVXMemLatencyMutation>()); in getSMSMutations()
201 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)205 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()
138 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anon9e2c95340111::SchedulePostRATDList218 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList()444 for (auto &M : Mutations) in postprocessDAG()
2276 for (auto &M : Mutations) in postprocessDAG()
824 for (auto &m : Mutations) in postprocessDAG()
245 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() argument251 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations() argument
157 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable204 P.MF->getSubtarget().getSMSMutations(Mutations); in SwingSchedulerDAG()206 Mutations.push_back(std::make_unique<CopyToPhiMutation>()); in SwingSchedulerDAG()279 Mutations.push_back(std::move(Mutation)); in addMutation()
269 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable316 Mutations.push_back(std::move(Mutation)); in addMutation()
71 auto &M = Mutations[i]; in StopTraceRecording()98 auto &M = Mutations[NumMutations++]; in AddMutation()140 TraceBasedMutation Mutations[kMaxMutations]; member in fuzzer::TraceState
379 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()380 Mutations.push_back(createX86MacroFusionDAGMutation()); in getPostRAMutations()
868 &Mutations) const override;
929 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()930 Mutations.push_back(std::make_unique<MemOpClusterMutation>(&InstrInfo)); in getPostRAMutations()931 Mutations.push_back(std::make_unique<FillMFMAShadowMutation>(&InstrInfo)); in getPostRAMutations()
1177 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
145 ## Mutations and Reflection