/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
D | dependence_analysis_helpers.cpp | 749 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/ |
D | dependence_analysis_helpers.cpp | 749 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/ |
D | dependence_analysis_helpers.cpp | 749 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/ |
D | simplified-lowering.cc | 515 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/ |
D | loop_dependence_helpers.cpp | 82 SENode* LoopDependenceAnalysis::GetUpperBound(const Loop* loop) { in GetUpperBound() function in spvtools::opt::LoopDependenceAnalysis 149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds()
|
D | loop_dependence.cpp | 598 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()
|
D | loop_dependence.h | 333 SENode* GetUpperBound(const Loop* loop);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | loop_dependence_helpers.cpp | 82 SENode* LoopDependenceAnalysis::GetUpperBound(const Loop* loop) { in GetUpperBound() function in spvtools::opt::LoopDependenceAnalysis 149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds()
|
D | loop_dependence.cpp | 598 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()
|
D | loop_dependence.h | 333 SENode* GetUpperBound(const Loop* loop);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_dependence_helpers.cpp | 82 SENode* LoopDependenceAnalysis::GetUpperBound(const Loop* loop) { in GetUpperBound() function in spvtools::opt::LoopDependenceAnalysis 149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds()
|
D | loop_dependence.cpp | 598 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()
|
D | loop_dependence.h | 333 SENode* GetUpperBound(const Loop* loop);
|