Home
last modified time | relevance | path

Searched refs:GetLowerBound (Results 1 – 17 of 17) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp746 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
772 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
798 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
824 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
850 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
876 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
902 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
928 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
954 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
980 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp746 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
772 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
798 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
824 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
850 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
876 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
902 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
928 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
954 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
980 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp746 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
772 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
798 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
824 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
850 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
876 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
902 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
928 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
954 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
980 analysis.GetLowerBound(loop)->AsSEConstantNode()->FoldToSingleValue(), in TEST()
[all …]
/external/llvm-project/flang/lib/Evaluate/
Dshape.cpp244 ExtentExpr GetLowerBound( in GetLowerBound() function
253 result.emplace_back(GetLowerBound(context, base, dim)); in GetLowerBounds()
310 lower = GetLowerBound(context, base, dimension); in GetExtent()
350 GetLowerBound(context, base, dimension), in GetUpperBound()
360 GetLowerBound(context, base, dimension), in GetUpperBound()
381 GetLowerBound(context, base, dim), GetExtent(context, base, dim))); in GetUpperBounds()
Dfold.cpp32 lower = GetLowerBound(context, base, dim); in GetConstantSubscript()
36 ComputeUpperBound(context, GetLowerBound(context, base, dim), in GetConstantSubscript()
Dfold-integer.cpp44 ConvertToType<T>(GetLowerBound(context, *named, *dim))); in LBOUND()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp50 SENode* LoopDependenceAnalysis::GetLowerBound(const Loop* loop) { in GetLowerBound() function in spvtools::opt::LoopDependenceAnalysis
148 SENode* lower_bound = GetLowerBound(loop); in IsProvablyOutsideOfLoopBounds()
399 SENode* lower_bound = GetLowerBound(loop); in GetConstantTerm()
Dloop_dependence.cpp597 SENode* lower_bound = GetLowerBound(subscript_loop); in StrongSIVTest()
746 GetLowerBound(subscript_loop)->AsSEConstantNode(); in WeakZeroSourceSIVTest()
899 GetLowerBound(subscript_loop)->AsSEConstantNode(); in WeakZeroDestinationSIVTest()
1574 GetLowerBound(loop), GetUpperBound(loop)); in DeltaTest()
Dloop_dependence.h329 SENode* GetLowerBound(const Loop* loop);
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_dependence_helpers.cpp50 SENode* LoopDependenceAnalysis::GetLowerBound(const Loop* loop) { in GetLowerBound() function in spvtools::opt::LoopDependenceAnalysis
148 SENode* lower_bound = GetLowerBound(loop); in IsProvablyOutsideOfLoopBounds()
399 SENode* lower_bound = GetLowerBound(loop); in GetConstantTerm()
Dloop_dependence.cpp597 SENode* lower_bound = GetLowerBound(subscript_loop); in StrongSIVTest()
746 GetLowerBound(subscript_loop)->AsSEConstantNode(); in WeakZeroSourceSIVTest()
899 GetLowerBound(subscript_loop)->AsSEConstantNode(); in WeakZeroDestinationSIVTest()
1574 GetLowerBound(loop), GetUpperBound(loop)); in DeltaTest()
Dloop_dependence.h329 SENode* GetLowerBound(const Loop* loop);
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp50 SENode* LoopDependenceAnalysis::GetLowerBound(const Loop* loop) { in GetLowerBound() function in spvtools::opt::LoopDependenceAnalysis
148 SENode* lower_bound = GetLowerBound(loop); in IsProvablyOutsideOfLoopBounds()
399 SENode* lower_bound = GetLowerBound(loop); in GetConstantTerm()
Dloop_dependence.cpp597 SENode* lower_bound = GetLowerBound(subscript_loop); in StrongSIVTest()
746 GetLowerBound(subscript_loop)->AsSEConstantNode(); in WeakZeroSourceSIVTest()
899 GetLowerBound(subscript_loop)->AsSEConstantNode(); in WeakZeroDestinationSIVTest()
1574 GetLowerBound(loop), GetUpperBound(loop)); in DeltaTest()
Dloop_dependence.h329 SENode* GetLowerBound(const Loop* loop);
/external/llvm-project/flang/include/flang/Evaluate/
Dshape.h61 ExtentExpr GetLowerBound(FoldingContext &, const NamedEntity &, int dimension);
/external/llvm-project/flang/lib/Semantics/
Druntime-type-info.cpp695 bounds.emplace_back(GetValue(std::make_optional(evaluate::GetLowerBound( in DescribeComponent()