Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp376 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()
H A DHexagonSubtarget.h201 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
205 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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.cpp138 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anon24081::SchedulePostRATDList
218 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList()
444 for (auto &M : Mutations) in postprocessDAG()
H A DMachinePipeliner.cpp2276 for (auto &M : Mutations) in postprocessDAG()
H A DMachineScheduler.cpp824 for (auto &m : Mutations) in postprocessDAG()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h245 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
251 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations()
H A DMachinePipeliner.h157 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in llvm::SwingSchedulerDAG
204 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()
H A DMachineScheduler.h269 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in llvm::ScheduleDAGMI
310 /// Mutations are applied in the order that they are added after normal DAG
316 Mutations.push_back(std::move(Mutation)); in addMutation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86Subtarget.cpp379 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
380 Mutations.push_back(createX86MacroFusionDAGMutation()); in getPostRAMutations()
H A DX86Subtarget.h868 &Mutations) const override;
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerTraceState.cpp71 auto &M = Mutations[i]; in StopTraceRecording()
98 auto &M = Mutations[NumMutations++]; in AddMutation()
140 TraceBasedMutation Mutations[kMaxMutations]; member in fuzzer::TraceState
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp929 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()
H A DAMDGPUSubtarget.h1177 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)

Completed in 24 milliseconds