Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp134 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anon86c23cdf0111::SchedulePostRATDList
214 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList()
440 for (auto &M : Mutations) in postprocessDAG()
H A DMachineScheduler.cpp848 for (auto &m : Mutations) in postprocessDAG()
H A DMachinePipeliner.cpp2320 for (auto &M : Mutations) in postprocessDAG()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp178 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
179 Mutations.push_back(createRISCVMacroFusionDAGMutation()); in getPostRAMutations()
H A DRISCVSubtarget.h193 &Mutations) const override;
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp517 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
518 Mutations.push_back(std::make_unique<UsrOverflowMutation>()); in getPostRAMutations()
519 Mutations.push_back(std::make_unique<HVXMemLatencyMutation>()); in getPostRAMutations()
520 Mutations.push_back(std::make_unique<BankConflictMutation>()); in getPostRAMutations()
524 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations()
525 Mutations.push_back(std::make_unique<UsrOverflowMutation>()); in getSMSMutations()
526 Mutations.push_back(std::make_unique<HVXMemLatencyMutation>()); in getSMSMutations()
H A DHexagonSubtarget.h297 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
301 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h253 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() argument
259 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations() argument
H A DMachinePipeliner.h160 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable
209 P.MF->getSubtarget().getSMSMutations(Mutations); in SwingSchedulerDAG()
211 Mutations.push_back(std::make_unique<CopyToPhiMutation>()); in SwingSchedulerDAG()
284 Mutations.push_back(std::move(Mutation)); in addMutation()
H A DMachineScheduler.h280 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable
327 Mutations.push_back(std::move(Mutation)); in addMutation()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DCMakeLists.txt7 Mutations.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Syntax/
H A DBUILD.gn15 "Mutations.cpp",
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.cpp366 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
367 Mutations.push_back(createX86MacroFusionDAGMutation()); in getPostRAMutations()
H A DX86Subtarget.h423 &Mutations) const override;
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp685 SavedMutations.swap(DAG.Mutations); in initGCNSchedStage()
756 SavedMutations.swap(DAG.Mutations); in finalizeGCNSchedStage()
822 SavedMutations.swap(DAG.Mutations); in initGCNRegion()
883 SavedMutations.swap(DAG.Mutations); in finalizeGCNRegion()
1532 SavedMutations.swap(Mutations); in schedule()
1541 SavedMutations.swap(Mutations); in finalizeSchedule()
H A DAMDGPUSubtarget.cpp963 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
964 Mutations.push_back(std::make_unique<FillMFMAShadowMutation>(&InstrInfo)); in getPostRAMutations()
H A DGCNSubtarget.h1269 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt288 clang/include/clang/Tooling/Syntax/Mutations.h
585 clang/lib/Tooling/Syntax/Mutations.cpp