Home
last modified time | relevance | path

Searched refs:getProcessorID (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19394 if (SchedModel->getProcessorID() == 2) { // CortexA53Model
19399 if (SchedModel->getProcessorID() == 9) { // ThunderXT8XModel
19406 if (SchedModel->getProcessorID() == 2) { // CortexA53Model
19411 if (SchedModel->getProcessorID() == 9) { // ThunderXT8XModel
19418 if (SchedModel->getProcessorID() == 4) { // ExynosM3Model
19429 if (SchedModel->getProcessorID() == 5) { // ExynosM4Model
19440 if (SchedModel->getProcessorID() == 6) { // ExynosM5Model
19453 if (SchedModel->getProcessorID() == 1) { // CycloneModel
19458 if (SchedModel->getProcessorID() == 5) { // ExynosM4Model
19472 if (SchedModel->getProcessorID() == 6) { // ExynosM5Model
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSchedule.h96 unsigned getProcessorID() const { return SchedModel.getProcessorID(); } in getProcessorID() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc19598 if (SchedModel->getProcessorID() == 4) { // CortexA57Model
19603 if (SchedModel->getProcessorID() == 7) { // SwiftModel
19610 if (SchedModel->getProcessorID() == 4) { // CortexA57Model
19615 if (SchedModel->getProcessorID() == 7) { // SwiftModel
19622 if (SchedModel->getProcessorID() == 2) { // CortexA9Model
19644 if (SchedModel->getProcessorID() == 7) { // SwiftModel
19651 if (SchedModel->getProcessorID() == 7) { // SwiftModel
19658 if (SchedModel->getProcessorID() == 4) { // CortexA57Model
19663 if (SchedModel->getProcessorID() == 7) { // SwiftModel
19673 if (SchedModel->getProcessorID() == 4) { // CortexA57Model
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSchedule.cpp75 unsigned CPUID = getProcessorID(); in computeInstrLatency()
121 unsigned CPUID = getProcessorID(); in getReciprocalThroughput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23277 if (SchedModel->getProcessorID() == 3) { // BdVer2Model
23282 if (SchedModel->getProcessorID() == 5) { // BtVer2Model
23289 if (SchedModel->getProcessorID() == 5) { // BtVer2Model
23364 if (SchedModel->getProcessorID() == 5) { // BtVer2Model
23439 if (SchedModel->getProcessorID() == 5) { // BtVer2Model
23514 if (SchedModel->getProcessorID() == 5) { // BtVer2Model
23589 if (SchedModel->getProcessorID() == 5) { // BtVer2Model
23664 if (SchedModel->getProcessorID() == 5) { // BtVer2Model
23671 if (SchedModel->getProcessorID() == 3) { // BdVer2Model
23676 if (SchedModel->getProcessorID() == 4) { // BroadwellModel
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSchedule.h317 unsigned getProcessorID() const { return ProcID; } in getProcessorID() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp524 unsigned CPUID = SM.getProcessorID(); in createInstrDescImpl()
623 unsigned ProcID = STI.getSchedModel().getProcessorID(); in createInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenSubtargetInfo.inc3899 if (SchedModel->getProcessorID() == 2) { // MipsP5600Model
3907 if (SchedModel->getProcessorID() == 2) { // MipsP5600Model
3915 if (SchedModel->getProcessorID() == 2) { // MipsP5600Model
3923 if (SchedModel->getProcessorID() == 2) { // MipsP5600Model
3931 if (SchedModel->getProcessorID() == 2) { // MipsP5600Model
3939 if (SchedModel->getProcessorID() == 2) { // MipsP5600Model
3947 if (SchedModel->getProcessorID() == 2) { // MipsP5600Model
3955 if (SchedModel->getProcessorID() == 2) { // MipsP5600Model
3963 if (SchedModel->getProcessorID() == 2) { // MipsP5600Model
3971 if (SchedModel->getProcessorID() == 2) { // MipsP5600Model
[all …]