Home
last modified time | relevance | path

Searched refs:Mutations (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp447 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()
H A DHexagonSubtarget.h258 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
262 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp109 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in llvm::DefaultVLIWScheduler
120 Mutations.push_back(std::move(Mutation)); in addMutation()
138 for (auto &M : Mutations) in postprocessDAG()
H A DPostRASchedulerList.cpp136 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anon95040b5c0111::SchedulePostRATDList
216 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList()
442 for (auto &M : Mutations) in postprocessDAG()
H A DMachinePipeliner.cpp2355 for (auto &M : Mutations) in postprocessDAG()
H A DMachineScheduler.cpp841 for (auto &m : Mutations) in postprocessDAG()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h250 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() argument
256 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations() argument
H A DMachinePipeliner.h151 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable
198 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()
H A DMachineScheduler.h273 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable
320 Mutations.push_back(std::move(Mutation)); in addMutation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp346 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
347 Mutations.push_back(createX86MacroFusionDAGMutation()); in getPostRAMutations()
H A DX86Subtarget.h948 &Mutations) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp595 SavedMutations.swap(Mutations); in finalizeSchedule()
642 SavedMutations.swap(Mutations); in finalizeSchedule()
H A DAMDGPUSubtarget.cpp1135 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
1136 Mutations.push_back(std::make_unique<FillMFMAShadowMutation>(&InstrInfo)); in getPostRAMutations()
H A DGCNSubtarget.h1139 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)