Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h95 unsigned getProcessorID() const { return SchedModel.getProcessorID(); } in getProcessorID() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp77 unsigned CPUID = getProcessorID(); in computeInstrLatency()
123 unsigned CPUID = getProcessorID(); in getReciprocalThroughput()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h331 unsigned getProcessorID() const { return ProcID; } in getProcessorID() function
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp127 unsigned CPUID = SM.getProcessorID(); in collectData()
/freebsd-14.2/contrib/llvm-project/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()