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

/openjdk9/hotspot/src/share/vm/opto/
H A Dmachnode.cpp217 //-----------------------------memory_inputs--------------------------------
218 const MachOper* MachNode::memory_inputs(Node* &base, Node* &index) const { function in class:MachNode
254 const MachOper* oper = memory_inputs(base, index);
H A Dmachnode.hpp309 const MachOper* memory_inputs(Node* &base, Node* &index) const;
311 // Helper for memory_inputs: Which operand carries the necessary info?
H A Dlcm.cpp222 const MachOper* oper = mach->memory_inputs(base, index);
H A Dgcm.cpp448 load->as_Mach()->memory_inputs(base, index);

Completed in 65 milliseconds