Home
last modified time | relevance | path

Searched refs:instruction_to_insert_before (Results 1 – 25 of 63) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_composite_extract.cpp31 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationCompositeExtract() argument
35 instruction_to_insert_before; in TransformationCompositeExtract()
48 auto instruction_to_insert_before = in IsApplicable() local
49 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
50 if (!instruction_to_insert_before) { in IsApplicable()
59 ir_context, instruction_to_insert_before, message_.composite_id())) { in IsApplicable()
70 SpvOpCompositeExtract, instruction_to_insert_before)) { in IsApplicable()
93 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
Dtransformation_access_chain.cpp32 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationAccessChain() argument
40 instruction_to_insert_before; in TransformationAccessChain()
72 auto instruction_to_insert_before = in IsApplicable() local
73 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
74 if (!instruction_to_insert_before) { in IsApplicable()
78 SpvOpAccessChain, instruction_to_insert_before)) { in IsApplicable()
99 ir_context, instruction_to_insert_before, message_.pointer_id())) { in IsApplicable()
231 opt::Instruction* instruction_to_insert_before = in Apply() local
232 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
234 ir_context->get_instr_block(instruction_to_insert_before); in Apply()
[all …]
Dtransformation_composite_insert.cpp28 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationCompositeInsert() argument
32 instruction_to_insert_before; in TransformationCompositeInsert()
85 auto instruction_to_insert_before = in IsApplicable() local
86 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
87 if (instruction_to_insert_before == nullptr) { in IsApplicable()
94 ir_context, instruction_to_insert_before, message_.composite_id())) { in IsApplicable()
98 ir_context, instruction_to_insert_before, message_.object_id())) { in IsApplicable()
105 SpvOpCompositeInsert, instruction_to_insert_before); in IsApplicable()
127 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
Dtransformation_vector_shuffle.cpp28 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationVectorShuffle() argument
32 instruction_to_insert_before; in TransformationVectorShuffle()
48 auto instruction_to_insert_before = in IsApplicable() local
49 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
50 if (!instruction_to_insert_before) { in IsApplicable()
102 ->Dominates(used_instruction, instruction_to_insert_before)) { in IsApplicable()
111 SpvOpVectorShuffle, instruction_to_insert_before); in IsApplicable()
134 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
Dtransformation_push_id_through_variable.cpp48 auto instruction_to_insert_before = in IsApplicable() local
50 if (!instruction_to_insert_before) { in IsApplicable()
56 SpvOpStore, instruction_to_insert_before) || in IsApplicable()
58 SpvOpLoad, instruction_to_insert_before)) { in IsApplicable()
63 auto basic_block = ir_context->get_instr_block(instruction_to_insert_before); in IsApplicable()
98 ir_context, instruction_to_insert_before, message_.value_id()); in IsApplicable()
Dfuzzer_pass_apply_id_synonyms.cpp133 opt::Instruction* instruction_to_insert_before = nullptr; in Apply() local
136 instruction_to_insert_before = use_inst; in Apply()
145 instruction_to_insert_before = parent_block->GetMergeInst() in Apply()
152 ->get_instr_block(instruction_to_insert_before) in Apply()
164 instruction_to_insert_before), in Apply()
Dtransformation_store.cpp29 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationStore() argument
36 instruction_to_insert_before; in TransformationStore()
71 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
204 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
224 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
Dtransformation_load.cpp29 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationLoad() argument
37 instruction_to_insert_before; in TransformationLoad()
71 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
181 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
202 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_composite_extract.cpp31 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationCompositeExtract() argument
35 instruction_to_insert_before; in TransformationCompositeExtract()
48 auto instruction_to_insert_before = in IsApplicable() local
49 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
50 if (!instruction_to_insert_before) { in IsApplicable()
59 ir_context, instruction_to_insert_before, message_.composite_id())) { in IsApplicable()
70 SpvOpCompositeExtract, instruction_to_insert_before)) { in IsApplicable()
93 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
Dtransformation_access_chain.cpp32 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationAccessChain() argument
40 instruction_to_insert_before; in TransformationAccessChain()
72 auto instruction_to_insert_before = in IsApplicable() local
73 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
74 if (!instruction_to_insert_before) { in IsApplicable()
78 SpvOpAccessChain, instruction_to_insert_before)) { in IsApplicable()
99 ir_context, instruction_to_insert_before, message_.pointer_id())) { in IsApplicable()
231 opt::Instruction* instruction_to_insert_before = in Apply() local
232 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
234 ir_context->get_instr_block(instruction_to_insert_before); in Apply()
[all …]
Dtransformation_composite_insert.cpp28 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationCompositeInsert() argument
32 instruction_to_insert_before; in TransformationCompositeInsert()
85 auto instruction_to_insert_before = in IsApplicable() local
86 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
87 if (instruction_to_insert_before == nullptr) { in IsApplicable()
94 ir_context, instruction_to_insert_before, message_.composite_id())) { in IsApplicable()
98 ir_context, instruction_to_insert_before, message_.object_id())) { in IsApplicable()
105 SpvOpCompositeInsert, instruction_to_insert_before); in IsApplicable()
127 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
Dtransformation_vector_shuffle.cpp28 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationVectorShuffle() argument
32 instruction_to_insert_before; in TransformationVectorShuffle()
48 auto instruction_to_insert_before = in IsApplicable() local
49 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
50 if (!instruction_to_insert_before) { in IsApplicable()
102 ->Dominates(used_instruction, instruction_to_insert_before)) { in IsApplicable()
111 SpvOpVectorShuffle, instruction_to_insert_before); in IsApplicable()
134 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
Dtransformation_push_id_through_variable.cpp48 auto instruction_to_insert_before = in IsApplicable() local
50 if (!instruction_to_insert_before) { in IsApplicable()
56 SpvOpStore, instruction_to_insert_before) || in IsApplicable()
58 SpvOpLoad, instruction_to_insert_before)) { in IsApplicable()
63 auto basic_block = ir_context->get_instr_block(instruction_to_insert_before); in IsApplicable()
98 ir_context, instruction_to_insert_before, message_.value_id()); in IsApplicable()
Dfuzzer_pass_apply_id_synonyms.cpp133 opt::Instruction* instruction_to_insert_before = nullptr; in Apply() local
136 instruction_to_insert_before = use_inst; in Apply()
145 instruction_to_insert_before = parent_block->GetMergeInst() in Apply()
152 ->get_instr_block(instruction_to_insert_before) in Apply()
164 instruction_to_insert_before), in Apply()
Dtransformation_store.cpp29 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationStore() argument
36 instruction_to_insert_before; in TransformationStore()
71 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
204 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
224 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
Dtransformation_load.cpp29 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationLoad() argument
37 instruction_to_insert_before; in TransformationLoad()
71 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
181 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
202 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
Dtransformation_function_call.cpp31 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationFunctionCall() argument
38 instruction_to_insert_before; in TransformationFunctionCall()
77 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
174 FindInstruction(message_.instruction_to_insert_before(), ir_context) in Apply()
/third_party/spirv-tools/source/fuzz/
Dtransformation_composite_extract.cpp31 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationCompositeExtract() argument
35 instruction_to_insert_before; in TransformationCompositeExtract()
48 auto instruction_to_insert_before = in IsApplicable() local
49 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
50 if (!instruction_to_insert_before) { in IsApplicable()
59 ir_context, instruction_to_insert_before, message_.composite_id())) { in IsApplicable()
70 SpvOpCompositeExtract, instruction_to_insert_before)) { in IsApplicable()
93 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
Dtransformation_access_chain.cpp32 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationAccessChain() argument
40 instruction_to_insert_before; in TransformationAccessChain()
72 auto instruction_to_insert_before = in IsApplicable() local
73 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
74 if (!instruction_to_insert_before) { in IsApplicable()
78 SpvOpAccessChain, instruction_to_insert_before)) { in IsApplicable()
99 ir_context, instruction_to_insert_before, message_.pointer_id())) { in IsApplicable()
231 opt::Instruction* instruction_to_insert_before = in Apply() local
232 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
234 ir_context->get_instr_block(instruction_to_insert_before); in Apply()
[all …]
Dtransformation_composite_insert.cpp29 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationCompositeInsert() argument
33 instruction_to_insert_before; in TransformationCompositeInsert()
86 auto instruction_to_insert_before = in IsApplicable() local
87 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
88 if (instruction_to_insert_before == nullptr) { in IsApplicable()
95 ir_context, instruction_to_insert_before, message_.composite_id())) { in IsApplicable()
99 ir_context, instruction_to_insert_before, message_.object_id())) { in IsApplicable()
106 SpvOpCompositeInsert, instruction_to_insert_before); in IsApplicable()
128 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
Dtransformation_vector_shuffle.cpp28 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationVectorShuffle() argument
32 instruction_to_insert_before; in TransformationVectorShuffle()
48 auto instruction_to_insert_before = in IsApplicable() local
49 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
50 if (!instruction_to_insert_before) { in IsApplicable()
102 ->Dominates(used_instruction, instruction_to_insert_before)) { in IsApplicable()
111 SpvOpVectorShuffle, instruction_to_insert_before); in IsApplicable()
134 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
Dtransformation_push_id_through_variable.cpp48 auto instruction_to_insert_before = in IsApplicable() local
50 if (!instruction_to_insert_before) { in IsApplicable()
56 SpvOpStore, instruction_to_insert_before) || in IsApplicable()
58 SpvOpLoad, instruction_to_insert_before)) { in IsApplicable()
63 auto basic_block = ir_context->get_instr_block(instruction_to_insert_before); in IsApplicable()
98 ir_context, instruction_to_insert_before, message_.value_id()); in IsApplicable()
Dtransformation_load.cpp28 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationLoad() argument
32 instruction_to_insert_before; in TransformationLoad()
66 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
87 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
Dfuzzer_pass_apply_id_synonyms.cpp132 opt::Instruction* instruction_to_insert_before = nullptr; in Apply() local
135 instruction_to_insert_before = use_inst; in Apply()
144 instruction_to_insert_before = parent_block->GetMergeInst() in Apply()
151 ->get_instr_block(instruction_to_insert_before) in Apply()
163 instruction_to_insert_before), in Apply()
Dtransformation_store.cpp28 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationStore() argument
32 instruction_to_insert_before; in TransformationStore()
67 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable()
113 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()

123