Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_replace_load_store_with_copy_memory.cpp57 auto store_instruction = in IsApplicable() local
59 if (!store_instruction || store_instruction->opcode() != SpvOpStore) { in IsApplicable()
65 store_instruction->GetSingleWordOperand( in IsApplicable()
78 for (auto it = load_instruction; it != store_instruction; in IsApplicable()
105 auto store_instruction = in Apply() local
107 assert(store_instruction && store_instruction->opcode() == SpvOpStore && in Apply()
112 store_instruction->GetSingleWordOperand( in Apply()
120 uint32_t target_variable_id = store_instruction->GetSingleWordOperand( in Apply()
124 store_instruction->InsertBefore(MakeUnique<opt::Instruction>( in Apply()
131 ir_context->KillInst(store_instruction); in Apply()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_replace_load_store_with_copy_memory.cpp56 auto store_instruction = in IsApplicable() local
58 if (!store_instruction || store_instruction->opcode() != SpvOpStore) { in IsApplicable()
64 store_instruction->GetSingleWordOperand( in IsApplicable()
77 for (auto it = load_instruction; it != store_instruction; in IsApplicable()
104 auto store_instruction = in Apply() local
106 assert(store_instruction && store_instruction->opcode() == SpvOpStore && in Apply()
111 store_instruction->GetSingleWordOperand( in Apply()
119 uint32_t target_variable_id = store_instruction->GetSingleWordOperand( in Apply()
123 store_instruction->InsertBefore(MakeUnique<opt::Instruction>( in Apply()
130 ir_context->KillInst(store_instruction); in Apply()
Dtransformation_replace_copy_object_with_store_load.cpp127 opt::Instruction* store_instruction = in Apply() local
136 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(store_instruction); in Apply()
138 ir_context->set_instr_block(store_instruction, enclosing_block); in Apply()
Dtransformation_push_id_through_variable.cpp145 opt::Instruction* store_instruction = in Apply() local
151 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(store_instruction); in Apply()
152 ir_context->set_instr_block(store_instruction, enclosing_block); in Apply()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_load_store_with_copy_memory.cpp57 auto store_instruction = in IsApplicable() local
59 if (!store_instruction || store_instruction->opcode() != SpvOpStore) { in IsApplicable()
65 store_instruction->GetSingleWordOperand( in IsApplicable()
78 for (auto it = load_instruction; it != store_instruction; in IsApplicable()
105 auto store_instruction = in Apply() local
107 assert(store_instruction && store_instruction->opcode() == SpvOpStore && in Apply()
112 store_instruction->GetSingleWordOperand( in Apply()
120 uint32_t target_variable_id = store_instruction->GetSingleWordOperand( in Apply()
124 store_instruction->InsertBefore(MakeUnique<opt::Instruction>( in Apply()
131 ir_context->KillInst(store_instruction); in Apply()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1617 auto store_instruction = in EmitShardedVectorStore() local
1620 store_instruction); in EmitShardedVectorStore()
2595 auto* store_instruction = in EmitTransferElements() local
2598 target_array.AnnotateLoadStoreInstructionWithMetadata(store_instruction); in EmitTransferElements()