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

  /external/deqp-deps/SPIRV-Tools/source/opt/
scalar_analysis_nodes.h 32 class SEAddNode;
179 DeclareCastMethod(SEAddNode);
275 class SEAddNode : public SENode {
277 explicit SEAddNode(ScalarEvolutionAnalysis* parent_analysis)
282 SEAddNode* AsSEAddNode() override { return this; }
283 const SEAddNode* AsSEAddNode() const override { return this; }
scalar_analysis_simplification.cpp 316 std::unique_ptr<SENode> new_add{new SEAddNode(node_->GetParentAnalysis())};
374 std::unique_ptr<SEAddNode> new_node{new SEAddNode(&analysis_)};
413 std::unique_ptr<SENode> new_coefficient{new SEAddNode(&analysis_)};
414 std::unique_ptr<SENode> new_offset{new SEAddNode(&analysis_)};
485 std::unique_ptr<SENode> new_add{new SEAddNode(node_->GetParentAnalysis())};
503 new SEAddNode(recurrent_expr->GetParentAnalysis())};
scalar_analysis.cpp 157 std::unique_ptr<SENode> add_node{new SEAddNode(this)};
424 std::unique_ptr<SENode> add_node{new SEAddNode(this)};
458 std::unique_ptr<SENode> add_node{new SEAddNode(this)};
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
scalar_analysis_nodes.h 32 class SEAddNode;
179 DeclareCastMethod(SEAddNode);
275 class SEAddNode : public SENode {
277 explicit SEAddNode(ScalarEvolutionAnalysis* parent_analysis)
282 SEAddNode* AsSEAddNode() override { return this; }
283 const SEAddNode* AsSEAddNode() const override { return this; }
scalar_analysis_simplification.cpp 316 std::unique_ptr<SENode> new_add{new SEAddNode(node_->GetParentAnalysis())};
374 std::unique_ptr<SEAddNode> new_node{new SEAddNode(&analysis_)};
413 std::unique_ptr<SENode> new_coefficient{new SEAddNode(&analysis_)};
414 std::unique_ptr<SENode> new_offset{new SEAddNode(&analysis_)};
485 std::unique_ptr<SENode> new_add{new SEAddNode(node_->GetParentAnalysis())};
503 new SEAddNode(recurrent_expr->GetParentAnalysis())};
scalar_analysis.cpp 157 std::unique_ptr<SENode> add_node{new SEAddNode(this)};
424 std::unique_ptr<SENode> add_node{new SEAddNode(this)};
458 std::unique_ptr<SENode> add_node{new SEAddNode(this)};
    [all...]

Completed in 127 milliseconds