1 /*
  2  * Copyright (c) 2012, 2024, Oracle and/or its affiliates. All rights reserved.
  3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  4  *
  5  * This code is free software; you can redistribute it and/or modify it
  6  * under the terms of the GNU General Public License version 2 only, as
  7  * published by the Free Software Foundation.
  8  *
  9  * This code is distributed in the hope that it will be useful, but WITHOUT
 10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 12  * version 2 for more details (a copy is included in the LICENSE file that
 13  * accompanied this code).
 14  *
 15  * You should have received a copy of the GNU General Public License version
 16  * 2 along with this work; if not, write to the Free Software Foundation,
 17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 18  *
 19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
 20  * or visit www.oracle.com if you need additional information or have any
 21  * questions.
 22  *
 23  */
 24 
 25 #ifndef SHARE_OPTO_PHASETYPE_HPP
 26 #define SHARE_OPTO_PHASETYPE_HPP
 27 
 28 #include "utilities/bitMap.inline.hpp"
 29 #include "utilities/stringUtils.hpp"
 30 
 31 #define COMPILER_PHASES(flags) \
 32   flags(BEFORE_STRINGOPTS,              "Before StringOpts") \
 33   flags(AFTER_STRINGOPTS,               "After StringOpts") \
 34   flags(BEFORE_REMOVEUSELESS,           "Before RemoveUseless") \
 35   flags(AFTER_PARSING,                  "After Parsing") \
 36   flags(BEFORE_ITER_GVN,                "Before Iter GVN") \
 37   flags(ITER_GVN1,                      "Iter GVN 1") \
 38   flags(AFTER_ITER_GVN_STEP,            "After Iter GVN Step") \
 39   flags(AFTER_ITER_GVN,                 "After Iter GVN") \
 40   flags(INCREMENTAL_INLINE_STEP,        "Incremental Inline Step") \
 41   flags(INCREMENTAL_INLINE_CLEANUP,     "Incremental Inline Cleanup") \
 42   flags(INCREMENTAL_INLINE,             "Incremental Inline") \
 43   flags(INCREMENTAL_BOXING_INLINE,      "Incremental Boxing Inline") \
 44   flags(EXPAND_VUNBOX,                  "Expand VectorUnbox") \
 45   flags(SCALARIZE_VBOX,                 "Scalarize VectorBox") \
 46   flags(INLINE_VECTOR_REBOX,            "Inline Vector Rebox Calls") \
 47   flags(EXPAND_VBOX,                    "Expand VectorBox") \
 48   flags(ELIMINATE_VBOX_ALLOC,           "Eliminate VectorBoxAllocate") \
 49   flags(ITER_GVN_BEFORE_EA,             "Iter GVN before EA") \
 50   flags(ITER_GVN_AFTER_VECTOR,          "Iter GVN after vector box elimination") \
 51   flags(BEFORE_BEAUTIFY_LOOPS,          "Before beautify loops") \
 52   flags(AFTER_BEAUTIFY_LOOPS,           "After beautify loops") \
 53   flags(BEFORE_LOOP_UNROLLING,          "Before Loop Unrolling") \
 54   flags(AFTER_LOOP_UNROLLING,           "After Loop Unrolling") \
 55   flags(BEFORE_SPLIT_IF,                "Before Split-If") \
 56   flags(AFTER_SPLIT_IF,                 "After Split-If") \
 57   flags(BEFORE_LOOP_PREDICATION_IC,     "Before Loop Predication IC") \
 58   flags(AFTER_LOOP_PREDICATION_IC,      "After Loop Predication IC") \
 59   flags(BEFORE_LOOP_PREDICATION_RC,     "Before Loop Predication RC") \
 60   flags(AFTER_LOOP_PREDICATION_RC,      "After Loop Predication RC") \
 61   flags(BEFORE_PARTIAL_PEELING,         "Before Partial Peeling") \
 62   flags(AFTER_PARTIAL_PEELING,          "After Partial Peeling") \
 63   flags(BEFORE_LOOP_PEELING,            "Before Loop Peeling") \
 64   flags(AFTER_LOOP_PEELING,             "After Loop Peeling") \
 65   flags(BEFORE_LOOP_UNSWITCHING,        "Before Loop Unswitching") \
 66   flags(AFTER_LOOP_UNSWITCHING,         "After Loop Unswitching") \
 67   flags(BEFORE_LOOP_MULTIVERSIONING,    "Before Loop Multiversioning") \
 68   flags(AFTER_LOOP_MULTIVERSIONING,     "After Loop Multiversioning") \
 69   flags(BEFORE_RANGE_CHECK_ELIMINATION, "Before Range Check Elimination") \
 70   flags(AFTER_RANGE_CHECK_ELIMINATION,  "After Range Check Elimination") \
 71   flags(BEFORE_PRE_MAIN_POST,           "Before Pre/Main/Post Loops") \
 72   flags(AFTER_PRE_MAIN_POST,            "After Pre/Main/Post Loops") \
 73   flags(AUTO_VECTORIZATION1_BEFORE_APPLY,                     "AutoVectorization 1, Before Apply") \
 74   flags(AUTO_VECTORIZATION2_AFTER_REORDER,                    "AutoVectorization 2, After Apply Memop Reordering") \
 75   flags(AUTO_VECTORIZATION3_AFTER_ADJUST_LIMIT,               "AutoVectorization 3, After Adjusting Pre-Loop Limit") \
 76   flags(AUTO_VECTORIZATION4_AFTER_SPECULATIVE_RUNTIME_CHECKS, "AutoVectorization 4, After Adding Speculative Runtime Checks") \
 77   flags(AUTO_VECTORIZATION5_AFTER_APPLY,                      "AutoVectorization 5, After Apply") \
 78   flags(BEFORE_CLOOPS,                  "Before CountedLoop") \
 79   flags(AFTER_CLOOPS,                   "After CountedLoop") \
 80   flags(PHASEIDEAL_BEFORE_EA,           "PhaseIdealLoop before EA") \
 81   flags(AFTER_EA,                       "After Escape Analysis") \
 82   flags(ITER_GVN_AFTER_EA,              "Iter GVN after EA") \
 83   flags(ITER_GVN_AFTER_ELIMINATION,     "Iter GVN after eliminating allocations and locks") \
 84   flags(PHASEIDEALLOOP1,                "PhaseIdealLoop 1") \
 85   flags(PHASEIDEALLOOP2,                "PhaseIdealLoop 2") \
 86   flags(PHASEIDEALLOOP3,                "PhaseIdealLoop 3") \
 87   flags(BEFORE_CCP1,                    "Before PhaseCCP 1") \
 88   flags(CCP1,                           "PhaseCCP 1") \
 89   flags(ITER_GVN2,                      "Iter GVN 2") \
 90   flags(PHASEIDEALLOOP_ITERATIONS,      "PhaseIdealLoop iterations") \
 91   flags(BEFORE_MACRO_EXPANSION ,        "Before Macro Expansion") \
 92   flags(AFTER_MACRO_EXPANSION_STEP,     "After Macro Expansion Step") \
 93   flags(AFTER_MACRO_EXPANSION,          "After Macro Expansion") \
 94   flags(BARRIER_EXPANSION,              "Barrier expand") \
 95   flags(OPTIMIZE_FINISHED,              "Optimize finished") \
 96   flags(BEFORE_MATCHING,                "Before matching") \
 97   flags(MATCHING,                       "After matching") \
 98   flags(GLOBAL_CODE_MOTION,             "Global code motion") \
 99   flags(INITIAL_LIVENESS,               "Initial liveness") \
