Home
last modified time | relevance | path

Searched refs:GetUpperBound (Results 1 – 12 of 12) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp749 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
775 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
801 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
827 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
853 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
879 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
905 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
931 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
957 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
983 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp749 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
775 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
801 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
827 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
853 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
879 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
905 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
931 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
957 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
983 analysis.GetUpperBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp82 SENode* LoopDependenceAnalysis::GetUpperBound(const Loop* loop) { in GetUpperBound() function in spvtools::opt::LoopDependenceAnalysis
149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds()
Dloop_dependence.cpp598 SENode* upper_bound = GetUpperBound(subscript_loop); in StrongSIVTest()
748 GetUpperBound(subscript_loop)->AsSEConstantNode(); in WeakZeroSourceSIVTest()
901 GetUpperBound(subscript_loop)->AsSEConstantNode(); in WeakZeroDestinationSIVTest()
1574 GetLowerBound(loop), GetUpperBound(loop)); in DeltaTest()
Dloop_dependence.h333 SENode* GetUpperBound(const Loop* loop);
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp82 SENode* LoopDependenceAnalysis::GetUpperBound(const Loop* loop) { in GetUpperBound() function in spvtools::opt::LoopDependenceAnalysis
149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds()
Dloop_dependence.cpp598 SENode* upper_bound = GetUpperBound(subscript_loop); in StrongSIVTest()
748 GetUpperBound(subscript_loop)->AsSEConstantNode(); in WeakZeroSourceSIVTest()
901 GetUpperBound(subscript_loop)->AsSEConstantNode(); in WeakZeroDestinationSIVTest()
1574 GetLowerBound(loop), GetUpperBound(loop)); in DeltaTest()
Dloop_dependence.h333 SENode* GetUpperBound(const Loop* loop);
/external/llvm-project/flang/include/flang/Evaluate/
Dshape.h62 MaybeExtentExpr GetUpperBound(
/external/llvm-project/flang/lib/Evaluate/
Dshape.cpp306 upper = GetUpperBound(context, base, dimension); in GetExtent()
337 MaybeExtentExpr GetUpperBound( in GetUpperBound() function
Dfold-integer.cpp100 } else if (auto ub{GetUpperBound(context, *named, *dim)}) { in UBOUND()
/external/llvm-project/flang/lib/Semantics/
Druntime-type-info.cpp699 evaluate::GetUpperBound(foldingContext, entity, j), parameters)); in DescribeComponent()