Home
last modified time | relevance | path

Searched refs:NumUnits (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp66 unsigned NumUnits = SchedModel.getProcResource(Idx)->NumUnits; in init() local
67 if (NumUnits > 0) in init()
68 ResourceLCM = lcm(ResourceLCM, NumUnits); in init()
72 unsigned NumUnits = SchedModel.getProcResource(Idx)->NumUnits; in init() local
73 ResourceFactors[Idx] = NumUnits ? (ResourceLCM / NumUnits) : 0; in init()
/external/llvm/include/llvm/MC/
DMCSchedule.h30 unsigned NumUnits; // Number of resource of this kind member
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp636 unsigned NumUnits = 0; in EmitProcessorResources() local
642 NumUnits += (*RUI)->getValueAsInt("NumUnits"); in EmitProcessorResources()
652 NumUnits = PRDef->getValueAsInt("NumUnits"); in EmitProcessorResources()
660 OS << NumUnits << ", " << SuperIdx << ", " in EmitProcessorResources()
/external/llvm/include/llvm/Target/
DTargetSchedule.td111 // Define a number of interchangeable processor resources. NumUnits
165 int NumUnits = num;