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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp429 std::string BypassTable = "extern const unsigned " + Target + local
431 BypassTable += " 0, // No itinerary\n";
511 BypassTable += ItinBypassString + ", // " + OperandIdxComment + "\n";
539 BypassTable += " 0 // End bypass tables\n";
540 BypassTable += "};\n";
545 OS << BypassTable; local

Completed in 84 milliseconds