Home
last modified time | relevance | path

Searched refs:phi_operand (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dscalar_analysis.cpp316 SENode* phi_operand = nullptr; in AnalyzePhiInstruction() local
328 phi_operand = operand_1; in AnalyzePhiInstruction()
330 phi_operand = operand_2; in AnalyzePhiInstruction()
333 if (!(step_node && phi_operand)) in AnalyzePhiInstruction()
337 if (phi_operand != phi_node.get()) in AnalyzePhiInstruction()
H A Dreplace_desc_array_access_using_var_index.cpp276 uint32_t phi_operand = in ReplaceNonUniformAccessWithSwitchCase() local
279 phi_operands.push_back(phi_operand); in ReplaceNonUniformAccessWithSwitchCase()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dscalar_analysis.cpp316 SENode* phi_operand = nullptr; in AnalyzePhiInstruction() local
328 phi_operand = operand_1; in AnalyzePhiInstruction()
330 phi_operand = operand_2; in AnalyzePhiInstruction()
333 if (!(step_node && phi_operand)) in AnalyzePhiInstruction()
337 if (phi_operand != phi_node.get()) in AnalyzePhiInstruction()
H A Dreplace_desc_array_access_using_var_index.cpp276 uint32_t phi_operand = in ReplaceNonUniformAccessWithSwitchCase() local
279 phi_operands.push_back(phi_operand); in ReplaceNonUniformAccessWithSwitchCase()
/third_party/spirv-tools/source/opt/
H A Dscalar_analysis.cpp315 SENode* phi_operand = nullptr; in AnalyzePhiInstruction() local
327 phi_operand = operand_1; in AnalyzePhiInstruction()
329 phi_operand = operand_2; in AnalyzePhiInstruction()
332 if (!(step_node && phi_operand)) in AnalyzePhiInstruction()
336 if (phi_operand != phi_node.get()) in AnalyzePhiInstruction()
H A Dreplace_desc_array_access_using_var_index.cpp281 uint32_t phi_operand = in ReplaceNonUniformAccessWithSwitchCase() local
284 phi_operands.push_back(phi_operand); in ReplaceNonUniformAccessWithSwitchCase()

Completed in 7 milliseconds