Searched refs:MCWriteProcResEntry (Results 1 – 18 of 18) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCSubtargetInfo.h | 81 const MCWriteProcResEntry *WriteProcResTable; 96 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, 160 const MCWriteProcResEntry *getWriteProcResBegin( in getWriteProcResBegin() 164 const MCWriteProcResEntry *getWriteProcResEnd( in getWriteProcResEnd()
|
| D | MCSchedule.h | 64 struct MCWriteProcResEntry { struct 68 bool operator==(const MCWriteProcResEntry &Other) const { argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | TargetSubtargetInfo.h | 40 struct MCWriteProcResEntry; 67 const MCWriteProcResEntry *WPR,
|
| D | TargetSchedule.h | 130 using ProcResIter = const MCWriteProcResEntry *;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MCSchedule.cpp | 92 const MCWriteProcResEntry *I = STI.getWriteProcResBegin(&SCDesc); in getReciprocalThroughput() 93 const MCWriteProcResEntry *E = STI.getWriteProcResEnd(&SCDesc); in getReciprocalThroughput()
|
| D | MCSubtargetInfo.cpp | 212 const MCWriteProcResEntry *WPR, in MCSubtargetInfo()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | TargetSubtargetInfo.cpp | 20 const MCWriteProcResEntry *WPR, in TargetSubtargetInfo()
|
| D | TargetSchedule.cpp | 314 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc), in computeOutputLatency()
|
| D | MachinePipeliner.cpp | 940 for (const MCWriteProcResEntry &PRE : in minFuncUnits() 983 for (const MCWriteProcResEntry &PRE : in calcCriticalResources() 2952 const MCWriteProcResEntry *I = STI->getWriteProcResBegin(SCDesc); in canReserveResources() 2953 const MCWriteProcResEntry *E = STI->getWriteProcResEnd(SCDesc); in canReserveResources() 2991 for (const MCWriteProcResEntry &PRE : in reserveResources()
|
| D | ScheduleDAGInstrs.cpp | 593 for (const MCWriteProcResEntry &PRE : in initSUnits()
|
| D | MachineScheduler.cpp | 2015 for (const MCWriteProcResEntry &PE : in checkHazard()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZHazardRecognizer.cpp | 419 for (const MCWriteProcResEntry &PRE : in emitInstruction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
| D | InstrBuilder.cpp | 66 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
| D | PPCGenSubtargetInfo.inc | 6902 extern const llvm::MCWriteProcResEntry PPCWriteProcResTable[] = { 8086 const MCWriteProcResEntry *WPR, 8235 extern const llvm::MCWriteProcResEntry PPCWriteProcResTable[];
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
| D | MipsGenSubtargetInfo.inc | 147 extern const llvm::MCWriteProcResEntry MipsWriteProcResTable[] = { 3766 const MCWriteProcResEntry *WPR, 3887 extern const llvm::MCWriteProcResEntry MipsWriteProcResTable[];
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
| D | ARMGenSubtargetInfo.inc | 7976 extern const llvm::MCWriteProcResEntry ARMWriteProcResTable[] = { 19330 const MCWriteProcResEntry *WPR, 19575 extern const llvm::MCWriteProcResEntry ARMWriteProcResTable[];
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
| D | X86GenSubtargetInfo.inc | 303 extern const llvm::MCWriteProcResEntry X86WriteProcResTable[] = { 23062 const MCWriteProcResEntry *WPR, 23265 extern const llvm::MCWriteProcResEntry X86WriteProcResTable[];
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
| D | AArch64GenSubtargetInfo.inc | 357 extern const llvm::MCWriteProcResEntry AArch64WriteProcResTable[] = { 19151 const MCWriteProcResEntry *WPR, 19377 extern const llvm::MCWriteProcResEntry AArch64WriteProcResTable[];
|