Home
last modified time | relevance | path

Searched refs:step_node (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp315 SENode* step_node = nullptr; in AnalyzePhiInstruction() local
322 step_node = operand_1; in AnalyzePhiInstruction()
324 step_node = operand_2; in AnalyzePhiInstruction()
333 if (!(step_node && phi_operand)) in AnalyzePhiInstruction()
340 if (!IsLoopInvariant(loop, step_node)) in AnalyzePhiInstruction()
343 phi_node->AddCoefficient(step_node); in AnalyzePhiInstruction()
/third_party/spirv-tools/source/opt/
Dscalar_analysis.cpp315 SENode* step_node = nullptr; in AnalyzePhiInstruction() local
322 step_node = operand_1; in AnalyzePhiInstruction()
324 step_node = operand_2; in AnalyzePhiInstruction()
333 if (!(step_node && phi_operand)) in AnalyzePhiInstruction()
340 if (!IsLoopInvariant(loop, step_node)) in AnalyzePhiInstruction()
343 phi_node->AddCoefficient(step_node); in AnalyzePhiInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis.cpp315 SENode* step_node = nullptr; in AnalyzePhiInstruction() local
322 step_node = operand_1; in AnalyzePhiInstruction()
324 step_node = operand_2; in AnalyzePhiInstruction()
333 if (!(step_node && phi_operand)) in AnalyzePhiInstruction()
340 if (!IsLoopInvariant(loop, step_node)) in AnalyzePhiInstruction()
343 phi_node->AddCoefficient(step_node); in AnalyzePhiInstruction()
/third_party/libxml2/fuzz/
Dxpath.dict57 step_node="//node()"
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc1011 AnfNodePtr step_node = ParseExprNode(block, step); in ParseSlice() local
1012 return block->func_graph()->NewCNodeInOrder({op_makeslice, start_node, stop_node, step_node}); in ParseSlice()