Home
last modified time | relevance | path

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

/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 __anon5d62e1270111::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/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/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