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 41 /// SlotSize - Stack slot size in bytes.
43 unsigned SlotSize;
124 unsigned getSlotSize() const { return SlotSize; }
X86FrameLowering.cpp 612 unsigned SlotSize = RegInfo->getSlotSize();
620 // go with the minimum SlotSize.
624 else if (MaxAlign < SlotSize)
625 MaxAlign = SlotSize;
645 if (HasFP) MinSize += SlotSize;
685 uint64_t FrameSize = StackSize - SlotSize;
    [all...]
X86RegisterInfo.cpp 68 SlotSize = 8;
72 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 246 milliseconds