Searched refs:subscript_loop (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_dependence.cpp | 542 const Loop* subscript_loop = GetLoopForSubscriptPair(subscript_pair); in StrongSIVTest() local 544 GetConstantTerm(subscript_loop, source->AsSERecurrentNode()); in StrongSIVTest() 546 GetConstantTerm(subscript_loop, destination->AsSERecurrentNode()); in StrongSIVTest() 597 SENode* lower_bound = GetLowerBound(subscript_loop); in StrongSIVTest() 598 SENode* upper_bound = GetUpperBound(subscript_loop); in StrongSIVTest() 677 const Loop* subscript_loop = GetLoopForSubscriptPair(subscript_pair); in SymbolicStrongSIVTest() local 678 if (IsProvablyOutsideOfLoopBounds(subscript_loop, source_destination_delta, in SymbolicStrongSIVTest() 702 const Loop* subscript_loop = GetLoopForSubscriptPair(subscript_pair); in WeakZeroSourceSIVTest() local 705 GetConstantTerm(subscript_loop, destination); in WeakZeroSourceSIVTest() 746 GetLowerBound(subscript_loop)->AsSEConstantNode(); in WeakZeroSourceSIVTest() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_dependence.cpp | 542 const Loop* subscript_loop = GetLoopForSubscriptPair(subscript_pair); in StrongSIVTest() local 544 GetConstantTerm(subscript_loop, source->AsSERecurrentNode()); in StrongSIVTest() 546 GetConstantTerm(subscript_loop, destination->AsSERecurrentNode()); in StrongSIVTest() 597 SENode* lower_bound = GetLowerBound(subscript_loop); in StrongSIVTest() 598 SENode* upper_bound = GetUpperBound(subscript_loop); in StrongSIVTest() 677 const Loop* subscript_loop = GetLoopForSubscriptPair(subscript_pair); in SymbolicStrongSIVTest() local 678 if (IsProvablyOutsideOfLoopBounds(subscript_loop, source_destination_delta, in SymbolicStrongSIVTest() 702 const Loop* subscript_loop = GetLoopForSubscriptPair(subscript_pair); in WeakZeroSourceSIVTest() local 705 GetConstantTerm(subscript_loop, destination); in WeakZeroSourceSIVTest() 746 GetLowerBound(subscript_loop)->AsSEConstantNode(); in WeakZeroSourceSIVTest() [all …]
|