| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | DFAPacketizer.cpp | 109 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 D | PostRASchedulerList.cpp | 134 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 D | MachineScheduler.cpp | 848 for (auto &m : Mutations) in postprocessDAG()
|
| H A D | MachinePipeliner.cpp | 2320 for (auto &M : Mutations) in postprocessDAG()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.cpp | 178 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() 179 Mutations.push_back(createRISCVMacroFusionDAGMutation()); in getPostRAMutations()
|
| H A D | RISCVSubtarget.h | 193 &Mutations) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 517 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 D | HexagonSubtarget.h | 297 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 D | TargetSubtargetInfo.h | 253 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 D | MachinePipeliner.h | 160 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 D | MachineScheduler.h | 280 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 D | CMakeLists.txt | 7 Mutations.cpp
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Syntax/ |
| H A D | BUILD.gn | 15 "Mutations.cpp",
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 366 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() 367 Mutations.push_back(createX86MacroFusionDAGMutation()); in getPostRAMutations()
|
| H A D | X86Subtarget.h | 423 &Mutations) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSchedStrategy.cpp | 685 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 D | AMDGPUSubtarget.cpp | 963 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() 964 Mutations.push_back(std::make_unique<FillMFMAShadowMutation>(&InstrInfo)); in getPostRAMutations()
|
| H A D | GCNSubtarget.h | 1269 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 288 clang/include/clang/Tooling/Syntax/Mutations.h 585 clang/lib/Tooling/Syntax/Mutations.cpp
|