Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h95 unsigned getProcessorID() const { return SchedModel.getProcessorID(); } in getProcessorID() function
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSchedule.cpp76 unsigned CPUID = getProcessorID(); in computeInstrLatency()
122 unsigned CPUID = getProcessorID(); in getReciprocalThroughput()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSchedule.h317 unsigned getProcessorID() const { return ProcID; } in getProcessorID() function
/openbsd/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp127 unsigned CPUID = SM.getProcessorID(); in collectData()
/openbsd/gnu/llvm/llvm/lib/MCA/
H A DInstrBuilder.cpp530 unsigned CPUID = SM.getProcessorID(); in createInstrDescImpl()
612 unsigned CPUID = STI.getSchedModel().getProcessorID(); in getOrCreateInstrDesc()
666 unsigned ProcID = STI.getSchedModel().getProcessorID(); in createInstruction()
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp248 SM.getProcessorID()); in ResolveVariantSchedClassId()