Home
last modified time | relevance | path

Searched refs:GetDestination (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp530 *this_point->GetDestination() == *other_point->GetDestination(); in operator ==()
Dloop_dependence.cpp1213 *point_0->GetDestination() == *point_1->GetDestination()) { in IntersectConstraints()
1372 auto y = point->GetDestination(); in IntersectConstraints()
1652 auto destination = dependence_point->GetDestination(); in DeltaTest()
Dloop_dependence.h247 SENode* GetDestination() const { return destination_; } in GetDestination() function
/external/angle/third_party/spirv-tools/src/source/opt/
Dloop_dependence_helpers.cpp530 *this_point->GetDestination() == *other_point->GetDestination(); in operator ==()
Dloop_dependence.cpp1213 *point_0->GetDestination() == *point_1->GetDestination()) { in IntersectConstraints()
1372 auto y = point->GetDestination(); in IntersectConstraints()
1652 auto destination = dependence_point->GetDestination(); in DeltaTest()
Dloop_dependence.h247 SENode* GetDestination() const { return destination_; } in GetDestination() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp530 *this_point->GetDestination() == *other_point->GetDestination(); in operator ==()
Dloop_dependence.cpp1213 *point_0->GetDestination() == *point_1->GetDestination()) { in IntersectConstraints()
1372 auto y = point->GetDestination(); in IntersectConstraints()
1652 auto destination = dependence_point->GetDestination(); in DeltaTest()
Dloop_dependence.h247 SENode* GetDestination() const { return destination_; } in GetDestination() function
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis.cpp3652 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST()
3659 EXPECT_EQ(*y, *ret_point_1->GetDestination()); in TEST()
3699 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST()
3805 EXPECT_EQ(*const_2, *ret_point_0->GetDestination()); in TEST()
3808 EXPECT_EQ(*const_2, *ret_point_1->GetDestination()); in TEST()
4131 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST()
4134 EXPECT_EQ(*y, *ret_point_1->GetDestination()); in TEST()
/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/
Ddependence_analysis.cpp3652 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST()
3659 EXPECT_EQ(*y, *ret_point_1->GetDestination()); in TEST()
3699 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST()
3805 EXPECT_EQ(*const_2, *ret_point_0->GetDestination()); in TEST()
3808 EXPECT_EQ(*const_2, *ret_point_1->GetDestination()); in TEST()
4131 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST()
4134 EXPECT_EQ(*y, *ret_point_1->GetDestination()); in TEST()
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis.cpp3652 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST()
3659 EXPECT_EQ(*y, *ret_point_1->GetDestination()); in TEST()
3699 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST()
3805 EXPECT_EQ(*const_2, *ret_point_0->GetDestination()); in TEST()
3808 EXPECT_EQ(*const_2, *ret_point_1->GetDestination()); in TEST()
4131 EXPECT_EQ(*y, *ret_point_0->GetDestination()); in TEST()
4134 EXPECT_EQ(*y, *ret_point_1->GetDestination()); in TEST()
/external/libchrome/dbus/
Dmessage.h110 std::string GetDestination();
Dmessage.cc250 AppendStringHeader("destination", GetDestination(), &headers); in ToString()
297 std::string Message::GetDestination() { in GetDestination() function in dbus::Message