Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSchedule.cpp48 STI.getWriteLatencyEntry(&SCDesc, DefIdx); in computeInstrLatency()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h176 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetSchedule.cpp206 STI->getWriteLatencyEntry(SCDesc, DefIdx); in computeOperandLatency()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp298 STI.getWriteLatencyEntry(SCDesc, I); in getAsPoint()
H A DAnalysis.cpp388 const auto *const Entry = SI.getWriteLatencyEntry(RSC.SCDesc, I); in printSchedClassDescHtml()
/openbsd-src/gnu/llvm/llvm/lib/MCA/
H A DInstrBuilder.cpp343 *STI.getWriteLatencyEntry(&SCDesc, CurrentDef); in populateWrites()
371 *STI.getWriteLatencyEntry(&SCDesc, Index); in populateWrites()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp220 const MCWriteLatencyEntry *WLEntry = STI->getWriteLatencyEntry(SCDesc, in getLatency()