100   flags(AGGRESSIVE_COALESCING,          "Aggressive coalescing") \
101   flags(INITIAL_SPILLING,               "Initial spilling") \
102   flags(CONSERVATIVE_COALESCING,        "Conservative coalescing") \
103   flags(ITERATIVE_SPILLING,             "Iterative spilling") \
104   flags(AFTER_ITERATIVE_SPILLING,       "After iterative spilling") \
105   flags(POST_ALLOCATION_COPY_REMOVAL,   "Post-allocation copy removal") \
106   flags(MERGE_MULTI_DEFS,               "Merge multiple definitions") \
107   flags(FIX_UP_SPILLS,                  "Fix up spills") \
108   flags(REGISTER_ALLOCATION,            "Register Allocation") \
109   flags(BLOCK_ORDERING,                 "Block Ordering") \
110   flags(PEEPHOLE,                       "Peephole") \
111   flags(POSTALLOC_EXPAND,               "Post-Allocation Expand") \
112   flags(MACH_ANALYSIS,                  "After mach analysis") \
113   flags(FINAL_CODE,                     "Final Code") \
114   flags(END,                            "End") \
115   flags(FAILURE,                        "Failure") \
116   flags(ALL,                            "All") \
117   flags(DEBUG,                          "Debug")
118 
119 #define table_entry(name, description) PHASE_##name,
120 enum CompilerPhaseType {
121   COMPILER_PHASES(table_entry)
122   PHASE_NUM_TYPES,
123   PHASE_NONE
124 };
125 #undef table_entry
126 
127 static const char* phase_descriptions[] = {
128 #define array_of_labels(name, description) description,
129        COMPILER_PHASES(array_of_labels)
130 #undef array_of_labels
131 };
132 
133 static const char* phase_names[] = {
134 #define array_of_labels(name, description) #name,
135        COMPILER_PHASES(array_of_labels)
136 #undef array_of_labels
137 };
138 
139 class CompilerPhaseTypeHelper {
140   public:
141   static const char* to_name(CompilerPhaseType cpt) {
142     return phase_names[cpt];
143   }
144   static const char* to_description(CompilerPhaseType cpt) {
145     return phase_descriptions[cpt];
146   }
147 };
148 
149 static CompilerPhaseType find_phase(const char* str) {
150   for (int i = 0; i < PHASE_NUM_TYPES; i++) {
151     if (strcmp(phase_names[i], str) == 0) {
152       return (CompilerPhaseType)i;
153     }
154   }
155   return PHASE_NONE;
156 }
157 
158 class PhaseNameValidator {
159  private:
160   CHeapBitMap _phase_name_set;
161   bool _valid;
162   char* _bad;
163 
164  public:
165   PhaseNameValidator(ccstrlist option) :
166     _phase_name_set(PHASE_NUM_TYPES, mtCompiler),
167     _valid(true),
168     _bad(nullptr)
169   {
170     for (StringUtils::CommaSeparatedStringIterator iter(option); *iter != nullptr && _valid; ++iter) {
171 
172       CompilerPhaseType cpt = find_phase(*iter);
173       if (PHASE_NONE == cpt) {
174         const size_t len = MIN2<size_t>(strlen(*iter), 63) + 1;  // cap len to a value we know is enough for all phase descriptions
175         _bad = NEW_C_HEAP_ARRAY(char, len, mtCompiler);
176         // strncpy always writes len characters. If the source string is shorter, the function fills the remaining bytes with nulls.
177         strncpy(_bad, *iter, len);
178         _valid = false;
179       } else if (PHASE_ALL == cpt) {
180         _phase_name_set.set_range(0, PHASE_NUM_TYPES);
181       } else {
182         assert(cpt < PHASE_NUM_TYPES, "out of bounds");
183         _phase_name_set.set_bit(cpt);
184       }
185     }
186   }
187 
188   ~PhaseNameValidator() {
189     if (_bad != nullptr) {
190       FREE_C_HEAP_ARRAY(char, _bad);
191     }
192   }
193 
194   const BitMap& phase_name_set() const {
195     assert(is_valid(), "Use of invalid phase name set");
196     return _phase_name_set;
197   }
198 
199   bool is_valid() const {
200     return _valid;
201   }
202 
203   const char* what() const {
204     return _bad;
205   }
206 };
207 
208 #endif // SHARE_OPTO_PHASETYPE_HPP