Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp65 unsigned NumUnits = SchedModel.getProcResource(Idx)->NumUnits; in init() local
66 if (NumUnits > 0) in init()
67 ResourceLCM = lcm(ResourceLCM, NumUnits); in init()
71 unsigned NumUnits = SchedModel.getProcResource(Idx)->NumUnits; in init() local
72 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.cpp624 unsigned NumUnits = 0; in EmitProcessorResources() local
630 NumUnits += (*RUI)->getValueAsInt("NumUnits"); in EmitProcessorResources()
640 NumUnits = PRDef->getValueAsInt("NumUnits"); in EmitProcessorResources()
648 OS << NumUnits << ", " << SuperIdx << ", " in EmitProcessorResources()
/external/llvm/include/llvm/Target/
DTargetSchedule.td113 // Define a number of interchangeable processor resources. NumUnits
167 int NumUnits = num;