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

/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.cpp989 __ Bool(__ CmpI(arg, __ intcon(0x80000000)), BoolTest::ne),
1008 Node* chk = __ CmpI(arg, __ intcon(0));
1043 Node* limit = __ CmpI(phi, value);
1077 __ Bool(__ CmpI(arg, __ intcon(0x80000000)), BoolTest::ne),
1115 __ Bool(__ CmpI(arg, __ intcon(0)), BoolTest::lt),
1174 IfNode* iff = kit.create_and_map_if(head, __ Bool(__ CmpI(q, __ intcon(0)), BoolTest::ne),
1200 __ Bool(__ CmpI(sign, __ intcon(0)), BoolTest::ne),
1407 __ Bool(__ CmpI(length, __ intcon(0)), BoolTest::lt),
H A Dclasses.hpp76 macro(CmpI)
H A DidealKit.hpp187 Node* CmpI(Node* l, Node* r) { return transform(new (C) CmpINode(l, r)); } function in class:IdealKit
H A DidealKit.cpp78 bol = Bool(CmpI(left, right), relop);
H A DparseHelper.cpp237 tst = Bool( CmpI( init_state, being_init), BoolTest::eq);
H A DgraphKit.hpp331 Node* CmpI(Node* l, Node* r) { return _gvn.transform(new (C) CmpINode(l, r)); } function in class:GraphKit

Completed in 51 milliseconds