Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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 …]
/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/node/deps/v8/src/compiler/
Dsimplified-lowering.cc515 new_type = Type::Intersect(GetUpperBound(node), new_type, graph_zone()); in UpdateFeedbackType()
822 Type GetUpperBound(Node* node) { return NodeProperties::GetType(node); } in GetUpperBound() function in v8::internal::compiler::RepresentationSelector
826 return !GetUpperBound(node->InputAt(0)).Maybe(type); in InputCannotBe()
831 return GetUpperBound(node->InputAt(0)).Is(type); in InputIs()
844 return GetUpperBound(node->InputAt(0)).Is(type) && in BothInputsAre()
845 GetUpperBound(node->InputAt(1)).Is(type); in BothInputsAre()
855 return !GetUpperBound(node->InputAt(0)).Maybe(type) || in OneInputCannotBe()
856 !GetUpperBound(node->InputAt(1)).Maybe(type); in OneInputCannotBe()
1576 Type left_upper = GetUpperBound(node->InputAt(0)); in VisitSpeculativeIntegerAdditiveOp()
1577 Type right_upper = GetUpperBound(node->InputAt(1)); in VisitSpeculativeIntegerAdditiveOp()
[all …]
/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);
/third_party/skia/third_party/externals/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);
/third_party/skia/third_party/externals/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);