Searched refs:XorINode (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Daddnode.hpp191 //------------------------------XorINode---------------------------------------
193 class XorINode : public AddNode { class in inherits:AddNode
195 XorINode( Node *in1, Node *in2 ) : AddNode(in1,in2) {} function in class:XorINode
203 //------------------------------XorINode---------------------------------------
H A DidealKit.hpp207 Node* XorX(Node* l, Node* r) { return transform(new (C) XorINode(l, r)); }
H A Daddnode.cpp806 const Type *XorINode::add_ring( const Type *t0, const Type *t1 ) const {
H A DgraphKit.hpp322 Node* XorI(Node* l, Node* r) { return _gvn.transform(new (C) XorINode(l, r)); }
H A Dtype.hpp1381 #define XorXNode XorINode
H A Dconnode.cpp272 n = new (phase->C) XorINode( phase->transform(n), phase->intcon(1) );
H A Dcfgnode.cpp1260 n = new (phase->C) XorINode( phase->transform(n), phase->intcon(1) );
H A Dparse2.cpp1771 push( _gvn.transform( new (C) XorINode(a,b) ) );
H A Dlibrary_call.cpp4892 Node* checked_offset = _gvn.transform( new(C) XorINode(checked_value, intcon(-1)) );
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1722 declare_c2_type(XorINode, AddNode) \

Completed in 78 milliseconds