Searched refs:must_clone (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp1151 fprintf(fp_hpp, "extern const char must_clone[];\n");
1157 fprintf(fp_cpp, "const char must_clone[] = {\n");
1159 int must_clone = 0; local
1182 // Removed ConI from the must_clone list. CPUs that cannot use
1184 // instruction. The must_clone flag prevents the constant from
1186 must_clone = 1;
1188 fprintf(fp_cpp, " %d%s // %s: %d\n", must_clone,
/openjdk10/hotspot/src/share/vm/opto/
H A Dlcm.cpp211 if( must_clone[iop] ) {
546 if ( must_clone[iop] ) {
570 // See if this has a predecessor that is "must_clone", i.e. sets the
575 if (inn->is_Mach() && must_clone[inn->as_Mach()->ideal_Opcode()] ) {
H A Dgcm.cpp1198 extern const char must_clone[];
1306 if (mach != NULL && must_clone[mach->ideal_Opcode()])
H A Dmatcher.cpp66 _must_clone(must_clone),

Completed in 116 milliseconds