Home
last modified time | relevance | path

Searched defs:getProcessorID (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h95 unsigned getProcessorID() const { return SchedModel.getProcessorID(); } in getProcessorID() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h334 unsigned getProcessorID() const { return ProcID; } getProcessorID() function