Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h129 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSchedule.cpp48 STI.getWriteLatencyEntry(&SCDesc, DefIdx); in computeInstrLatency()
/freebsd-12.1/contrib/llvm/lib/MCA/
H A DInstrBuilder.cpp305 *STI.getWriteLatencyEntry(&SCDesc, CurrentDef); in populateWrites()
333 *STI.getWriteLatencyEntry(&SCDesc, Index); in populateWrites()
/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp216 const MCWriteLatencyEntry *WLEntry = STI->getWriteLatencyEntry(SCDesc, in getLatency()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp223 STI->getWriteLatencyEntry(SCDesc, DefIdx); in computeOperandLatency()