Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
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 spv::Op::OpAccessChain, 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_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 spv::Op::OpCompositeExtract, instruction_to_insert_before)) { in IsApplicable()
93 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
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 spv::Op::OpCompositeInsert, 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 spv::Op::OpVectorShuffle, 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 spv::Op::OpStore, instruction_to_insert_before) || in IsApplicable()
58 spv::Op::OpLoad, instruction_to_insert_before)) { in IsApplicable()
63 auto basic_block = ir_context->get_instr_block(instruction_to_insert_before); in IsApplicable()
100 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_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_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()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A 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 spv::Op::OpAccessChain, 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 …]
H A 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 spv::Op::OpCompositeExtract, instruction_to_insert_before)) { in IsApplicable()
93 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
H A 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 spv::Op::OpCompositeInsert, instruction_to_insert_before); in IsApplicable()
127 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
H A 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 spv::Op::OpVectorShuffle, instruction_to_insert_before); in IsApplicable()
134 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
H A Dtransformation_push_id_through_variable.cpp48 auto instruction_to_insert_before = in IsApplicable() local
50 if (!instruction_to_insert_before) { in IsApplicable()
56 spv::Op::OpStore, instruction_to_insert_before) || in IsApplicable()
58 spv::Op::OpLoad, instruction_to_insert_before)) { in IsApplicable()
63 auto basic_block = ir_context->get_instr_block(instruction_to_insert_before); in IsApplicable()
100 ir_context, instruction_to_insert_before, message_.value_id()); in IsApplicable()
H A 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()
H A 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()
H A 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()
H A 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()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A 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 spv::Op::OpAccessChain, 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 …]
H A 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 spv::Op::OpCompositeExtract, instruction_to_insert_before)) { in IsApplicable()
93 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
H A 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 spv::Op::OpCompositeInsert, instruction_to_insert_before); in IsApplicable()
127 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
H A 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 spv::Op::OpVectorShuffle, instruction_to_insert_before); in IsApplicable()
134 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
H A Dtransformation_push_id_through_variable.cpp48 auto instruction_to_insert_before = in IsApplicable() local
50 if (!instruction_to_insert_before) { in IsApplicable()
56 spv::Op::OpStore, instruction_to_insert_before) || in IsApplicable()
58 spv::Op::OpLoad, instruction_to_insert_before)) { in IsApplicable()
63 auto basic_block = ir_context->get_instr_block(instruction_to_insert_before); in IsApplicable()
100 ir_context, instruction_to_insert_before, message_.value_id()); in IsApplicable()
H A 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()
H A 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()
H A 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()

123