Home
last modified time | relevance | path

Searched defs:Mutations (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h245 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
251 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations()
DMachinePipeliner.h157 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable
DMachineScheduler.h269 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h250 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
256 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations()
DMachinePipeliner.h151 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable
DMachineScheduler.h272 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DUseAnyOfAllOfCheck.cpp77 ExprMutationAnalyzer Mutations(*S.getBody(), Context); in isViableLoop() local
/external/llvm/include/llvm/Target/
DTargetSubtargetInfo.h176 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDFAPacketizer.cpp109 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in llvm::DefaultVLIWScheduler
DPostRASchedulerList.cpp138 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anone22421330111::SchedulePostRATDList
/external/llvm-project/llvm/lib/CodeGen/
DDFAPacketizer.cpp109 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in llvm::DefaultVLIWScheduler
DPostRASchedulerList.cpp136 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anon3eee163f0111::SchedulePostRATDList
/external/llvm/lib/CodeGen/
DDFAPacketizer.cpp163 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in llvm::DefaultVLIWScheduler
DPostRASchedulerList.cpp138 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anon3b5d93910111::SchedulePostRATDList
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h237 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable
/external/llvm/lib/Fuzzer/
DFuzzerTraceState.cpp287 TraceBasedMutation Mutations[kMaxMutations]; member in fuzzer::TraceState