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

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp477 std::string BypassTable = "extern const unsigned " + Target + local
479 BypassTable += " 0, // No itinerary\n";
559 BypassTable += ItinBypassString + ", // " + OperandIdxComment + "\n";
587 BypassTable += " 0 // End bypass tables\n";
588 BypassTable += "};\n";
593 OS << BypassTable; local

Completed in 72 milliseconds