/external/libprotobuf-mutator/src/ |
D | mutator.cc | 43 enum class Mutation { enum 158 assert(mutation() != Mutation::None || in MutationSampler() 166 Mutation mutation() const { return sampler_.selected().mutation; } in mutation() 187 {{message, add_field}, Mutation::Add}); in Sample() 195 {{message, current_field}, Mutation::Mutate}); in Sample() 198 {{message, current_field}, Mutation::Delete}); in Sample() 200 {{message, current_field}, Mutation::Copy}); in Sample() 209 Mutation::Add}); in Sample() 215 {{message, field, random_index}, Mutation::Mutate}); in Sample() 218 {{message, field, random_index}, Mutation::Delete}); in Sample() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 246 LegalizeMutation Mutation; variable 250 LegalizeMutation Mutation = nullptr) 251 : Predicate(Predicate), Action(Action), Mutation(Mutation) {} in Predicate() 262 if (Mutation) in determineMutation() 263 return Mutation(Query); in determineMutation() 320 LegalizeMutation Mutation) { in actionIf() argument 321 add({Predicate, Action, Mutation}); in actionIf() 335 LegalizeMutation Mutation) { in actionFor() argument 337 return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation); in actionFor() 352 LegalizeMutation Mutation) { in actionFor() argument [all …]
|
/external/llvm/lib/CodeGen/ |
D | DFAPacketizer.cpp | 171 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation() argument 172 Mutations.push_back(std::move(Mutation)); in addMutation() 323 std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation() argument 324 VLIWScheduler->addMutation(std::move(Mutation)); in addMutation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 71 std::pair<unsigned, LLT> Mutation = Rule.determineMutation(Query); in apply() local 73 << Mutation.first << ", " << Mutation.second << "\n"); in apply() 74 assert((Query.Types[Mutation.first] != Mutation.second || in apply() 79 return {Rule.getAction(), Mutation.first, Mutation.second}; in apply()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | DFAPacketizer.cpp | 181 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation() argument 182 Mutations.push_back(std::move(Mutation)); in addMutation() 375 std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation() argument 376 VLIWScheduler->addMutation(std::move(Mutation)); in addMutation()
|
D | MachinePipeliner.cpp | 381 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation() argument 382 Mutations.push_back(std::move(Mutation)); in addMutation()
|
/external/protobuf/objectivec/Tests/ |
D | GPBWellKnownTypesTest.m | 67 // Test Mutation. 91 // Test Mutation.
|
/external/llvm/include/llvm/CodeGen/ |
D | DFAPacketizer.h | 205 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation);
|
D | MachineScheduler.h | 280 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation() argument 281 Mutations.push_back(std::move(Mutation)); in addMutation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | DFAPacketizer.h | 210 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation);
|
D | MachineScheduler.h | 316 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation() argument 317 if (Mutation) in addMutation() 318 Mutations.push_back(std::move(Mutation)); in addMutation()
|
/external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/ |
D | bigtable_test_client.cc | 28 void UpdateRow(const ::google::bigtable::v2::Mutation& mut, in UpdateRow()
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field_unittest.cc | 1037 TEST_F(RepeatedFieldIteratorTest, Mutation) { in TEST_F() argument 1163 TEST_F(RepeatedPtrFieldIteratorTest, Mutation) { in TEST_F() argument
|
/external/syzkaller/sys/test/ |
D | test.txt | 650 # Mutation tests.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | LangImpl07.rst | 303 Adjusting Existing Variables for Mutation
|
D | OCamlLangImpl7.rst | 303 Adjusting Existing Variables for Mutation
|
/external/llvm/docs/tutorial/ |
D | LangImpl07.rst | 303 Adjusting Existing Variables for Mutation
|
D | OCamlLangImpl7.rst | 303 Adjusting Existing Variables for Mutation
|