Home
last modified time | relevance | path

Searched refs:DependenceDistance (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.h163 class DependenceDistance; variable
188 DeclareCastMethod(DependenceDistance);
218 class DependenceDistance : public Constraint {
220 DependenceDistance(SENode* distance, const Loop* loop) in DependenceDistance() function
225 DependenceDistance* AsDependenceDistance() final { return this; } in AsDependenceDistance()
226 const DependenceDistance* AsDependenceDistance() const final { return this; } in AsDependenceDistance()
Dloop_dependence.cpp1424 DependenceDistance* as_distance = constraint->AsDependenceDistance(); in PropagateConstraints()
1524 {make_constraint<DependenceDistance>(node, loop), loop_id}); in DeltaTest()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.h163 class DependenceDistance; variable
188 DeclareCastMethod(DependenceDistance);
218 class DependenceDistance : public Constraint {
220 DependenceDistance(SENode* distance, const Loop* loop) in DependenceDistance() function
225 DependenceDistance* AsDependenceDistance() final { return this; } in AsDependenceDistance()
226 const DependenceDistance* AsDependenceDistance() const final { return this; } in AsDependenceDistance()
Dloop_dependence.cpp1424 DependenceDistance* as_distance = constraint->AsDependenceDistance(); in PropagateConstraints()
1524 {make_constraint<DependenceDistance>(node, loop), loop_id}); in DeltaTest()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis.cpp3667 auto distance_0 = analysis.make_constraint<DependenceDistance>(x, nullptr); in TEST()
3668 auto distance_1 = analysis.make_constraint<DependenceDistance>(y, nullptr); in TEST()
4161 auto distance = analysis.make_constraint<DependenceDistance>(d, nullptr); in TEST()
4191 analysis.make_constraint<DependenceDistance>(unknown, nullptr); in TEST()
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis.cpp3667 auto distance_0 = analysis.make_constraint<DependenceDistance>(x, nullptr); in TEST()
3668 auto distance_1 = analysis.make_constraint<DependenceDistance>(y, nullptr); in TEST()
4161 auto distance = analysis.make_constraint<DependenceDistance>(d, nullptr); in TEST()
4191 analysis.make_constraint<DependenceDistance>(unknown, nullptr); in TEST()