Home
last modified time | relevance | path

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

123456

/external/tensorflow/tensorflow/compiler/xla/service/
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()
Dall_reduce_simplifier_test.cc83 AllReduceSimplifier simplifier(/*replica_count=*/8); in TEST_F() local
84 ASSERT_TRUE(simplifier.Run(module.get()).ValueOrDie()); in TEST_F()
119 AllReduceSimplifier simplifier(/*replica_count=*/8); in TEST_F() local
120 ASSERT_TRUE(simplifier.Run(module.get()).ValueOrDie()); in TEST_F()
160 AllReduceSimplifier simplifier(/*replica_count=*/8); in TEST_F() local
161 ASSERT_TRUE(simplifier.Run(module.get()).ValueOrDie()); in TEST_F()
190 AllReduceSimplifier simplifier(/*replica_count=*/8); in TEST_F() local
191 EXPECT_TRUE(simplifier.Run(module.get()).ValueOrDie()); in TEST_F()
Dalgebraic_simplifier_test.cc72 AlgebraicSimplifier simplifier(default_options_); in TEST_F() local
73 ASSERT_TRUE(simplifier.Run(m.get()).ValueOrDie()); in TEST_F()
91 AlgebraicSimplifier simplifier(default_options_); in TEST_F() local
92 ASSERT_TRUE(simplifier.Run(m.get()).ValueOrDie()); in TEST_F()
377 AlgebraicSimplifier simplifier(default_options_); in TEST_F() local
378 ASSERT_TRUE(simplifier.Run(m.get()).ValueOrDie()); in TEST_F()
536 AlgebraicSimplifier simplifier(default_options_); in TEST_F() local
537 ASSERT_TRUE(simplifier.Run(module.get()).ValueOrDie()); in TEST_F()
558 AlgebraicSimplifier simplifier(default_options_); in TEST_F() local
559 ASSERT_TRUE(simplifier.Run(module.get()).ValueOrDie()); in TEST_F()
[all …]
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/llvm-project/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.
Dexp2-2.ll1 ; Test that the exp2 library call simplifier works correctly.
Dpow-2.ll2 ; Test that the pow library call simplifier works correctly.
Dstrlen-2.ll1 ; Test that the strlen library call simplifier works correctly.
Dmemset-2.ll1 ; Test that the memset 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.
Dwcslen-2.ll1 ; Test that the wcslen library call simplifier works correctly.
Dmemmove-1.ll1 ; Test that the memmove 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.
Dmemcpy-2.ll1 ; Test that the memcpy library call simplifier works correctly.
Dmemcpy-1.ll1 ; Test that the memcpy library call simplifier works correctly.
Dstrchr-2.ll1 ; Test that the strchr libcall simplifier works correctly.
Dmemset-2.ll1 ; Test that the memset library call simplifier works correctly.
Dmemmove-1.ll1 ; Test that the memmove library call simplifier works correctly.
Dmemmove-2.ll1 ; Test that the memmove library call simplifier works correctly.
Dmemcmp-2.ll1 ; Test that the memcmp library call simplifier works correctly.

123456