Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
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()
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/
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()
DPostRASchedulerList.cpp138 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anon9e2c95340111::SchedulePostRATDList
218 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList()
444 for (auto &M : Mutations) in postprocessDAG()
DMachinePipeliner.cpp2276 for (auto &M : Mutations) in postprocessDAG()
DMachineScheduler.cpp824 for (auto &m : Mutations) in postprocessDAG()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h245 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() argument
251 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations() argument
DMachinePipeliner.h157 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable
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()
DMachineScheduler.h269 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable
316 Mutations.push_back(std::move(Mutation)); in addMutation()
/third_party/json/test/thirdparty/Fuzzer/
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/X86/
DX86Subtarget.cpp379 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
380 Mutations.push_back(createX86MacroFusionDAGMutation()); in getPostRAMutations()
DX86Subtarget.h868 &Mutations) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
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()
DAMDGPUSubtarget.h1177 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
/third_party/flatbuffers/docs/source/
DCUsage.md145 ## Mutations and Reflection