Searched refs:postalloc_expand (Results 1 - 5 of 5) sorted by relevance

/openjdk9/hotspot/src/share/vm/opto/
H A Dmachnode.hpp259 // postalloc_expand. See block.cpp for more documentation.
261 virtual void postalloc_expand(GrowableArray <Node *> *nodes, PhaseRegAlloc *ra_);
405 virtual void postalloc_expand(GrowableArray <Node *> *nodes, PhaseRegAlloc *ra_);
H A Dmachnode.cpp137 //---------------------------postalloc_expand----------------------------------
139 void MachNode::postalloc_expand(GrowableArray <Node *> *nodes, PhaseRegAlloc *ra_) {} function in class:MachNode
H A Dblock.cpp934 // postalloc_expand: Expand nodes after register allocation.
936 // postalloc_expand has to be called after register allocation, just
957 // a postalloc_expand statement instead of ins_encode. A postalloc_expand
959 // statement. Instead of an emit() function a postalloc_expand() function
961 // subgraph. The code below calls this postalloc_expand function for each
976 // Implementing the postalloc_expand function for a node in an enc_class
979 // adlc generates some utility variables into the postalloc_expand function,
980 // e.g., holding the operands as specified by the postalloc_expand encoding
995 void PhaseCFG::postalloc_expand(PhaseRegAllo
[all...]
H A Dblock.hpp610 // Check all nodes and postalloc_expand them if necessary.
611 void postalloc_expand(PhaseRegAlloc* _ra);
H A Dcompile.cpp2436 TracePhase tp("postalloc_expand", &timers[_t_postalloc_expand]);
2437 cfg.postalloc_expand(_regalloc);

Completed in 165 milliseconds