Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h131 uint16_t WriteLatencyIdx; // First index into WriteLatencyTable. member
H A DMCSubtargetInfo.h181 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx]; in getWriteLatencyEntry()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1048 SCDesc.WriteLatencyIdx = 0; in GenSchedClassTables()
1309 SCDesc.WriteLatencyIdx = idx; in GenSchedClassTables()
1317 SCDesc.WriteLatencyIdx = SchedTables.WriteLatencies.size(); in GenSchedClassTables()
1423 << ", " << format("%2d", MCDesc.WriteLatencyIdx) in EmitSchedClassTables()