Searched refs:SubDNode (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.hpp117 // NOTE: SubDNode should be taken away and replaced by add and negate
118 //------------------------------SubDNode---------------------------------------
120 class SubDNode : public SubFPNode { class in inherits:SubFPNode
122 SubDNode( Node *in1, Node *in2 ) : SubFPNode(in1,in2) {} function in class:SubDNode
H A Dsubnode.cpp441 Node *SubDNode::Ideal(PhaseGVN *phase, bool can_reshape){
453 return new (phase->C) SubDNode( phase->makecon(TypeD::ZERO),in(2)->in(2));
466 const Type *SubDNode::sub( const Type *t1, const Type *t2 ) const {
H A Dconnode.cpp384 abs = new (phase->C) SubDNode(sub->in(1), phase->transform(abs));
H A Dcfgnode.cpp1394 x = new (phase->C) SubDNode(sub->in(1), phase->transform(x));
H A Dparse2.cpp1924 c = _gvn.transform( new (C) SubDNode(a,b) );
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1915 declare_c2_type(SubDNode, SubFPNode) \

Completed in 316 milliseconds