HomeSort by relevance Sort by last modified time
    Searched refs:NumUnits (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCSchedule.h 30 unsigned NumUnits; // Number of resource of this kind
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 65 unsigned NumUnits = SchedModel.getProcResource(Idx)->NumUnits;
66 if (NumUnits > 0)
67 ResourceLCM = lcm(ResourceLCM, NumUnits);
71 unsigned NumUnits = SchedModel.getProcResource(Idx)->NumUnits;
72 ResourceFactors[Idx] = NumUnits ? (ResourceLCM / NumUnits) : 0;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 23 NumUnits = IndexData.getU32(OffsetPtr);
51 (2 * Header.NumUnits + 1) * 4 * Header.NumColumns))
56 llvm::make_unique<Entry::SectionContribution *[]>(Header.NumUnits);
88 for (unsigned i = 0; i != Header.NumUnits; ++i) {
95 for (unsigned i = 0; i != Header.NumUnits; ++i) {
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 36 uint32_t NumUnits;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 38 uint32_t NumUnits;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 38 uint32_t NumUnits;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 38 uint32_t NumUnits;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 38 uint32_t NumUnits;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 38 uint32_t NumUnits;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 38 uint32_t NumUnits;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 38 uint32_t NumUnits;

Completed in 2051 milliseconds

1 2