Home
last modified time | relevance | path

Searched refs:SpvOpVectorShuffle (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_vector_shuffle.cpp111 SpvOpVectorShuffle, instruction_to_insert_before); in IsApplicable()
137 ir_context, SpvOpVectorShuffle, result_type_id, message_.fresh_id(), in Apply()
Dtransformation_add_relaxed_decoration.cpp81 case SpvOpVectorShuffle: in IsNumeric()
Dfuzzer_pass_add_vector_shuffle_instructions.cpp52 SpvOpVectorShuffle, instruction_iterator)) { in Apply()
Dtransformation_propagate_instruction_up.cpp225 case SpvOpVectorShuffle: in IsOpcodeSupported()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_vector_shuffle.cpp111 SpvOpVectorShuffle, instruction_to_insert_before); in IsApplicable()
137 ir_context, SpvOpVectorShuffle, result_type_id, message_.fresh_id(), in Apply()
Dfuzzer_pass_add_vector_shuffle_instructions.cpp52 SpvOpVectorShuffle, instruction_iterator)) { in Apply()
Dtransformation_add_relaxed_decoration.cpp81 case SpvOpVectorShuffle: in IsNumeric()
Dtransformation_propagate_instruction_up.cpp225 case SpvOpVectorShuffle: in IsOpcodeSupported()
/third_party/spirv-tools/source/fuzz/
Dtransformation_vector_shuffle.cpp111 SpvOpVectorShuffle, instruction_to_insert_before); in IsApplicable()
137 ir_context, SpvOpVectorShuffle, result_type_id, message_.fresh_id(), in Apply()
Dtransformation_add_relaxed_decoration.cpp81 case SpvOpVectorShuffle: in IsNumeric()
Dfuzzer_pass_add_vector_shuffle_instructions.cpp51 SpvOpVectorShuffle, instruction_iterator)) { in Apply()
Dtransformation_propagate_instruction_up.cpp225 case SpvOpVectorShuffle: in IsOpcodeSupported()
/third_party/spirv-tools/source/opt/
Drelax_float_ops_pass.cpp94 SpvOpVectorShuffle, in Initialize()
Dconvert_to_half_pass.cpp368 SpvOpVectorShuffle, in Initialize()
462 SpvOpVectorShuffle, in Initialize()
Dfolding_rules.cpp1649 if (cinst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingExtract()
1860 inst->SetOpcode(SpvOpVectorShuffle); in RedundantSelect()
2206 assert(inst->opcode() == SpvOpVectorShuffle && in VectorShuffleFeedingShuffle()
2219 if (feeding_shuffle_inst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingShuffle()
2225 if (feeding_shuffle_inst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingShuffle()
2493 rules_[SpvOpVectorShuffle].push_back(VectorShuffleFeedingShuffle()); in AddFoldingRules()
Dfold_spec_constant_op_and_composite_pass.cpp123 case SpvOp::SpvOpVectorShuffle: in ProcessOpSpecConstantOp()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Drelax_float_ops_pass.cpp94 SpvOpVectorShuffle, in Initialize()
Dconvert_to_half_pass.cpp376 SpvOpVectorShuffle, in Initialize()
470 SpvOpVectorShuffle, in Initialize()
Dfolding_rules.cpp1721 if (cinst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingExtract()
1961 inst->SetOpcode(SpvOpVectorShuffle); in RedundantSelect()
2307 assert(inst->opcode() == SpvOpVectorShuffle && in VectorShuffleFeedingShuffle()
2320 if (feeding_shuffle_inst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingShuffle()
2326 if (feeding_shuffle_inst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingShuffle()
2592 rules_[SpvOpVectorShuffle].push_back(VectorShuffleFeedingShuffle()); in AddFoldingRules()
Dfold_spec_constant_op_and_composite_pass.cpp123 case SpvOp::SpvOpVectorShuffle: in ProcessOpSpecConstantOp()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Drelax_float_ops_pass.cpp94 SpvOpVectorShuffle, in Initialize()
Dconvert_to_half_pass.cpp376 SpvOpVectorShuffle, in Initialize()
470 SpvOpVectorShuffle, in Initialize()
Dfolding_rules.cpp1721 if (cinst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingExtract()
1961 inst->SetOpcode(SpvOpVectorShuffle); in RedundantSelect()
2307 assert(inst->opcode() == SpvOpVectorShuffle && in VectorShuffleFeedingShuffle()
2320 if (feeding_shuffle_inst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingShuffle()
2326 if (feeding_shuffle_inst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingShuffle()
2592 rules_[SpvOpVectorShuffle].push_back(VectorShuffleFeedingShuffle()); in AddFoldingRules()
Dfold_spec_constant_op_and_composite_pass.cpp123 case SpvOp::SpvOpVectorShuffle: in ProcessOpSpecConstantOp()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp298 SpvOpVectorShuffle, in InitCombinatorSets()

1234