Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp377 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
378 Mutations.push_back(llvm::make_unique<UsrOverflowMutation>()); in getPostRAMutations()
379 Mutations.push_back(llvm::make_unique<HVXMemLatencyMutation>()); in getPostRAMutations()
380 Mutations.push_back(llvm::make_unique<BankConflictMutation>()); in getPostRAMutations()
384 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations()
385 Mutations.push_back(llvm::make_unique<UsrOverflowMutation>()); in getSMSMutations()
386 Mutations.push_back(llvm::make_unique<HVXMemLatencyMutation>()); in getSMSMutations()
DHexagonSubtarget.h189 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
193 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
/external/llvm/lib/CodeGen/
DDFAPacketizer.cpp163 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in llvm::DefaultVLIWScheduler
172 Mutations.push_back(std::move(Mutation)); in addMutation()
190 for (auto &M : Mutations) in postprocessDAG()
DPostRASchedulerList.cpp138 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anond49cb7ca0111::SchedulePostRATDList
218 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList()
449 for (auto &M : Mutations) in postprocessDAG()
DMachineScheduler.cpp754 for (unsigned i = 0, e = Mutations.size(); i < e; ++i) { in postprocessDAG()
755 Mutations[i]->apply(this); in postprocessDAG()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h206 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() argument
212 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations() argument
DMachineScheduler.h271 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable
318 Mutations.push_back(std::move(Mutation)); in addMutation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DDFAPacketizer.cpp171 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in llvm::DefaultVLIWScheduler
182 Mutations.push_back(std::move(Mutation)); in addMutation()
200 for (auto &M : Mutations) in postprocessDAG()
DPostRASchedulerList.cpp138 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anon0e8eab020111::SchedulePostRATDList
218 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList()
448 for (auto &M : Mutations) in postprocessDAG()
DMachinePipeliner.cpp272 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anona194c52b0111::SwingSchedulerDAG
306 P.MF->getSubtarget().getSMSMutations(Mutations); in SwingSchedulerDAG()
382 Mutations.push_back(std::move(Mutation)); in addMutation()
3592 for (auto &M : Mutations) in postprocessDAG()
DMachineScheduler.cpp832 for (auto &m : Mutations) in postprocessDAG()
/external/llvm/include/llvm/Target/
DTargetSubtargetInfo.h176 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() argument
/external/llvm/lib/Fuzzer/
DFuzzerTraceState.cpp217 auto &M = Mutations[i]; in StopTraceRecording()
242 auto &M = Mutations[NumMutations++]; in AddMutation()
287 TraceBasedMutation Mutations[kMaxMutations]; member in fuzzer::TraceState
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp678 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
679 Mutations.push_back(llvm::make_unique<MemOpClusterMutation>(&InstrInfo)); in getPostRAMutations()
DAMDGPUSubtarget.h950 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h237 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable
281 Mutations.push_back(std::move(Mutation)); in addMutation()
/external/flatbuffers/docs/source/
DCUsage.md145 ## Mutations and Reflection