Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h93 unsigned getProcessorID() const { return SchedModel.getProcessorID(); } in getProcessorID() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSchedule.cpp76 unsigned CPUID = getProcessorID(); in computeInstrLatency()
122 unsigned CPUID = getProcessorID(); in getReciprocalThroughput()
/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp38 unsigned CPUID = SM.getProcessorID(); in printView()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h317 unsigned getProcessorID() const { return ProcID; } in getProcessorID() function
/freebsd-12.1/contrib/llvm/lib/MCA/
H A DInstrBuilder.cpp512 unsigned CPUID = SM.getProcessorID(); in createInstrDescImpl()
611 unsigned ProcID = STI.getSchedModel().getProcessorID(); in createInstruction()