Lines Matching refs:Memory

1743       mb->init_req(TypeFunc::Memory, storestore->in(TypeFunc::Memory));
2343 // Return a new version of Memory Phi "orig_phi" with the inputs having the
2480 // Memory nodes should have new memory input.
2511 Node *start_mem = C->start()->proj_out(TypeFunc::Memory);
2530 result = result->in(MemNode::Memory);
2535 if (result->is_Proj() && result->as_Proj()->_con == TypeFunc::Memory) {
2542 result = call->in(TypeFunc::Memory);
2549 result = proj_in->in(TypeFunc::Memory);
2552 result = proj_in->in(TypeFunc::Memory);
2591 result = result->in(0)->in(MemNode::Memory);
2627 // search the Memory chain for a store with the appropriate type
2637 // Phase 4: Update the inputs of non-instance memory Phis and the Memory input of memnodes.
2656 // 80 Phi 75 50 60 Memory alias_index=4
2675 // 80 Phi 75 50 60 Memory alias_index=4
2695 // 80 Phi 75 40 60 Memory alias_index=4
2696 // 120 Phi 75 50 50 Memory alias_index=6
2925 Node* m = use->in(TypeFunc::Memory);
2949 // compute new values for Memory inputs (the Memory inputs are not
2961 n = n->as_MemBar()->proj_out(TypeFunc::Memory);
2973 Node *mem = find_inst_mem(n->in(MemNode::Memory), alias_idx, orig_phis);
2977 if (mem != n->in(MemNode::Memory)) {
3001 } else if(use->is_Mem() && use->in(MemNode::Memory) == n) {
3009 assert(use->in(MemNode::Memory) != n, "EA: missing memory path");
3062 mem = mem->in(MemNode::Memory);
3099 // the Memory input of memnodes
3137 Node* old_mem = n->in(MemNode::Memory);
3142 assert(n->in(MemNode::Memory) != nmem, "sanity");
3149 n->set_req(MemNode::Memory, nmem);