Lines Matching refs:TestOrder
285 enum class TestOrder { kSameAsAlloc, kReverseOfAlloc }; enum
286 std::ostream& operator<<(std::ostream& os, const TestOrder& ord) { in operator <<()
288 case TestOrder::kSameAsAlloc: in operator <<()
290 case TestOrder::kReverseOfAlloc: in operator <<()
296 : public LoadStoreEliminationTestBase<CommonCompilerTestWithParam<TestOrder>> {};
2583 TestOrder order = GetParam(); in TEST_P()
2604 if (order == TestOrder::kSameAsAlloc) { in TEST_P()
2751 TestOrder order = GetParam(); in TEST_P()
2781 if (order == TestOrder::kReverseOfAlloc) { in TEST_P()
2825 if (order == TestOrder::kReverseOfAlloc) { in TEST_P()
2848 order == TestOrder::kSameAsAlloc in TEST_P()
2893 TestOrder order = GetParam(); in TEST_P()
2912 if (order == TestOrder::kSameAsAlloc) { in TEST_P()
3068 TestOrder order = GetParam(); in TEST_P()
3084 if (order == TestOrder::kSameAsAlloc) { in TEST_P()
3147 testing::Values(TestOrder::kSameAsAlloc, TestOrder::kReverseOfAlloc));