Lines Matching refs:stores
500 const Instruction* stores[6];
510 stores[store_count] = &inst;
531 context->get_def_use_mgr()->GetDef(stores[0]->GetSingleWordInOperand(0));
550 context->get_def_use_mgr()->GetDef(stores[1]->GetSingleWordInOperand(0));
570 context->get_def_use_mgr()->GetDef(stores[2]->GetSingleWordInOperand(0));
589 context->get_def_use_mgr()->GetDef(stores[3]->GetSingleWordInOperand(0));
608 context->get_def_use_mgr()->GetDef(stores[4]->GetSingleWordInOperand(0));
628 context->get_def_use_mgr()->GetDef(stores[5]->GetSingleWordInOperand(0));
739 const Instruction* stores[2] = {nullptr, nullptr};
749 stores[store_count] = &inst;
760 context->get_def_use_mgr()->GetDef(stores[0]->GetSingleWordInOperand(0));
774 context->get_def_use_mgr()->GetDef(stores[1]->GetSingleWordInOperand(0));
1021 std::vector<const Instruction*> stores{};
1028 stores.push_back(&inst);
1033 EXPECT_EQ(stores.size(), 2u);
1036 stores[0]->GetSingleWordInOperand(0));
1075 stores[1]->GetSingleWordInOperand(0));