Lines Matching refs:loads
370 // Simplified node should resolve down to a constant expression as the loads
499 const Instruction* loads[6];
506 loads[load_count] = &inst;
529 context->get_def_use_mgr()->GetDef(loads[0]->GetSingleWordInOperand(0));
548 context->get_def_use_mgr()->GetDef(loads[1]->GetSingleWordInOperand(0));
568 context->get_def_use_mgr()->GetDef(loads[2]->GetSingleWordInOperand(0));
587 context->get_def_use_mgr()->GetDef(loads[3]->GetSingleWordInOperand(0));
606 context->get_def_use_mgr()->GetDef(loads[4]->GetSingleWordInOperand(0));
626 context->get_def_use_mgr()->GetDef(loads[5]->GetSingleWordInOperand(0));
738 const Instruction* loads[2] = {nullptr, nullptr};
745 loads[load_count] = &inst;
758 context->get_def_use_mgr()->GetDef(loads[0]->GetSingleWordInOperand(0));
772 context->get_def_use_mgr()->GetDef(loads[1]->GetSingleWordInOperand(0));
875 const Instruction* loads[1] = {nullptr};
880 loads[load_count] = &inst;
888 context->get_def_use_mgr()->GetDef(loads[0]->GetSingleWordInOperand(0));
1020 std::vector<const Instruction*> loads{};
1025 loads.push_back(&inst);
1032 EXPECT_EQ(loads.size(), 3u);
1046 context->get_def_use_mgr()->GetDef(loads[1]->GetSingleWordInOperand(0));
1083 context->get_def_use_mgr()->GetDef(loads[2]->GetSingleWordInOperand(0));