Home
last modified time | relevance | path

Searched refs:operand_id_def (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Doperand_to_undef_reduction_pass.cpp50 auto operand_id_def = in GetAvailableOpportunities() local
57 if (spvOpcodeIsConstantOrUndef(operand_id_def->opcode())) { in GetAvailableOpportunities()
62 if (operand_id_def->opcode() == SpvOpFunction) { in GetAvailableOpportunities()
67 auto operand_type_id = operand_id_def->type_id(); in GetAvailableOpportunities()
Dchange_operand_to_undef_reduction_opportunity.cpp32 auto operand_id_def = context_->get_def_use_mgr()->GetDef(operand_id); in Apply() local
33 auto operand_type_id = operand_id_def->type_id(); in Apply()