/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 377 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()
|
D | HexagonSubtarget.h | 189 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) 193 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
|
/external/llvm/lib/CodeGen/ |
D | DFAPacketizer.cpp | 163 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()
|
D | PostRASchedulerList.cpp | 138 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()
|
D | MachineScheduler.cpp | 754 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/ |
D | TargetSubtargetInfo.h | 206 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() argument 212 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations() argument
|
D | MachineScheduler.h | 271 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/ |
D | DFAPacketizer.cpp | 171 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()
|
D | PostRASchedulerList.cpp | 138 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()
|
D | MachinePipeliner.cpp | 272 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()
|
D | MachineScheduler.cpp | 832 for (auto &m : Mutations) in postprocessDAG()
|
/external/llvm/include/llvm/Target/ |
D | TargetSubtargetInfo.h | 176 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() argument
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerTraceState.cpp | 217 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/ |
D | AMDGPUSubtarget.cpp | 678 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() 679 Mutations.push_back(llvm::make_unique<MemOpClusterMutation>(&InstrInfo)); in getPostRAMutations()
|
D | AMDGPUSubtarget.h | 950 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 237 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable 281 Mutations.push_back(std::move(Mutation)); in addMutation()
|
/external/flatbuffers/docs/source/ |
D | CUsage.md | 145 ## Mutations and Reflection
|