Home
last modified time | relevance | path

Searched refs:first_reg_class (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/adlc/
H A Doutput_c.cpp2761 const char* first_reg_class = oper.in_reg_class(0, globals); in defineIn_RegMask() local
2763 assert(first_reg_class != NULL, "did not find register mask"); in defineIn_RegMask()
2768 if (strcmp(first_reg_class, some_reg_class) != 0) { in defineIn_RegMask()
2775 if (strcmp(first_reg_class, "stack_slots") == 0) { in defineIn_RegMask()
2777 } else if (strcmp(first_reg_class, "dynamic") == 0) { in defineIn_RegMask()
2780 const char* first_reg_class_to_upper = toUpper(first_reg_class); in defineIn_RegMask()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/adlc/
H A Doutput_c.cpp2762 const char* first_reg_class = oper.in_reg_class(0, globals); in defineIn_RegMask() local
2764 assert(first_reg_class != NULL, "did not find register mask"); in defineIn_RegMask()
2769 if (strcmp(first_reg_class, some_reg_class) != 0) { in defineIn_RegMask()
2776 if (strcmp(first_reg_class, "stack_slots") == 0) { in defineIn_RegMask()
2778 } else if (strcmp(first_reg_class, "dynamic") == 0) { in defineIn_RegMask()
2781 const char* first_reg_class_to_upper = toUpper(first_reg_class); in defineIn_RegMask()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/adlc/
H A Doutput_c.cpp2762 const char* first_reg_class = oper.in_reg_class(0, globals); in defineIn_RegMask() local
2764 assert(first_reg_class != NULL, "did not find register mask"); in defineIn_RegMask()
2769 if (strcmp(first_reg_class, some_reg_class) != 0) { in defineIn_RegMask()
2776 if (strcmp(first_reg_class, "stack_slots") == 0) { in defineIn_RegMask()
2778 } else if (strcmp(first_reg_class, "dynamic") == 0) { in defineIn_RegMask()
2781 const char* first_reg_class_to_upper = toUpper(first_reg_class); in defineIn_RegMask()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/adlc/
H A Doutput_c.cpp2768 const char* first_reg_class = oper.in_reg_class(0, globals); in defineIn_RegMask() local
2770 assert(first_reg_class != NULL, "did not find register mask"); in defineIn_RegMask()
2775 if (strcmp(first_reg_class, some_reg_class) != 0) { in defineIn_RegMask()
2782 if (strcmp(first_reg_class, "stack_slots") == 0) { in defineIn_RegMask()
2784 } else if (strcmp(first_reg_class, "dynamic") == 0) { in defineIn_RegMask()
2787 const char* first_reg_class_to_upper = toUpper(first_reg_class); in defineIn_RegMask()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/adlc/
H A Doutput_c.cpp2768 const char* first_reg_class = oper.in_reg_class(0, globals); in defineIn_RegMask() local
2770 assert(first_reg_class != NULL, "did not find register mask"); in defineIn_RegMask()
2775 if (strcmp(first_reg_class, some_reg_class) != 0) { in defineIn_RegMask()
2782 if (strcmp(first_reg_class, "stack_slots") == 0) { in defineIn_RegMask()
2785 const char* first_reg_class_to_upper = toUpper(first_reg_class); in defineIn_RegMask()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/adlc/
H A Doutput_c.cpp2768 const char* first_reg_class = oper.in_reg_class(0, globals); in defineIn_RegMask() local
2770 assert(first_reg_class != NULL, "did not find register mask"); in defineIn_RegMask()
2775 if (strcmp(first_reg_class, some_reg_class) != 0) { in defineIn_RegMask()
2782 if (strcmp(first_reg_class, "stack_slots") == 0) { in defineIn_RegMask()
2785 const char* first_reg_class_to_upper = toUpper(first_reg_class); in defineIn_RegMask()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/adlc/
H A Doutput_c.cpp2768 const char* first_reg_class = oper.in_reg_class(0, globals); in defineIn_RegMask() local
2770 assert(first_reg_class != NULL, "did not find register mask"); in defineIn_RegMask()
2775 if (strcmp(first_reg_class, some_reg_class) != 0) { in defineIn_RegMask()
2782 if (strcmp(first_reg_class, "stack_slots") == 0) { in defineIn_RegMask()
2785 const char* first_reg_class_to_upper = toUpper(first_reg_class); in defineIn_RegMask()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/adlc/
H A Doutput_c.cpp2768 const char* first_reg_class = oper.in_reg_class(0, globals); in defineIn_RegMask() local
2770 assert(first_reg_class != NULL, "did not find register mask"); in defineIn_RegMask()
2775 if (strcmp(first_reg_class, some_reg_class) != 0) { in defineIn_RegMask()
2782 if (strcmp(first_reg_class, "stack_slots") == 0) { in defineIn_RegMask()
2785 const char* first_reg_class_to_upper = toUpper(first_reg_class); in defineIn_RegMask()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp2751 const char* first_reg_class = oper.in_reg_class(0, globals); in defineIn_RegMask() local
2753 assert(first_reg_class != NULL, "did not find register mask"); in defineIn_RegMask()
2758 if (strcmp(first_reg_class, some_reg_class) != 0) { in defineIn_RegMask()
2765 if (strcmp(first_reg_class, "stack_slots") == 0) { in defineIn_RegMask()
2768 const char* first_reg_class_to_upper = toUpper(first_reg_class); in defineIn_RegMask()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp2751 const char* first_reg_class = oper.in_reg_class(0, globals); in defineIn_RegMask() local
2753 assert(first_reg_class != NULL, "did not find register mask"); in defineIn_RegMask()
2758 if (strcmp(first_reg_class, some_reg_class) != 0) { in defineIn_RegMask()
2765 if (strcmp(first_reg_class, "stack_slots") == 0) { in defineIn_RegMask()
2768 const char* first_reg_class_to_upper = toUpper(first_reg_class); in defineIn_RegMask()