Searched refs:store_instruction (Results 1 – 3 of 3) 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()
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()