HomeSort by relevance Sort by last modified time
    Searched defs:Mutations (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 163 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
172 Mutations.push_back(std::move(Mutation));
190 for (auto &M : Mutations)
PostRASchedulerList.cpp 138 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
218 MF.getSubtarget().getPostRAMutations(Mutations);
449 for (auto &M : Mutations)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DFAPacketizer.cpp 171 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
182 Mutations.push_back(std::move(Mutation));
200 for (auto &M : Mutations)
PostRASchedulerList.cpp 138 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
218 MF.getSubtarget().getPostRAMutations(Mutations);
448 for (auto &M : Mutations)
MachinePipeliner.cpp 272 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
306 P.MF->getSubtarget().getSMSMutations(Mutations);
382 Mutations.push_back(std::move(Mutation));
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 217 auto &M = Mutations[i];
242 auto &M = Mutations[NumMutations++];
270 // We don't want to create too many trace-based mutations as it is both
271 // expensive and useless. So after some number of mutations is collected,
272 // start rejecting some of them. The more there are mutations the more we
276 // Gladly handle first N mutations.
287 TraceBasedMutation Mutations[kMaxMutations];
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineScheduler.h 38 // The DAG builder can also be customized in a sense by adding DAG mutations
39 // that will run after DAG building and before list scheduling. DAG mutations
271 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
312 /// Mutations are applied in the order that they are added after normal DAG
318 Mutations.push_back(std::move(Mutation));
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 38 // The DAG builder can also be customized in a sense by adding DAG mutations
39 // that will run after DAG building and before list scheduling. DAG mutations
237 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
276 /// Mutations are applied in the order that they are added after normal DAG
281 Mutations.push_back(std::move(Mutation));
    [all...]

Completed in 613 milliseconds