Home
last modified time | relevance | path

Searched refs:NumUnits (Results 1 – 6 of 6) 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/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp23 NumUnits = IndexData.getU32(OffsetPtr); in parse()
51 (2 * Header.NumUnits + 1) * 4 * Header.NumColumns)) in parseImpl()
56 llvm::make_unique<Entry::SectionContribution *[]>(Header.NumUnits); in parseImpl()
88 for (unsigned i = 0; i != Header.NumUnits; ++i) { in parseImpl()
95 for (unsigned i = 0; i != Header.NumUnits; ++i) { in parseImpl()
/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/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h35 uint32_t NumUnits; member
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp619 unsigned NumUnits = 0; in EmitProcessorResources() local
625 NumUnits += (*RUI)->getValueAsInt("NumUnits"); in EmitProcessorResources()
635 NumUnits = PRDef->getValueAsInt("NumUnits"); in EmitProcessorResources()
643 OS << NumUnits << ", " << SuperIdx << ", " in EmitProcessorResources()
/external/llvm/include/llvm/Target/
DTargetSchedule.td113 // Define a number of interchangeable processor resources. NumUnits
167 int NumUnits = num;