Home
last modified time | relevance | path

Searched refs:ConvD2LNode (Results 1 – 25 of 42) sorted by relevance

12

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dconvertnode.hpp73 class ConvD2LNode : public Node { class
75 ConvD2LNode( Node *dbl ) : Node(0,dbl) {} in ConvD2LNode() function in ConvD2LNode
H A Dconvertnode.cpp125 const Type* ConvD2LNode::Value(PhaseGVN* phase) const { in Value()
134 Node* ConvD2LNode::Identity(PhaseGVN* phase) { in Identity()
144 Node *ConvD2LNode::Ideal(PhaseGVN *phase, bool can_reshape) { in Ideal()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dconvertnode.hpp73 class ConvD2LNode : public Node { class
75 ConvD2LNode( Node *dbl ) : Node(0,dbl) {} in ConvD2LNode() function in ConvD2LNode
H A Dconvertnode.cpp125 const Type* ConvD2LNode::Value(PhaseGVN* phase) const { in Value()
134 Node* ConvD2LNode::Identity(PhaseGVN* phase) { in Identity()
144 Node *ConvD2LNode::Ideal(PhaseGVN *phase, bool can_reshape) { in Ideal()
H A Dparse2.cpp2418 b = _gvn.transform( new ConvD2LNode(a)); in do_one_bytecode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dconvertnode.hpp73 class ConvD2LNode : public Node { class
75 ConvD2LNode( Node *dbl ) : Node(0,dbl) {} in ConvD2LNode() function in ConvD2LNode
H A Dconvertnode.cpp125 const Type* ConvD2LNode::Value(PhaseGVN* phase) const { in Value()
134 Node* ConvD2LNode::Identity(PhaseGVN* phase) { in Identity()
144 Node *ConvD2LNode::Ideal(PhaseGVN *phase, bool can_reshape) { in Ideal()
H A Dparse2.cpp2418 b = _gvn.transform( new ConvD2LNode(a)); in do_one_bytecode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dconvertnode.hpp73 class ConvD2LNode : public Node { class
75 ConvD2LNode( Node *dbl ) : Node(0,dbl) {} in ConvD2LNode() function in ConvD2LNode
H A Dconvertnode.cpp125 const Type* ConvD2LNode::Value(PhaseGVN* phase) const { in Value()
134 Node* ConvD2LNode::Identity(PhaseGVN* phase) { in Identity()
144 Node *ConvD2LNode::Ideal(PhaseGVN *phase, bool can_reshape) { in Ideal()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dconvertnode.hpp73 class ConvD2LNode : public Node { class
75 ConvD2LNode( Node *dbl ) : Node(0,dbl) {} in ConvD2LNode() function in ConvD2LNode
H A Dconvertnode.cpp125 const Type* ConvD2LNode::Value(PhaseGVN* phase) const { in Value()
134 Node* ConvD2LNode::Identity(PhaseGVN* phase) { in Identity()
144 Node *ConvD2LNode::Ideal(PhaseGVN *phase, bool can_reshape) { in Ideal()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dconvertnode.hpp73 class ConvD2LNode : public Node { class
75 ConvD2LNode( Node *dbl ) : Node(0,dbl) {} in ConvD2LNode() function in ConvD2LNode
H A Dconvertnode.cpp125 const Type* ConvD2LNode::Value(PhaseGVN* phase) const { in Value()
134 Node* ConvD2LNode::Identity(PhaseGVN* phase) { in Identity()
144 Node *ConvD2LNode::Ideal(PhaseGVN *phase, bool can_reshape) { in Ideal()
H A Dparse2.cpp2333 b = _gvn.transform( new ConvD2LNode(a)); in do_one_bytecode()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dconvertnode.hpp73 class ConvD2LNode : public Node { class
75 ConvD2LNode( Node *dbl ) : Node(0,dbl) {} in ConvD2LNode() function in ConvD2LNode
H A Dconvertnode.cpp125 const Type* ConvD2LNode::Value(PhaseGVN* phase) const { in Value()
134 Node* ConvD2LNode::Identity(PhaseGVN* phase) { in Identity()
144 Node *ConvD2LNode::Ideal(PhaseGVN *phase, bool can_reshape) { in Ideal()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dconvertnode.hpp73 class ConvD2LNode : public Node { class
75 ConvD2LNode( Node *dbl ) : Node(0,dbl) {} in ConvD2LNode() function in ConvD2LNode
H A Dconvertnode.cpp125 const Type* ConvD2LNode::Value(PhaseGVN* phase) const { in Value()
134 Node* ConvD2LNode::Identity(PhaseGVN* phase) { in Identity()
144 Node *ConvD2LNode::Ideal(PhaseGVN *phase, bool can_reshape) { in Ideal()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dconnode.hpp435 class ConvD2LNode : public Node { class
437 ConvD2LNode( Node *dbl ) : Node(0,dbl) {} in ConvD2LNode() function in ConvD2LNode
H A Dconnode.cpp815 const Type *ConvD2LNode::Value( PhaseTransform *phase ) const { in Value()
824 Node *ConvD2LNode::Identity(PhaseTransform *phase) { in Identity()
834 Node *ConvD2LNode::Ideal(PhaseGVN *phase, bool can_reshape) { in Ideal()
H A Dparse2.cpp1952 b = _gvn.transform( new (C) ConvD2LNode(a)); in do_one_bytecode()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dconnode.hpp435 class ConvD2LNode : public Node { class
437 ConvD2LNode( Node *dbl ) : Node(0,dbl) {} in ConvD2LNode() function in ConvD2LNode
H A Dconnode.cpp815 const Type *ConvD2LNode::Value( PhaseTransform *phase ) const { in Value()
824 Node *ConvD2LNode::Identity(PhaseTransform *phase) { in Identity()
834 Node *ConvD2LNode::Ideal(PhaseGVN *phase, bool can_reshape) { in Ideal()
H A Dparse2.cpp1952 b = _gvn.transform( new (C) ConvD2LNode(a)); in do_one_bytecode()

12