Searched refs:store_instruction (Results 1 – 6 of 6) sorted by relevance
57 auto store_instruction = in IsApplicable() local59 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() local107 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()
56 auto store_instruction = in IsApplicable() local58 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() local106 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()
127 opt::Instruction* store_instruction = in Apply() local136 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(store_instruction); in Apply()138 ir_context->set_instr_block(store_instruction, enclosing_block); in Apply()
145 opt::Instruction* store_instruction = in Apply() local151 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(store_instruction); in Apply()152 ir_context->set_instr_block(store_instruction, enclosing_block); in Apply()
1617 auto store_instruction = in EmitShardedVectorStore() local1620 store_instruction); in EmitShardedVectorStore()2595 auto* store_instruction = in EmitTransferElements() local2598 target_array.AnnotateLoadStoreInstructionWithMetadata(store_instruction); in EmitTransferElements()