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

  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 40 /// SlotSize - Stack slot size in bytes.
42 unsigned SlotSize;
128 unsigned getSlotSize() const { return SlotSize; }
X86FrameLowering.cpp 462 unsigned SlotSize = RegInfo->getSlotSize();
471 // go with the minimum SlotSize.
475 else if (MaxAlign < SlotSize)
476 MaxAlign = SlotSize;
499 if (HasFP) MinSize += SlotSize;
533 int stackGrowth = -SlotSize;
537 uint64_t FrameSize = StackSize - SlotSize;
848 unsigned SlotSize = RegInfo->getSlotSize();
889 uint64_t FrameSize = StackSize - SlotSize;
    [all...]
X86RegisterInfo.cpp 70 SlotSize = 8;
74 SlotSize = 4;
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 729 milliseconds