HomeSort by relevance Sort by last modified time
    Searched refs:NumSlots (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscSubclassDriverEntryPoint.c 46 UINT8 NumSlots;
55 NumSlots = 1;
87 Type19Record->PartitionWidth = (UINT8)(NumSlots);
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscSubclassDriverEntryPoint.c 46 UINT8 NumSlots;
55 NumSlots = 1;
87 Type19Record->PartitionWidth = (UINT8)(NumSlots);
  /external/llvm/lib/CodeGen/
StackColoring.cpp 349 void calculateLiveIntervals(unsigned NumSlots);
365 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);
677 void StackColoring::calculateLiveIntervals(unsigned NumSlots) {
685 Starts.resize(NumSlots);
687 Finishes.resize(NumSlots);
719 for (unsigned i = 0; i < NumSlots; ++i) {
    [all...]
StackSlotColoring.cpp 438 unsigned NumSlots = LS->getNumIntervals();
439 if (NumSlots == 0)
  /external/llvm/lib/IR/
AttributeImpl.h 226 unsigned NumSlots; ///< Number of entries in this set.
231 size_t numTrailingObjects(OverloadToken<IndexAttrPair>) { return NumSlots; }
244 : Context(C), NumSlots(Slots.size()), AvailableFunctionAttrs(0) {
262 if (NumSlots > 0) {
284 unsigned getNumSlots() const { return NumSlots; }
  /external/llvm/include/llvm/IR/
Value.h 645 unsigned NumSlots = 1;
658 for (I = 0; I < NumSlots; ++I) {
670 if (I == NumSlots) {
671 ++NumSlots;
672 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32");
683 for (unsigned I = 0; I < NumSlots; ++I)
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscMemoryDeviceFunction.c 133 UINT8 NumSlots;
159 NumSlots = (UINT8)(MAX_SOCKETS);
200 for (Dimm = 0; Dimm < NumSlots; Dimm++) {
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
MemorySubClass.c 49 UINT8 NumSlots;
137 NumSlots = 2;// (UINT8)(MemConfigData->RowInfo.MaxRows >> 1);
138 ArrayLocationData.NumberMemoryDevices = (UINT16)(NumSlots);
189 Type19Record->PartitionWidth = (UINT8)(NumSlots);
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 82 const size_t NumSlots = AllocatedStackSlots.size();
83 assert(NextSlotToAllocate <= NumSlots && "Broken invariant");
85 // The stack slots in StatepointStackSlots beyond the first NumSlots were
87 assert(NumSlots <= Builder.FuncInfo.StatepointStackSlots.size() &&
90 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackSlotColoring.cpp 730 unsigned NumSlots = LS->getNumIntervals();
731 if (NumSlots < 2) {
732 if (NumSlots == 0 || !VRM->HasUnusedRegisters())

Completed in 484 milliseconds