reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
512 OS << "// Global intrinsic function declaration type table.\n"; 513 OS << "#ifdef GET_INTRINSIC_GENERATOR_GLOBAL\n"; 515 OS << "static const unsigned IIT_Table[] = {\n "; 519 OS << "\n "; 523 OS << "0x" << Twine::utohexstr(FixedEncodings[i]) << ", "; 533 OS << "(1U<<31) | " << LongEncodingTable.get(TypeSig) << ", "; 536 OS << "0\n};\n\n"; 539 OS << "static const unsigned char IIT_LongEncodingTable[] = {\n"; 541 LongEncodingTable.emit(OS, printIITEntry); 542 OS << " 255\n};\n\n"; 544 OS << "#endif\n\n"; // End of GET_INTRINSIC_GENERATOR_GLOBAL