Searched refs:DependencePoint (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_dependence.h | 164 class DependencePoint; variable 189 DeclareCastMethod(DependencePoint); 234 class DependencePoint : public Constraint { 236 DependencePoint(SENode* source, SENode* destination, const Loop* loop) in DependencePoint() function 241 DependencePoint* AsDependencePoint() final { return this; } in AsDependencePoint() 242 const DependencePoint* AsDependencePoint() const final { return this; } in AsDependencePoint()
|
D | loop_dependence.cpp | 1323 return make_constraint<DependencePoint>( in IntersectConstraints()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_dependence.h | 164 class DependencePoint; variable 189 DeclareCastMethod(DependencePoint); 234 class DependencePoint : public Constraint { 236 DependencePoint(SENode* source, SENode* destination, const Loop* loop) in DependencePoint() function 241 DependencePoint* AsDependencePoint() final { return this; } in AsDependencePoint() 242 const DependencePoint* AsDependencePoint() const final { return this; } in AsDependencePoint()
|
D | loop_dependence.cpp | 1323 return make_constraint<DependencePoint>( in IntersectConstraints()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | dependence_analysis.cpp | 3645 auto point = analysis.make_constraint<DependencePoint>(x, y, nullptr); in TEST() 3689 auto point_0 = analysis.make_constraint<DependencePoint>(x, y, nullptr); in TEST() 3690 auto point_1 = analysis.make_constraint<DependencePoint>(x, y, nullptr); in TEST() 3691 auto point_2 = analysis.make_constraint<DependencePoint>(y, y, nullptr); in TEST() 3858 auto point_0_0 = analysis.make_constraint<DependencePoint>( in TEST() 3860 auto point_0_1 = analysis.make_constraint<DependencePoint>( in TEST() 3862 auto point_1_0 = analysis.make_constraint<DependencePoint>( in TEST() 3864 auto point_1_1 = analysis.make_constraint<DependencePoint>( in TEST() 3866 auto point_1_2 = analysis.make_constraint<DependencePoint>( in TEST() 3868 auto point_1_neg_1 = analysis.make_constraint<DependencePoint>( in TEST() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | dependence_analysis.cpp | 3645 auto point = analysis.make_constraint<DependencePoint>(x, y, nullptr); in TEST() 3689 auto point_0 = analysis.make_constraint<DependencePoint>(x, y, nullptr); in TEST() 3690 auto point_1 = analysis.make_constraint<DependencePoint>(x, y, nullptr); in TEST() 3691 auto point_2 = analysis.make_constraint<DependencePoint>(y, y, nullptr); in TEST() 3858 auto point_0_0 = analysis.make_constraint<DependencePoint>( in TEST() 3860 auto point_0_1 = analysis.make_constraint<DependencePoint>( in TEST() 3862 auto point_1_0 = analysis.make_constraint<DependencePoint>( in TEST() 3864 auto point_1_1 = analysis.make_constraint<DependencePoint>( in TEST() 3866 auto point_1_2 = analysis.make_constraint<DependencePoint>( in TEST() 3868 auto point_1_neg_1 = analysis.make_constraint<DependencePoint>( in TEST() [all …]
|