Searched refs:DependenceDistance (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_dependence.h | 163 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()
|
D | loop_dependence.cpp | 1424 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/ |
D | loop_dependence.h | 163 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()
|
D | loop_dependence.cpp | 1424 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/ |
D | dependence_analysis.cpp | 3667 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/ |
D | dependence_analysis.cpp | 3667 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()
|