Searched refs:Identity (Results 26 - 42 of 42) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.hpp48 virtual Node *Identity( PhaseTransform *phase );
138 virtual Node *Identity( PhaseTransform *phase );
H A Ddivnode.cpp456 //------------------------------Identity---------------------------------------
458 Node *DivINode::Identity( PhaseTransform *phase ) { function in class:DivINode
470 if( t == TypeInt::ONE ) // Identity?
555 //------------------------------Identity---------------------------------------
557 Node *DivLNode::Identity( PhaseTransform *phase ) { function in class:DivLNode
569 if( t == TypeLong::ONE ) // Identity?
700 Node *DivFNode::Identity( PhaseTransform *phase ) { function in class:DivFNode
712 if( t2 == TypeF::ONE ) // Identity?
795 Node *DivDNode::Identity( PhaseTransform *phase ) { function in class:DivDNode
806 if( t2 == TypeD::ONE ) // Identity
[all...]
H A Dcfgnode.cpp57 //------------------------------Identity---------------------------------------
58 // Check for Region being Identity.
59 Node *RegionNode::Identity( PhaseTransform *phase ) { function in class:RegionNode
1126 //------------------------------Identity---------------------------------------
1127 // Check for Region being Identity.
1128 Node *PhiNode::Identity( PhaseTransform *phase ) { function in class:PhiNode
1641 return NULL; // Identity will return TOP
1662 // let Identity to handle the case.
1670 debug_only(Node* ident = Identity(phase));
1671 // The unique input must eventually be detected by the Identity cal
2017 Node *GotoNode::Identity( PhaseTransform *phase ) { function in class:GotoNode
2135 Node *CatchProjNode::Identity( PhaseTransform *phase ) { function in class:CatchProjNode
2178 Node *CreateExNode::Identity( PhaseTransform *phase ) { function in class:CreateExNode
[all...]
H A Dmemnode.cpp953 // LoadXNode::Identity will fold things back to the equivalence-class model
1078 //------------------------------Identity---------------------------------------
1080 Node *LoadNode::Identity( PhaseTransform *phase ) { function in class:LoadNode
1089 // Ideal call instead of an Identity call.
1332 // Do nothing here if Identity will find a value
1334 if (!phase->eqv(this, this->Identity(phase)))
1380 // We now call Identity to try to simplify the cloned node.
1381 // Note that some Identity methods call phase->type(this).
1390 Node *y = x->Identity(igvn);
1499 // just return a prior value, which is done by Identity call
2065 Node* LoadKlassNode::Identity( PhaseTransform *phase ) { function in class:LoadKlassNode
2141 Node* LoadNKlassNode::Identity( PhaseTransform *phase ) { function in class:LoadNKlassNode
2200 Node* LoadRangeNode::Identity( PhaseTransform *phase ) { function in class:LoadRangeNode
2368 Node *StoreNode::Identity( PhaseTransform *phase ) { function in class:StoreNode
2523 Node *StoreCMNode::Identity( PhaseTransform *phase ) { function in class:StoreCMNode
2626 Node *ClearArrayNode::Identity( PhaseTransform *phase ) { function in class:ClearArrayNode
4039 Node* MergeMemNode::Identity(PhaseTransform *phase) { function in class:MergeMemNode
[all...]
H A Dcallnode.hpp433 virtual Node *Identity( PhaseTransform *phase );
546 virtual Node *Identity( PhaseTransform *phase ) { return this; } function in class:CallNode
H A Difnode.cpp1059 //------------------------------Identity---------------------------------------
1061 Node *IfTrueNode::Identity( PhaseTransform *phase ) { function in class:IfTrueNode
1135 //------------------------------Identity---------------------------------------
1137 Node *IfFalseNode::Identity( PhaseTransform *phase ) { function in class:IfFalseNode
H A DphaseX.cpp684 assert( i->_idx >= k->_idx, "Idealize should return new nodes, use Identity to return old nodes" );
719 Node *i = k->Identity(this); // Look for a nearby replacement
1069 assert((i->_idx >= k->_idx) || i->is_top(), "Idealize should return new nodes, use Identity to return old nodes");
1121 i = k->Identity(this); // Look for a nearby replacement
H A Dsubnode.cpp47 //------------------------------Identity---------------------------------------
49 Node *SubNode::Identity( PhaseTransform *phase ) { function in class:SubNode
487 Node *CmpNode::Identity( PhaseTransform *phase ) { function in class:CmpNode
H A Dloopnode.hpp321 virtual Node *Identity( PhaseTransform *phase );
H A Dnode.hpp835 virtual Node *Identity( PhaseTransform *phase );
H A Dcallnode.cpp965 //------------------------------Identity---------------------------------------
967 Node *SafePointNode::Identity( PhaseTransform *phase ) { function in class:SafePointNode
H A Dnode.cpp980 //------------------------------Identity---------------------------------------
982 Node *Node::Identity( PhaseTransform * ) { function in class:Node
1008 // Identity call to return an old Node; basically if Identity can find
H A Dloopnode.cpp889 return NULL; // Identity
918 return NULL; // Identity
990 //------------------------------Identity---------------------------------------
992 Node *LoopLimitNode::Identity( PhaseTransform *phase ) { function in class:LoopLimitNode
1231 Node *id_old_phi = old_phi->Identity( &igvn );
H A Dloopopts.cpp101 // We now call Identity to try to simplify the cloned node.
102 // Note that some Identity methods call phase->type(this).
111 Node *y = x->Identity(&_igvn);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_de.properties43 # Identity constraints
45 AbsentKeyValue = Identity Constraint-Fehler (cvc-identity-constraint.4.2.1): Element \"{0}\" hat einen Schl\u00FCssel ohne Wert.
47 DuplicateKey = Doppelter Schl\u00FCsselwert [{0}] f\u00FCr Identity Constraint des Elements \"{1}\" deklariert.
48 DuplicateUnique = Doppelter eindeutiger Wert [{0}] f\u00FCr Identity Constraint des Elements \"{1}\" deklariert.
49 FieldMultipleMatch = Identity Constraint-Fehler: Feld \"{0}\" entspricht mehreren Werten im Geltungsbereich seines Selectors. Felder m\u00FCssen eindeutigen Werten entsprechen.
51 KeyMatchesNillable = Identity Constraint-Fehler (cvc-identity-constraint.4.2.3): Element \"{0}\" hat einen Schl\u00FCssel, der einem Element entspricht, bei dem "nillable" auf "true" gesetzt wurde.
52 KeyNotEnoughValues = Nicht gen\u00FCgend Werte angegeben f\u00FCr <key name=\"{1}\"> Identity Constraint f\u00FCr Element \"{0}\".
53 KeyNotFound = Schl\u00FCssel "{0}" mit Wert "{1}" nicht gefunden f\u00FCr Identity Constraint des Elements "{2}".
54 KeyRefNotEnoughValues = Nicht gen\u00FCgend Werte angegeben f\u00FCr <keyref name=\"{1}\"> Identity Constraint f\u00FCr Element \"{0}\".
55 KeyRefOutOfScope = Identity Constrain
[all...]
H A DXMLSchemaMessages_pt_BR.properties43 # Identity constraints
61 # "Identity constraints". And we should cover all of the following errors.
H A DXMLSchemaMessages_ja.properties43 # Identity constraints
61 # "Identity constraints". And we should cover all of the following errors.

Completed in 131 milliseconds

12