Return the name of the processor resource with the given index.
Synopsis
Declared in <llvm/CodeGen/TargetSchedule.h>
char const*
getResourceName(unsigned int PIdx) const;
Return Value
Name of the resource at PIdx, or "MOps" when PIdx is zero.
Parameters
Name |
Description |
PIdx |
Index of the processor resource, or zero for micro‐ops. |
Created with MrDocs