Home
last modified time | relevance | path

Searched refs:second_operand (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dvector_dce.cpp179 WorkListItem second_operand; in MarkVectorShuffleUsesAsLive() local
180 second_operand.instruction = in MarkVectorShuffleUsesAsLive()
186 GetVectorComponentCount(second_operand.instruction->type_id()); in MarkVectorShuffleUsesAsLive()
195 second_operand.components.Set(index - size_of_first_operand); in MarkVectorShuffleUsesAsLive()
201 AddItemToWorkListIfNeeded(second_operand, live_components, work_list); in MarkVectorShuffleUsesAsLive()
/third_party/spirv-tools/source/opt/
Dvector_dce.cpp179 WorkListItem second_operand; in MarkVectorShuffleUsesAsLive() local
180 second_operand.instruction = in MarkVectorShuffleUsesAsLive()
186 GetVectorComponentCount(second_operand.instruction->type_id()); in MarkVectorShuffleUsesAsLive()
195 second_operand.components.Set(index - size_of_first_operand); in MarkVectorShuffleUsesAsLive()
201 AddItemToWorkListIfNeeded(second_operand, live_components, work_list); in MarkVectorShuffleUsesAsLive()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dvector_dce.cpp179 WorkListItem second_operand; in MarkVectorShuffleUsesAsLive() local
180 second_operand.instruction = in MarkVectorShuffleUsesAsLive()
186 GetVectorComponentCount(second_operand.instruction->type_id()); in MarkVectorShuffleUsesAsLive()
195 second_operand.components.Set(index - size_of_first_operand); in MarkVectorShuffleUsesAsLive()
201 AddItemToWorkListIfNeeded(second_operand, live_components, work_list); in MarkVectorShuffleUsesAsLive()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_bit_instruction_synonym.cpp145 auto second_operand = instruction->GetInOperand(1).words[0]; in IsInstructionSupported() local
147 ir_context->get_def_use_mgr()->GetDef(second_operand); in IsInstructionSupported()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_bit_instruction_synonym.cpp145 auto second_operand = instruction->GetInOperand(1).words[0]; in IsInstructionSupported() local
147 ir_context->get_def_use_mgr()->GetDef(second_operand); in IsInstructionSupported()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_bit_instruction_synonym.cpp145 auto second_operand = instruction->GetInOperand(1).words[0]; in IsInstructionSupported() local
147 ir_context->get_def_use_mgr()->GetDef(second_operand); in IsInstructionSupported()