Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h257 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
261 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
/netbsd-src/external/apache2/llvm/dist/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 __anon3e4a0d930111::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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DCMakeLists.txt7 Mutations.cpp
/netbsd-src/external/apache2/llvm/lib/libclangToolingSyntax/
H A DMakefile11 Mutations.cpp \
/netbsd-src/external/apache2/llvm/dist/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.h943 &Mutations) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Tooling/Syntax/
H A DBUILD.gn15 "Mutations.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp595 SavedMutations.swap(Mutations); in finalizeSchedule()
642 SavedMutations.swap(Mutations); in finalizeSchedule()
H A DAMDGPUSubtarget.cpp976 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
977 Mutations.push_back(std::make_unique<FillMFMAShadowMutation>(&InstrInfo)); in getPostRAMutations()
H A DGCNSubtarget.h1087 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)