Home
last modified time | relevance | path

Searched refs:GetLoop (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp379 const BasicBlock* header = rec->GetLoop()->GetHeaderBlock(); in IsLoopInvariant()
401 if (rec && rec->GetLoop() == loop) { in GetCoefficientFromRecurrentTerm()
439 if (recurrent->GetLoop() == loop) { in BuildGraphWithoutRecurrentTerm()
450 if (recurrent && recurrent->GetLoop() == loop) { in BuildGraphWithoutRecurrentTerm()
471 if (rec && rec->GetLoop() == loop) { in GetRecurrentTerm()
525 if (this_as_recurrent->GetLoop() != other_as_recurrent->GetLoop()) in operator ==()
601 PushToString(reinterpret_cast<uintptr_t>(recurrent->GetLoop()), in operator ()()
Dloop_dependence_helpers.cpp209 loops.insert((*source_nodes_it)->GetLoop()); in GetLoopForSubscriptPair()
214 loops.insert((*destination_nodes_it)->GetLoop()); in GetLoopForSubscriptPair()
325 loops.insert((*recurrent_nodes_it)->GetLoop()); in CollectLoops()
430 used_loops.insert(recurrent_node->GetLoop()); in MarkUnsusedDistanceEntriesAsIrrelevant()
440 used_loops.insert(recurrent_node->GetLoop()); in MarkUnsusedDistanceEntriesAsIrrelevant()
Dscalar_analysis_simplification.cpp289 recurrent->GetParentAnalysis(), recurrent->GetLoop())}; in UpdateCoefficient()
391 const Loop* loop = child->AsSERecurrentNode()->GetLoop(); in FoldRecurrentAddExpressions()
498 recurrent_expr->GetParentAnalysis(), recurrent_expr->GetLoop())}; in SimplifyRecurrentAddExpression()
Dloop_utils.h160 Loop* GetLoop() const { return loop_; } in GetLoop() function
Dloop_dependence.cpp1325 constraint_0->GetLoop()); in IntersectConstraints()
1415 new_first, constraint->GetLoop()); in PropagateConstraints()
1420 new_second, constraint->GetLoop()); in PropagateConstraints()
1432 new_first, constraint->GetLoop()); in PropagateConstraints()
1445 scalar_evolution_.GetRecurrentTerm(new_second, constraint->GetLoop()); in PropagateConstraints()
1452 constraint->GetLoop(), prime_recurrent->GetOffset(), new_child); in PropagateConstraints()
Dscalar_analysis_nodes.h265 const Loop* GetLoop() const { return loop_; } in GetLoop() function
Dloop_dependence.h178 const Loop* GetLoop() const { return loop_; } in GetLoop() function
Dloop_peeling.cpp863 lhs->AsSERecurrentNode()->GetLoop() != loop_) { in GetPeelingInfo()
869 rhs->AsSERecurrentNode()->GetLoop() != loop_) { in GetPeelingInfo()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp379 const BasicBlock* header = rec->GetLoop()->GetHeaderBlock(); in IsLoopInvariant()
401 if (rec && rec->GetLoop() == loop) { in GetCoefficientFromRecurrentTerm()
439 if (recurrent->GetLoop() == loop) { in BuildGraphWithoutRecurrentTerm()
450 if (recurrent && recurrent->GetLoop() == loop) { in BuildGraphWithoutRecurrentTerm()
471 if (rec && rec->GetLoop() == loop) { in GetRecurrentTerm()
525 if (this_as_recurrent->GetLoop() != other_as_recurrent->GetLoop()) in operator ==()
601 PushToString(reinterpret_cast<uintptr_t>(recurrent->GetLoop()), in operator ()()
Dloop_dependence_helpers.cpp209 loops.insert((*source_nodes_it)->GetLoop()); in GetLoopForSubscriptPair()
214 loops.insert((*destination_nodes_it)->GetLoop()); in GetLoopForSubscriptPair()
325 loops.insert((*recurrent_nodes_it)->GetLoop()); in CollectLoops()
430 used_loops.insert(recurrent_node->GetLoop()); in MarkUnsusedDistanceEntriesAsIrrelevant()
440 used_loops.insert(recurrent_node->GetLoop()); in MarkUnsusedDistanceEntriesAsIrrelevant()
Dscalar_analysis_simplification.cpp289 recurrent->GetParentAnalysis(), recurrent->GetLoop())}; in UpdateCoefficient()
391 const Loop* loop = child->AsSERecurrentNode()->GetLoop(); in FoldRecurrentAddExpressions()
498 recurrent_expr->GetParentAnalysis(), recurrent_expr->GetLoop())}; in SimplifyRecurrentAddExpression()
Dloop_utils.h160 Loop* GetLoop() const { return loop_; } in GetLoop() function
Dloop_dependence.cpp1325 constraint_0->GetLoop()); in IntersectConstraints()
1415 new_first, constraint->GetLoop()); in PropagateConstraints()
1420 new_second, constraint->GetLoop()); in PropagateConstraints()
1432 new_first, constraint->GetLoop()); in PropagateConstraints()
1445 scalar_evolution_.GetRecurrentTerm(new_second, constraint->GetLoop()); in PropagateConstraints()
1452 constraint->GetLoop(), prime_recurrent->GetOffset(), new_child); in PropagateConstraints()
Dscalar_analysis_nodes.h265 const Loop* GetLoop() const { return loop_; } in GetLoop() function
Dloop_dependence.h178 const Loop* GetLoop() const { return loop_; } in GetLoop() function
Dloop_peeling.cpp863 lhs->AsSERecurrentNode()->GetLoop() != loop_) { in GetPeelingInfo()
869 rhs->AsSERecurrentNode()->GetLoop() != loop_) { in GetPeelingInfo()
/external/angle/third_party/spirv-tools/src/source/opt/
Dscalar_analysis.cpp379 const BasicBlock* header = rec->GetLoop()->GetHeaderBlock(); in IsLoopInvariant()
401 if (rec && rec->GetLoop() == loop) { in GetCoefficientFromRecurrentTerm()
439 if (recurrent->GetLoop() == loop) { in BuildGraphWithoutRecurrentTerm()
450 if (recurrent && recurrent->GetLoop() == loop) { in BuildGraphWithoutRecurrentTerm()
471 if (rec && rec->GetLoop() == loop) { in GetRecurrentTerm()
525 if (this_as_recurrent->GetLoop() != other_as_recurrent->GetLoop()) in operator ==()
601 PushToString(reinterpret_cast<uintptr_t>(recurrent->GetLoop()), in operator ()()
Dloop_dependence_helpers.cpp209 loops.insert((*source_nodes_it)->GetLoop()); in GetLoopForSubscriptPair()
214 loops.insert((*destination_nodes_it)->GetLoop()); in GetLoopForSubscriptPair()
325 loops.insert((*recurrent_nodes_it)->GetLoop()); in CollectLoops()
430 used_loops.insert(recurrent_node->GetLoop()); in MarkUnsusedDistanceEntriesAsIrrelevant()
440 used_loops.insert(recurrent_node->GetLoop()); in MarkUnsusedDistanceEntriesAsIrrelevant()
Dscalar_analysis_simplification.cpp289 recurrent->GetParentAnalysis(), recurrent->GetLoop())}; in UpdateCoefficient()
391 const Loop* loop = child->AsSERecurrentNode()->GetLoop(); in FoldRecurrentAddExpressions()
498 recurrent_expr->GetParentAnalysis(), recurrent_expr->GetLoop())}; in SimplifyRecurrentAddExpression()
Dloop_utils.h160 Loop* GetLoop() const { return loop_; } in GetLoop() function
Dloop_dependence.cpp1325 constraint_0->GetLoop()); in IntersectConstraints()
1415 new_first, constraint->GetLoop()); in PropagateConstraints()
1420 new_second, constraint->GetLoop()); in PropagateConstraints()
1432 new_first, constraint->GetLoop()); in PropagateConstraints()
1445 scalar_evolution_.GetRecurrentTerm(new_second, constraint->GetLoop()); in PropagateConstraints()
1452 constraint->GetLoop(), prime_recurrent->GetOffset(), new_child); in PropagateConstraints()
Dscalar_analysis_nodes.h265 const Loop* GetLoop() const { return loop_; } in GetLoop() function
Dloop_dependence.h178 const Loop* GetLoop() const { return loop_; } in GetLoop() function
Dloop_peeling.cpp863 lhs->AsSERecurrentNode()->GetLoop() != loop_) { in GetPeelingInfo()
869 rhs->AsSERecurrentNode()->GetLoop() != loop_) { in GetPeelingInfo()