Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp169 const MCSchedModel &SCModel = STI->getSchedModel(); in emitLatency() local
170 int Latency = SCModel.computeInstrLatency(*STI, *MCII, Inst); in emitLatency()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1129 const MCSchedModel &SCModel = STI->getSchedModel(); in emitComments() local
1130 int Latency = SCModel.computeInstrLatency<MCSubtargetInfo, MCInstrInfo, in emitComments()