Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp474 std::string BypassTable = in emitStageAndOperandCycleData() local
476 BypassTable += " 0, // No itinerary\n"; in emitStageAndOperandCycleData()
556 BypassTable += ItinBypassString + ", // " + OperandIdxComment + "\n"; in emitStageAndOperandCycleData()
584 BypassTable += " 0 // End bypass tables\n"; in emitStageAndOperandCycleData()
585 BypassTable += "};\n"; in emitStageAndOperandCycleData()
590 OS << BypassTable; in emitStageAndOperandCycleData()