Home
last modified time | relevance | path

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

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dcfgnode.hpp185 Node* unique_input(PhaseTransform *phase, bool uncast);
186 Node* unique_input(PhaseTransform *phase) { in unique_input() function in PhiNode
187 Node* uin = unique_input(phase, false); in unique_input()
189 uin = unique_input(phase, true); in unique_input()
H A Dmacro.cpp561 Node *unique_input = NULL; in value_from_mem() local
567 } else if (unique_input == NULL) { in value_from_mem()
568 unique_input = n; in value_from_mem()
569 } else if (unique_input != n) { in value_from_mem()
570 unique_input = top; in value_from_mem()
574 if (unique_input != NULL && unique_input != top) { in value_from_mem()
575 mem = unique_input; in value_from_mem()
H A Dcfgnode.cpp1184 Node* uin = unique_input(phase, false); in Identity()
1225 Node* PhiNode::unique_input(PhaseTransform* phase, bool uncast) { in unique_input() function in PhiNode
1712 Node* uin = unique_input(phase, false); in Ideal()
1715 uin = unique_input(phase, true); in Ideal()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dcfgnode.hpp186 Node* unique_input(PhaseTransform *phase, bool uncast);
187 Node* unique_input(PhaseTransform *phase) { in unique_input() function in PhiNode
188 Node* uin = unique_input(phase, false); in unique_input()
190 uin = unique_input(phase, true); in unique_input()
H A Dmacro.cpp551 Node *unique_input = NULL; in value_from_mem() local
557 } else if (unique_input == NULL) { in value_from_mem()
558 unique_input = n; in value_from_mem()
559 } else if (unique_input != n) { in value_from_mem()
560 unique_input = top; in value_from_mem()
564 if (unique_input != NULL && unique_input != top) { in value_from_mem()
565 mem = unique_input; in value_from_mem()
H A Dcfgnode.cpp1327 Node* uin = unique_input(phase, false); in Identity()
1344 Node* PhiNode::unique_input(PhaseTransform* phase, bool uncast) { in unique_input() function in PhiNode
1839 Node* uin = unique_input(phase, false); in Ideal()
1842 uin = unique_input(phase, true); in Ideal()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dcfgnode.hpp184 Node* unique_input(PhaseTransform *phase, bool uncast);
185 Node* unique_input(PhaseTransform *phase) { in unique_input() function in PhiNode
186 Node* uin = unique_input(phase, false); in unique_input()
188 uin = unique_input(phase, true); in unique_input()
H A Dmacro.cpp527 Node *unique_input = NULL; in value_from_mem() local
533 } else if (unique_input == NULL) { in value_from_mem()
534 unique_input = n; in value_from_mem()
535 } else if (unique_input != n) { in value_from_mem()
536 unique_input = top; in value_from_mem()
540 if (unique_input != NULL && unique_input != top) { in value_from_mem()
541 mem = unique_input; in value_from_mem()
H A Dcfgnode.cpp1327 Node* uin = unique_input(phase, false); in Identity()
1344 Node* PhiNode::unique_input(PhaseTransform* phase, bool uncast) { in unique_input() function in PhiNode
1839 Node* uin = unique_input(phase, false); in Ideal()
1842 uin = unique_input(phase, true); in Ideal()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dcfgnode.hpp185 Node* unique_input(PhaseTransform *phase, bool uncast);
186 Node* unique_input(PhaseTransform *phase) { in unique_input() function in PhiNode
187 Node* uin = unique_input(phase, false); in unique_input()
189 uin = unique_input(phase, true); in unique_input()
H A Dmacro.cpp561 Node *unique_input = NULL; in value_from_mem() local
567 } else if (unique_input == NULL) { in value_from_mem()
568 unique_input = n; in value_from_mem()
569 } else if (unique_input != n) { in value_from_mem()
570 unique_input = top; in value_from_mem()
574 if (unique_input != NULL && unique_input != top) { in value_from_mem()
575 mem = unique_input; in value_from_mem()
H A Dcfgnode.cpp1184 Node* uin = unique_input(phase, false); in Identity()
1225 Node* PhiNode::unique_input(PhaseTransform* phase, bool uncast) { in unique_input() function in PhiNode
1712 Node* uin = unique_input(phase, false); in Ideal()
1715 uin = unique_input(phase, true); in Ideal()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dcfgnode.hpp187 Node* unique_input(PhaseTransform *phase, bool uncast);
188 Node* unique_input(PhaseTransform *phase) { in unique_input() function in PhiNode
189 Node* uin = unique_input(phase, false); in unique_input()
191 uin = unique_input(phase, true); in unique_input()
H A Dmacro.cpp569 Node *unique_input = NULL; in value_from_mem() local
575 } else if (unique_input == NULL) { in value_from_mem()
576 unique_input = n; in value_from_mem()
577 } else if (unique_input != n) { in value_from_mem()
578 unique_input = top; in value_from_mem()
582 if (unique_input != NULL && unique_input != top) { in value_from_mem()
583 mem = unique_input; in value_from_mem()
H A Dcfgnode.cpp1329 Node* uin = unique_input(phase, false); in Identity()
1370 Node* PhiNode::unique_input(PhaseTransform* phase, bool uncast) { in unique_input() function in PhiNode
1899 Node* uin = unique_input(phase, false); in Ideal()
1905 uin = unique_input(phase, true); in Ideal()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dcfgnode.hpp186 Node* unique_input(PhaseTransform *phase, bool uncast);
187 Node* unique_input(PhaseTransform *phase) { in unique_input() function in PhiNode
188 Node* uin = unique_input(phase, false); in unique_input()
190 uin = unique_input(phase, true); in unique_input()
H A Dmacro.cpp551 Node *unique_input = NULL; in value_from_mem() local
557 } else if (unique_input == NULL) { in value_from_mem()
558 unique_input = n; in value_from_mem()
559 } else if (unique_input != n) { in value_from_mem()
560 unique_input = top; in value_from_mem()
564 if (unique_input != NULL && unique_input != top) { in value_from_mem()
565 mem = unique_input; in value_from_mem()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dcfgnode.hpp185 Node* unique_input(PhaseTransform *phase, bool uncast);
186 Node* unique_input(PhaseTransform *phase) { in unique_input() function in PhiNode
187 Node* uin = unique_input(phase, false); in unique_input()
189 uin = unique_input(phase, true); in unique_input()
H A Dmacro.cpp533 Node *unique_input = NULL; in value_from_mem() local
539 } else if (unique_input == NULL) { in value_from_mem()
540 unique_input = n; in value_from_mem()
541 } else if (unique_input != n) { in value_from_mem()
542 unique_input = top; in value_from_mem()
546 if (unique_input != NULL && unique_input != top) { in value_from_mem()
547 mem = unique_input; in value_from_mem()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dcfgnode.hpp185 Node* unique_input(PhaseTransform *phase, bool uncast);
186 Node* unique_input(PhaseTransform *phase) { in unique_input() function in PhiNode
187 Node* uin = unique_input(phase, false); in unique_input()
189 uin = unique_input(phase, true); in unique_input()
H A Dmacro.cpp486 Node *unique_input = NULL; in value_from_mem() local
492 } else if (unique_input == NULL) { in value_from_mem()
493 unique_input = n; in value_from_mem()
494 } else if (unique_input != n) { in value_from_mem()
495 unique_input = top; in value_from_mem()
499 if (unique_input != NULL && unique_input != top) { in value_from_mem()
500 mem = unique_input; in value_from_mem()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dmacro.cpp522 Node *unique_input = NULL; in value_from_mem() local
528 } else if (unique_input == NULL) { in value_from_mem()
529 unique_input = n; in value_from_mem()
530 } else if (unique_input != n) { in value_from_mem()
531 unique_input = top; in value_from_mem()
535 if (unique_input != NULL && unique_input != top) { in value_from_mem()
536 mem = unique_input; in value_from_mem()
H A Dcfgnode.hpp183 Node* unique_input(PhaseTransform *phase);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dmacro.cpp522 Node *unique_input = NULL; in value_from_mem() local
528 } else if (unique_input == NULL) { in value_from_mem()
529 unique_input = n; in value_from_mem()
530 } else if (unique_input != n) { in value_from_mem()
531 unique_input = top; in value_from_mem()
535 if (unique_input != NULL && unique_input != top) { in value_from_mem()
536 mem = unique_input; in value_from_mem()
H A Dcfgnode.hpp183 Node* unique_input(PhaseTransform *phase);

12