Home
last modified time | relevance | path

Searched refs:Mutation (Results 1 – 18 of 18) sorted by relevance

/external/libprotobuf-mutator/src/
Dmutator.cc43 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/
DLegalizerInfo.h246 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/
DDFAPacketizer.cpp171 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/
DLegalizerInfo.cpp71 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/
DDFAPacketizer.cpp181 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()
DMachinePipeliner.cpp381 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation() argument
382 Mutations.push_back(std::move(Mutation)); in addMutation()
/external/protobuf/objectivec/Tests/
DGPBWellKnownTypesTest.m67 // Test Mutation.
91 // Test Mutation.
/external/llvm/include/llvm/CodeGen/
DDFAPacketizer.h205 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation);
DMachineScheduler.h280 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/
DDFAPacketizer.h210 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation);
DMachineScheduler.h316 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/
Dbigtable_test_client.cc28 void UpdateRow(const ::google::bigtable::v2::Mutation& mut, in UpdateRow()
/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc1037 TEST_F(RepeatedFieldIteratorTest, Mutation) { in TEST_F() argument
1163 TEST_F(RepeatedPtrFieldIteratorTest, Mutation) { in TEST_F() argument
/external/syzkaller/sys/test/
Dtest.txt650 # Mutation tests.
/external/llvm/docs/tutorial/
DLangImpl07.rst303 Adjusting Existing Variables for Mutation
DOCamlLangImpl7.rst303 Adjusting Existing Variables for Mutation
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl07.rst303 Adjusting Existing Variables for Mutation
DOCamlLangImpl7.rst303 Adjusting Existing Variables for Mutation