Home
last modified time | relevance | path

Searched refs:coefficient_value (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.cpp565 int64_t coefficient_value = coefficient_constant->FoldToSingleValue(); in StrongSIVTest() local
571 "\n\tcoefficient value: " + ToString(coefficient_value) + "\n"); in StrongSIVTest()
573 if (delta_value % coefficient_value != 0) { in StrongSIVTest()
582 distance = delta_value / coefficient_value; in StrongSIVTest()
718 int64_t coefficient_value = coefficient_constant->FoldToSingleValue(); in WeakZeroSourceSIVTest() local
720 if (delta_value % coefficient_value != 0) { in WeakZeroSourceSIVTest()
729 distance = delta_value / coefficient_value; in WeakZeroSourceSIVTest()
735 "\n\tcoefficient value: " + ToString(coefficient_value) + in WeakZeroSourceSIVTest()
871 int64_t coefficient_value = coefficient_constant->FoldToSingleValue(); in WeakZeroDestinationSIVTest() local
873 if (delta_value % coefficient_value != 0) { in WeakZeroDestinationSIVTest()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.cpp565 int64_t coefficient_value = coefficient_constant->FoldToSingleValue(); in StrongSIVTest() local
571 "\n\tcoefficient value: " + ToString(coefficient_value) + "\n"); in StrongSIVTest()
573 if (delta_value % coefficient_value != 0) { in StrongSIVTest()
582 distance = delta_value / coefficient_value; in StrongSIVTest()
718 int64_t coefficient_value = coefficient_constant->FoldToSingleValue(); in WeakZeroSourceSIVTest() local
720 if (delta_value % coefficient_value != 0) { in WeakZeroSourceSIVTest()
729 distance = delta_value / coefficient_value; in WeakZeroSourceSIVTest()
735 "\n\tcoefficient value: " + ToString(coefficient_value) + in WeakZeroSourceSIVTest()
871 int64_t coefficient_value = coefficient_constant->FoldToSingleValue(); in WeakZeroDestinationSIVTest() local
873 if (delta_value % coefficient_value != 0) { in WeakZeroDestinationSIVTest()
[all …]