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

/openjdk9/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 Dmovenode.cpp292 abs = new SubFNode(sub->in(1), phase->transform(abs));
H A Dsubnode.cpp408 Node *SubFNode::Ideal(PhaseGVN *phase, bool can_reshape) {
420 return new SubFNode( phase->makecon(TypeF::ZERO),in(2)->in(2));
433 const Type *SubFNode::sub( const Type *t1, const Type *t2 ) const {
H A Dparse2.cpp1843 c = _gvn.transform( new SubFNode(a,b) );
H A Dcfgnode.cpp1417 x = new SubFNode(sub->in(1), phase->transform(x));
/openjdk9/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2003 declare_c2_type(SubFNode, SubFPNode) \

Completed in 99 milliseconds