Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSchedule.h71 unsigned WriteResourceID; member
74 return Cycles == Other.Cycles && WriteResourceID == Other.WriteResourceID;
88 unsigned WriteResourceID; member
92 return UseIdx == Other.UseIdx && WriteResourceID == Other.WriteResourceID
DMCSubtargetInfo.h148 if (!I->WriteResourceID || I->WriteResourceID == WriteResID) { in getReadAdvanceCycles()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSchedule.h80 uint16_t WriteResourceID; member
83 return Cycles == Other.Cycles && WriteResourceID == Other.WriteResourceID;
97 unsigned WriteResourceID; member
101 return UseIdx == Other.UseIdx && WriteResourceID == Other.WriteResourceID
DMCSubtargetInfo.h149 if (!I->WriteResourceID || I->WriteResourceID == WriteResID) { in getReadAdvanceCycles()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstrBuilder.cpp203 Write.SClassOrWriteResourceID = WLE.WriteResourceID; in populateWrites()
234 Write.SClassOrWriteResourceID = WLE.WriteResourceID; in populateWrites()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp909 WLEntry.WriteResourceID = WriteID; in GenSchedClassTables()
984 RAEntry.WriteResourceID = W; in GenSchedClassTables()
1080 << format("%2d", WLEntry.WriteResourceID) << "}"; in EmitSchedClassTables()
1096 << format("%2d", RAEntry.WriteResourceID) << ", " in EmitSchedClassTables()
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp193 unsigned WriteID = WLEntry->WriteResourceID; in computeOperandLatency()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSubtargetEmitter.cpp1089 WLEntry.WriteResourceID = WriteID; in GenSchedClassTables()
1181 RAEntry.WriteResourceID = W; in GenSchedClassTables()
1277 << format("%2d", WLEntry.WriteResourceID) << "}"; in EmitSchedClassTables()
1293 << format("%2d", RAEntry.WriteResourceID) << ", " in EmitSchedClassTables()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetSchedule.cpp224 unsigned WriteID = WLEntry->WriteResourceID; in computeOperandLatency()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAnalysis.cpp471 OS << " (WriteResourceID " << Entry->WriteResourceID << ")"; in printSchedClassDescHtml()
/external/llvm/lib/Target/AArch64/
DAArch64SchedA57.td68 // AArch64WriteLatencyTable with a WriteResourceID of 0, breaking
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SchedA57.td70 // AArch64WriteLatencyTable with a WriteResourceID of 0, breaking
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenSubtargetInfo.inc245 // {Cycles, WriteResourceID}
267 // {UseIdx, WriteResourceID, Cycles}
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc1072 // {Cycles, WriteResourceID}
1390 // {UseIdx, WriteResourceID, Cycles}
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc8267 // {Cycles, WriteResourceID}
10385 // {UseIdx, WriteResourceID, Cycles}
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc4558 // {Cycles, WriteResourceID}
4681 // {UseIdx, WriteResourceID, Cycles}