Home
last modified time | relevance | path

Searched refs:AsDependenceDistance (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_dependence.cpp1195 if (constraint_0->AsDependenceDistance() && in IntersectConstraints()
1196 constraint_1->AsDependenceDistance()) { in IntersectConstraints()
1197 auto dist_0 = constraint_0->AsDependenceDistance(); in IntersectConstraints()
1198 auto dist_1 = constraint_1->AsDependenceDistance(); in IntersectConstraints()
1221 if ((constraint_0->AsDependenceDistance() || in IntersectConstraints()
1223 (constraint_1->AsDependenceDistance() || in IntersectConstraints()
1225 auto is_distance_0 = constraint_0->AsDependenceDistance() != nullptr; in IntersectConstraints()
1226 auto is_distance_1 = constraint_1->AsDependenceDistance() != nullptr; in IntersectConstraints()
1236 constraint_0->AsDependenceDistance()->GetDistance())) in IntersectConstraints()
1247 constraint_1->AsDependenceDistance()->GetDistance())) in IntersectConstraints()
[all …]
Dloop_dependence_helpers.cpp493 is_distance ? AsDependenceDistance() : other.AsDependenceDistance(); in operator ==()
512 if (AsDependenceDistance()) { in operator ==()
513 return *AsDependenceDistance()->GetDistance() == in operator ==()
514 *other.AsDependenceDistance()->GetDistance(); in operator ==()
Dloop_dependence.h227 DependenceDistance* AsDependenceDistance() final { return this; } in AsDependenceDistance() function
228 const DependenceDistance* AsDependenceDistance() const final { return this; } in AsDependenceDistance() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.cpp1195 if (constraint_0->AsDependenceDistance() && in IntersectConstraints()
1196 constraint_1->AsDependenceDistance()) { in IntersectConstraints()
1197 auto dist_0 = constraint_0->AsDependenceDistance(); in IntersectConstraints()
1198 auto dist_1 = constraint_1->AsDependenceDistance(); in IntersectConstraints()
1221 if ((constraint_0->AsDependenceDistance() || in IntersectConstraints()
1223 (constraint_1->AsDependenceDistance() || in IntersectConstraints()
1225 auto is_distance_0 = constraint_0->AsDependenceDistance() != nullptr; in IntersectConstraints()
1226 auto is_distance_1 = constraint_1->AsDependenceDistance() != nullptr; in IntersectConstraints()
1236 constraint_0->AsDependenceDistance()->GetDistance())) in IntersectConstraints()
1247 constraint_1->AsDependenceDistance()->GetDistance())) in IntersectConstraints()
[all …]
Dloop_dependence_helpers.cpp493 is_distance ? AsDependenceDistance() : other.AsDependenceDistance(); in operator ==()
512 if (AsDependenceDistance()) { in operator ==()
513 return *AsDependenceDistance()->GetDistance() == in operator ==()
514 *other.AsDependenceDistance()->GetDistance(); in operator ==()
Dloop_dependence.h227 DependenceDistance* AsDependenceDistance() final { return this; } in AsDependenceDistance() function
228 const DependenceDistance* AsDependenceDistance() const final { return this; } in AsDependenceDistance() function
/third_party/spirv-tools/source/opt/
Dloop_dependence.cpp1195 if (constraint_0->AsDependenceDistance() && in IntersectConstraints()
1196 constraint_1->AsDependenceDistance()) { in IntersectConstraints()
1197 auto dist_0 = constraint_0->AsDependenceDistance(); in IntersectConstraints()
1198 auto dist_1 = constraint_1->AsDependenceDistance(); in IntersectConstraints()
1221 if ((constraint_0->AsDependenceDistance() || in IntersectConstraints()
1223 (constraint_1->AsDependenceDistance() || in IntersectConstraints()
1225 auto is_distance_0 = constraint_0->AsDependenceDistance() != nullptr; in IntersectConstraints()
1226 auto is_distance_1 = constraint_1->AsDependenceDistance() != nullptr; in IntersectConstraints()
1236 constraint_0->AsDependenceDistance()->GetDistance())) in IntersectConstraints()
1247 constraint_1->AsDependenceDistance()->GetDistance())) in IntersectConstraints()
[all …]
Dloop_dependence_helpers.cpp493 is_distance ? AsDependenceDistance() : other.AsDependenceDistance(); in operator ==()
512 if (AsDependenceDistance()) { in operator ==()
513 return *AsDependenceDistance()->GetDistance() == in operator ==()
514 *other.AsDependenceDistance()->GetDistance(); in operator ==()
Dloop_dependence.h227 DependenceDistance* AsDependenceDistance() final { return this; } in AsDependenceDistance() function
228 const DependenceDistance* AsDependenceDistance() const final { return this; } in AsDependenceDistance() function
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Ddependence_analysis.cpp3674 auto ret_distance = ret_0->AsDependenceDistance(); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis.cpp3674 auto ret_distance = ret_0->AsDependenceDistance(); in TEST()
/third_party/spirv-tools/test/opt/loop_optimizations/
Ddependence_analysis.cpp3674 auto ret_distance = ret_0->AsDependenceDistance(); in TEST()