Lines Matching defs:context

96   std::unique_ptr<IRContext> context =
99 Module* module = context->module();
103 ScalarEvolutionAnalysis analysis{context.get()};
120 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0));
122 Instruction* child = context->get_def_use_mgr()->GetDef(
224 std::unique_ptr<IRContext> context =
227 Module* module = context->module();
231 ScalarEvolutionAnalysis analysis{context.get()};
243 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0));
245 Instruction* child = context->get_def_use_mgr()->GetDef(
340 std::unique_ptr<IRContext> context =
343 Module* module = context->module();
347 ScalarEvolutionAnalysis analysis{context.get()};
359 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0));
361 Instruction* child = context->get_def_use_mgr()->GetDef(
490 std::unique_ptr<IRContext> context =
493 Module* module = context->module();
497 ScalarEvolutionAnalysis analysis{context.get()};
529 context->get_def_use_mgr()->GetDef(loads[0]->GetSingleWordInOperand(0));
531 context->get_def_use_mgr()->GetDef(stores[0]->GetSingleWordInOperand(0));
533 load_child = context->get_def_use_mgr()->GetDef(
535 store_child = context->get_def_use_mgr()->GetDef(
548 context->get_def_use_mgr()->GetDef(loads[1]->GetSingleWordInOperand(0));
550 context->get_def_use_mgr()->GetDef(stores[1]->GetSingleWordInOperand(0));
552 load_child = context->get_def_use_mgr()->GetDef(
554 store_child = context->get_def_use_mgr()->GetDef(
568 context->get_def_use_mgr()->GetDef(loads[2]->GetSingleWordInOperand(0));
570 context->get_def_use_mgr()->GetDef(stores[2]->GetSingleWordInOperand(0));
572 load_child = context->get_def_use_mgr()->GetDef(
574 store_child = context->get_def_use_mgr()->GetDef(
587 context->get_def_use_mgr()->GetDef(loads[3]->GetSingleWordInOperand(0));
589 context->get_def_use_mgr()->GetDef(stores[3]->GetSingleWordInOperand(0));
591 load_child = context->get_def_use_mgr()->GetDef(
593 store_child = context->get_def_use_mgr()->GetDef(
606 context->get_def_use_mgr()->GetDef(loads[4]->GetSingleWordInOperand(0));
608 context->get_def_use_mgr()->GetDef(stores[4]->GetSingleWordInOperand(0));
610 load_child = context->get_def_use_mgr()->GetDef(
612 store_child = context->get_def_use_mgr()->GetDef(
626 context->get_def_use_mgr()->GetDef(loads[5]->GetSingleWordInOperand(0));
628 context->get_def_use_mgr()->GetDef(stores[5]->GetSingleWordInOperand(0));
630 load_child = context->get_def_use_mgr()->GetDef(
632 store_child = context->get_def_use_mgr()->GetDef(
729 std::unique_ptr<IRContext> context =
732 Module* module = context->module();
736 ScalarEvolutionAnalysis analysis{context.get()};
758 context->get_def_use_mgr()->GetDef(loads[0]->GetSingleWordInOperand(0));
760 context->get_def_use_mgr()->GetDef(stores[0]->GetSingleWordInOperand(0));
762 Instruction* load_child = context->get_def_use_mgr()->GetDef(
764 Instruction* store_child = context->get_def_use_mgr()->GetDef(
772 context->get_def_use_mgr()->GetDef(loads[1]->GetSingleWordInOperand(0));
774 context->get_def_use_mgr()->GetDef(stores[1]->GetSingleWordInOperand(0));
775 load_child = context->get_def_use_mgr()->GetDef(
777 store_child = context->get_def_use_mgr()->GetDef(
866 std::unique_ptr<IRContext> context =
869 Module* module = context->module();
873 ScalarEvolutionAnalysis analysis{context.get()};
888 context->get_def_use_mgr()->GetDef(loads[0]->GetSingleWordInOperand(0));
889 Instruction* load_child = context->get_def_use_mgr()->GetDef(
1011 std::unique_ptr<IRContext> context =
1014 Module* module = context->module();
1018 ScalarEvolutionAnalysis analysis{context.get()};
1035 Instruction* store_access_chain = context->get_def_use_mgr()->GetDef(
1038 Instruction* store_child = context->get_def_use_mgr()->GetDef(
1046 context->get_def_use_mgr()->GetDef(loads[1]->GetSingleWordInOperand(0));
1048 Instruction* load_child = context->get_def_use_mgr()->GetDef(
1074 Instruction* store_access_chain = context->get_def_use_mgr()->GetDef(
1077 Instruction* store_child = context->get_def_use_mgr()->GetDef(
1083 context->get_def_use_mgr()->GetDef(loads[2]->GetSingleWordInOperand(0));
1085 Instruction* load_child = context->get_def_use_mgr()->GetDef(
1181 std::unique_ptr<IRContext> context =
1184 Module* module = context->module();
1188 ScalarEvolutionAnalysis analysis{context.get()};