Searched refs:memory_inputs (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.cpp213 //-----------------------------memory_inputs--------------------------------
214 const MachOper* MachNode::memory_inputs(Node* &base, Node* &index) const { function in class:MachNode
250 const MachOper* oper = memory_inputs(base, index);
H A Dlcm.cpp194 const MachOper* oper = mach->memory_inputs(base, index);
H A Dmachnode.hpp267 const MachOper* memory_inputs(Node* &base, Node* &index) const;
269 // Helper for memory_inputs: Which operand carries the necessary info?
H A Dgcm.cpp391 load->as_Mach()->memory_inputs(base, index);

Completed in 36 milliseconds