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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp405 std::string BypassTable = "extern const unsigned " + Target + local
407 BypassTable += " 0, // No itinerary\n";
489 BypassTable += ItinBypassString + ", // " + OperandIdxComment + "\n";
513 BypassTable += " 0 // End bypass tables\n";
514 BypassTable += "};\n";
519 OS << BypassTable; local

Completed in 42 milliseconds