Searched refs:DivINode (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Ddivnode.hpp38 //------------------------------DivINode---------------------------------------
43 class DivINode : public Node { class in inherits:Node
45 DivINode( Node *c, Node *dividend, Node *divisor ) : Node(c, dividend, divisor ) {} function in class:DivINode
H A Ddivnode.cpp458 Node *DivINode::Identity( PhaseTransform *phase ) {
464 Node *DivINode::Ideal(PhaseGVN *phase, bool can_reshape) {
489 // A DivINode divides its inputs. The third input is a Control input, used to
491 const Type *DivINode::Value( PhaseTransform *phase ) const {
H A DloopTransform.cpp1371 Node *trip = new (C) DivINode( 0, span, stride );
1494 Node *X = new (C) DivINode(0, con, scale);
1995 Node *div = new (C) DivINode(0,add,stride);
H A DgraphKit.hpp318 Node* DivI(Node* ctl, Node* l, Node* r) { return _gvn.transform(new (C) DivINode(ctl, l, r)); }
H A Dloopnode.cpp629 trip_count = gvn->transform(new (C) DivINode(0,bias1,stride));
659 trip_count = gvn->transform(new (C) DivINode(0,bias1,stride));
950 Node *trip = phase->transform(new (phase->C) DivINode(0, bias, in(Stride)));
H A Dparse2.cpp1743 push( _gvn.transform( new (C) DivINode(control(),a,b) ) );
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1815 declare_c2_type(DivINode, Node) \

Completed in 80 milliseconds