HomeSort by relevance Sort by last modified time
    Searched refs:GetCoefficient (Results 1 - 18 of 18) sorted by null

  /external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
dependence_analysis_helpers.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
dependence_analysis_helpers.cpp     [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
scalar_analysis_simplification.cpp 293 recurrent->GetCoefficient(),
421 new_coefficient->AddChild(node->GetCoefficient());
425 analysis_.CreateNegation(node->GetCoefficient()));
467 SENode* coefficient = child->AsSERecurrentNode()->GetCoefficient();
523 recurrent_node->AddCoefficient(recurrent_expr->GetCoefficient());
loop_dependence.cpp 155 auto coefficient = recurrence->GetCoefficient()->AsSEConstantNode();
434 destination_node->AsSERecurrentNode()->GetCoefficient(),
450 source_node->AsSERecurrentNode()->GetCoefficient(),
476 if (source_recurrent_expr->GetCoefficient() ==
477 destination_recurrent_expr->GetCoefficient()) {
480 source_recurrent_expr->GetCoefficient(),
492 if (source_recurrent_expr->GetCoefficient() ==
494 destination_recurrent_expr->GetCoefficient())) {
497 source_recurrent_expr->GetCoefficient(),
    [all...]
scalar_analysis_nodes.h 256 inline const SENode* GetCoefficient() const { return coefficient_; }
257 inline SENode* GetCoefficient() { return coefficient_; }
scalar_analysis.cpp 403 return rec->GetCoefficient();
519 if (this_as_recurrent->GetCoefficient() !=
520 other_as_recurrent->GetCoefficient())
607 PushToString(reinterpret_cast<uintptr_t>(recurrent->GetCoefficient()),
856 Signedness coeff_sign = Visit(node->GetCoefficient());
    [all...]
loop_fusion.cpp 315 induction_node_0->AsSERecurrentNode()->GetCoefficient();
327 induction_node_1->AsSERecurrentNode()->GetCoefficient();
loop_peeling.cpp 658 const SEConstantNode* coeff = iv->GetCoefficient()->AsSEConstantNode();
    [all...]
loop_dependence_helpers.cpp 467 induction_node->AsSERecurrentNode()->GetCoefficient();
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
scalar_analysis_simplification.cpp 293 recurrent->GetCoefficient(),
421 new_coefficient->AddChild(node->GetCoefficient());
425 analysis_.CreateNegation(node->GetCoefficient()));
467 SENode* coefficient = child->AsSERecurrentNode()->GetCoefficient();
523 recurrent_node->AddCoefficient(recurrent_expr->GetCoefficient());
loop_dependence.cpp 155 auto coefficient = recurrence->GetCoefficient()->AsSEConstantNode();
434 destination_node->AsSERecurrentNode()->GetCoefficient(),
450 source_node->AsSERecurrentNode()->GetCoefficient(),
476 if (source_recurrent_expr->GetCoefficient() ==
477 destination_recurrent_expr->GetCoefficient()) {
480 source_recurrent_expr->GetCoefficient(),
492 if (source_recurrent_expr->GetCoefficient() ==
494 destination_recurrent_expr->GetCoefficient())) {
497 source_recurrent_expr->GetCoefficient(),
    [all...]
scalar_analysis_nodes.h 256 inline const SENode* GetCoefficient() const { return coefficient_; }
257 inline SENode* GetCoefficient() { return coefficient_; }
scalar_analysis.cpp 403 return rec->GetCoefficient();
519 if (this_as_recurrent->GetCoefficient() !=
520 other_as_recurrent->GetCoefficient())
607 PushToString(reinterpret_cast<uintptr_t>(recurrent->GetCoefficient()),
856 Signedness coeff_sign = Visit(node->GetCoefficient());
    [all...]
loop_fusion.cpp 315 induction_node_0->AsSERecurrentNode()->GetCoefficient();
327 induction_node_1->AsSERecurrentNode()->GetCoefficient();
loop_peeling.cpp 658 const SEConstantNode* coeff = iv->GetCoefficient()->AsSEConstantNode();
    [all...]
loop_dependence_helpers.cpp 467 induction_node->AsSERecurrentNode()->GetCoefficient();
  /external/deqp-deps/SPIRV-Tools/test/opt/
scalar_analysis.cpp 278 EXPECT_EQ(rec->GetCoefficient()->GetType(), SENode::Constant);
279 EXPECT_EQ(rec->GetCoefficient()->AsSEConstantNode()->FoldToSingleValue(), 1u);
902 SENode* child_1 = load_node->AsSERecurrentNode()->GetCoefficient();
921 load_simplified->AsSERecurrentNode()->GetCoefficient();
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
scalar_analysis.cpp 278 EXPECT_EQ(rec->GetCoefficient()->GetType(), SENode::Constant);
279 EXPECT_EQ(rec->GetCoefficient()->AsSEConstantNode()->FoldToSingleValue(), 1u);
902 SENode* child_1 = load_node->AsSERecurrentNode()->GetCoefficient();
921 load_simplified->AsSERecurrentNode()->GetCoefficient();
    [all...]

Completed in 371 milliseconds