/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | UseAnyOfAllOfCheck.cpp | 77 ExprMutationAnalyzer Mutations(*S.getBody(), Context); in isViableLoop() local 78 if (Mutations.isMutated(S.getLoopVariable())) in isViableLoop() 83 return llvm::none_of(Matches, [&Mutations](auto &DeclRef) { in isViableLoop() 85 return Mutations.isMutated( in isViableLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 376 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()
|
D | HexagonSubtarget.h | 201 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) 205 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | DFAPacketizer.cpp | 109 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()
|
D | PostRASchedulerList.cpp | 138 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anone22421330111::SchedulePostRATDList 218 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList() 444 for (auto &M : Mutations) in postprocessDAG()
|
/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 __anon3b5d93910111::SchedulePostRATDList 218 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList() 449 for (auto &M : Mutations) in postprocessDAG()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | DFAPacketizer.cpp | 109 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()
|
D | PostRASchedulerList.cpp | 136 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anon3eee163f0111::SchedulePostRATDList 216 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList() 442 for (auto &M : Mutations) in postprocessDAG()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 447 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() 448 Mutations.push_back(std::make_unique<UsrOverflowMutation>()); in getPostRAMutations() 449 Mutations.push_back(std::make_unique<HVXMemLatencyMutation>()); in getPostRAMutations() 450 Mutations.push_back(std::make_unique<BankConflictMutation>()); in getPostRAMutations() 454 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations() 455 Mutations.push_back(std::make_unique<UsrOverflowMutation>()); in getSMSMutations() 456 Mutations.push_back(std::make_unique<HVXMemLatencyMutation>()); in getSMSMutations()
|
D | HexagonSubtarget.h | 248 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) 252 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetSubtargetInfo.h | 245 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() argument 251 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations() argument
|
D | MachinePipeliner.h | 157 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()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetSubtargetInfo.h | 250 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() argument 256 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations() argument
|
D | MachinePipeliner.h | 151 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable 198 P.MF->getSubtarget().getSMSMutations(Mutations); in SwingSchedulerDAG() 200 Mutations.push_back(std::make_unique<CopyToPhiMutation>()); in SwingSchedulerDAG() 273 Mutations.push_back(std::move(Mutation)); in addMutation()
|
D | MachineScheduler.h | 272 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable 319 Mutations.push_back(std::move(Mutation)); in addMutation()
|
/external/llvm-project/clang/lib/Tooling/Syntax/ |
D | CMakeLists.txt | 7 Mutations.cpp
|
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/Tooling/Syntax/ |
D | BUILD.gn | 15 "Mutations.cpp",
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 346 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() 347 Mutations.push_back(createX86MacroFusionDAGMutation()); in getPostRAMutations()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 379 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() 380 Mutations.push_back(createX86MacroFusionDAGMutation()); in getPostRAMutations()
|
/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-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.cpp | 929 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()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | GCNSchedStrategy.cpp | 567 SavedMutations.swap(Mutations); in finalizeSchedule() 611 SavedMutations.swap(Mutations); in finalizeSchedule()
|
/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()
|