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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.hpp103 // NOTE: SubFNode should be taken away and replaced by add and negate
104 //------------------------------SubFNode---------------------------------------
106 class SubFNode : public SubFPNode { class in inherits:SubFPNode
108 SubFNode( Node *in1, Node *in2 ) : SubFPNode(in1,in2) {} function in class:SubFNode
H A Dsubnode.cpp398 Node *SubFNode::Ideal(PhaseGVN *phase, bool can_reshape) {
410 return new (phase->C) SubFNode( phase->makecon(TypeF::ZERO),in(2)->in(2));
423 const Type *SubFNode::sub( const Type *t1, const Type *t2 ) const {
H A Dconnode.cpp328 abs = new (phase->C) SubFNode(sub->in(1), phase->transform(abs));
H A Dcfgnode.cpp1386 x = new (phase->C) SubFNode(sub->in(1), phase->transform(x));
H A Dparse2.cpp1795 c = _gvn.transform( new (C) SubFNode(a,b) );
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1914 declare_c2_type(SubFNode, SubFPNode) \

Completed in 324 milliseconds