Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp168 unsigned WriteResourceID) { in getForwardingDelayCycles() argument
174 if (E.WriteResourceID != WriteResourceID) in getForwardingDelayCycles()
190 unsigned WriteResourceID = 0; in getBypassDelayCycles() local
203 WriteResourceID = WLEntry->WriteResourceID; in getBypassDelayCycles()
208 if (E.WriteResourceID == WriteResourceID) in getBypassDelayCycles()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h93 uint16_t WriteResourceID; member
96 return Cycles == Other.Cycles && WriteResourceID == Other.WriteResourceID;
110 unsigned WriteResourceID; member
114 return UseIdx == Other.UseIdx && WriteResourceID == Other.WriteResourceID
H A DMCSubtargetInfo.h199 if (!I->WriteResourceID || I->WriteResourceID == WriteResID) { in getReadAdvanceCycles()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp204 unsigned WriteID = WLEntry->WriteResourceID; in computeOperandLatency()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1121 WLEntry.WriteResourceID = WriteID; in genSchedClassTables()
1271 RAEntry.WriteResourceID = W; in genSchedClassTables()
1361 << format("%2d", WLEntry.WriteResourceID) << "}"; in emitSchedClassTables()
1377 << format("%2d", RAEntry.WriteResourceID) << ", " in emitSchedClassTables()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp354 Write.SClassOrWriteResourceID = WLE.WriteResourceID; in populateWrites()
382 Write.SClassOrWriteResourceID = WLE.WriteResourceID; in populateWrites()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA57.td72 // AArch64WriteLatencyTable with a WriteResourceID of 0, breaking