/external/tensorflow/tensorflow/compiler/xla/service/ |
D | sort_simplifier_test.cc | 55 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()
|
D | all_reduce_simplifier_test.cc | 83 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()
|
D | algebraic_simplifier_test.cc | 72 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 …]
|
D | stable_sort_expander_test.cc | 247 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()
|
D | tuple_simplifier_test.cc | 40 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/ |
D | fputs-1.ll | 1 ; Test that the fputs library call simplifier works correctly. 25 ; NOTE: The fwrite simplifier simplifies this further to fputc.
|
D | exp2-2.ll | 1 ; Test that the exp2 library call simplifier works correctly.
|
D | pow-2.ll | 2 ; Test that the pow library call simplifier works correctly.
|
D | strlen-2.ll | 1 ; Test that the strlen library call simplifier works correctly.
|
D | memset-2.ll | 1 ; Test that the memset library call simplifier works correctly.
|
D | strchr-2.ll | 1 ; Test that the strchr libcall simplifier works correctly.
|
D | memcmp-2.ll | 1 ; Test that the memcmp library call simplifier works correctly.
|
D | wcslen-2.ll | 1 ; Test that the wcslen library call simplifier works correctly.
|
D | memmove-1.ll | 1 ; Test that the memmove library call simplifier works correctly.
|
/external/llvm/test/Transforms/InstCombine/ |
D | fputs-1.ll | 1 ; Test that the fputs library call simplifier works correctly. 25 ; NOTE: The fwrite simplifier simplifies this further to fputc.
|
D | pow-2.ll | 1 ; Test that the pow library call simplifier works correctly.
|
D | exp2-2.ll | 1 ; Test that the exp2 library call simplifier works correctly.
|
D | strlen-2.ll | 1 ; Test that the strlen library call simplifier works correctly.
|
D | memcpy-2.ll | 1 ; Test that the memcpy library call simplifier works correctly.
|
D | memcpy-1.ll | 1 ; Test that the memcpy library call simplifier works correctly.
|
D | strchr-2.ll | 1 ; Test that the strchr libcall simplifier works correctly.
|
D | memset-2.ll | 1 ; Test that the memset library call simplifier works correctly.
|
D | memmove-1.ll | 1 ; Test that the memmove library call simplifier works correctly.
|
D | memmove-2.ll | 1 ; Test that the memmove library call simplifier works correctly.
|
D | memcmp-2.ll | 1 ; Test that the memcmp library call simplifier works correctly.
|