Home
last modified time | relevance | path

Searched refs:simplifier (Results 1 – 25 of 126) sorted by relevance

123456

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc70 AlgebraicSimplifier simplifier(default_options_); in TEST_F() local
71 ASSERT_TRUE(simplifier.Run(m.get()).ValueOrDie()); in TEST_F()
89 AlgebraicSimplifier simplifier(default_options_); in TEST_F() local
90 ASSERT_TRUE(simplifier.Run(m.get()).ValueOrDie()); in TEST_F()
293 AlgebraicSimplifier simplifier(default_options_); in TEST_F() local
294 ASSERT_TRUE(simplifier.Run(m.get()).ValueOrDie()); in TEST_F()
315 AlgebraicSimplifier simplifier(default_options_); in TEST_F() local
316 ASSERT_TRUE(simplifier.Run(module.get()).ValueOrDie()); in TEST_F()
337 AlgebraicSimplifier simplifier(default_options_); in TEST_F() local
338 ASSERT_TRUE(simplifier.Run(module.get()).ValueOrDie()); in TEST_F()
[all …]
Dsort_simplifier_test.cc55 SortSimplifier simplifier; in TEST_F() local
59 } while (simplifier.Run(module.get()).ValueOrDie()); in TEST_F()
93 SortSimplifier simplifier; in TEST_F() local
94 EXPECT_TRUE(simplifier.Run(module.get()).ValueOrDie()); in TEST_F()
124 SortSimplifier simplifier; in TEST_F() local
125 EXPECT_FALSE(simplifier.Run(module.get()).ValueOrDie()); in TEST_F()
150 SortSimplifier simplifier; in TEST_F() local
154 } while (simplifier.Run(module.get()).ValueOrDie()); in TEST_F()
Dstable_sort_expander_test.cc247 AlgebraicSimplifier simplifier(AlgebraicSimplifierOptions( in TEST_F() local
249 ASSERT_TRUE(simplifier.Run(module.get()).ValueOrDie()); in TEST_F()
284 AlgebraicSimplifier simplifier(AlgebraicSimplifierOptions( in TEST_F() local
286 ASSERT_TRUE(simplifier.Run(module.get()).ValueOrDie()); in TEST_F()
Dtuple_simplifier_test.cc40 TupleSimplifier simplifier; in Run() local
41 auto changed_status = simplifier.Run(module); in Run()
46 TupleSimplifier simplifier(exclude_entry); in Run() local
47 auto changed_status = simplifier.Run(module); in Run()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dfputs-1.ll1 ; Test that the fputs library call simplifier works correctly.
25 ; NOTE: The fwrite simplifier simplifies this further to fputc.
Dpow-2.ll1 ; Test that the pow library call simplifier works correctly.
Dexp2-2.ll1 ; Test that the exp2 library call simplifier works correctly.
Dstrlen-2.ll1 ; Test that the strlen library call simplifier works correctly.
Dwcslen-2.ll1 ; Test that the wcslen library call simplifier works correctly.
Dmemset-2.ll1 ; Test that the memset library call simplifier works correctly.
Dmemmove-2.ll1 ; Test that the memmove library call simplifier works correctly.
Dstrchr-2.ll1 ; Test that the strchr libcall simplifier works correctly.
Dmemcmp-2.ll1 ; Test that the memcmp library call simplifier works correctly.
/external/llvm/test/Transforms/InstCombine/
Dfputs-1.ll1 ; Test that the fputs library call simplifier works correctly.
25 ; NOTE: The fwrite simplifier simplifies this further to fputc.
Dpow-2.ll1 ; Test that the pow library call simplifier works correctly.
Dexp2-2.ll1 ; Test that the exp2 library call simplifier works correctly.
Dstrlen-2.ll1 ; Test that the strlen library call simplifier works correctly.
Dmemcmp-2.ll1 ; Test that the memcmp library call simplifier works correctly.
Dmemcpy-2.ll1 ; Test that the memcpy library call simplifier works correctly.
Dmemset-2.ll1 ; Test that the memset library call simplifier works correctly.
Dmemcpy-1.ll1 ; Test that the memcpy library call simplifier works correctly.
Dmemmove-1.ll1 ; Test that the memmove library call simplifier works correctly.
Dstrrchr-2.ll1 ; Test that the strrchr libcall simplifier works correctly.
Dmemmove-2.ll1 ; Test that the memmove library call simplifier works correctly.
Dstrchr-2.ll1 ; Test that the strchr libcall simplifier works correctly.

123456