Searched defs:SlotSize (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp22 unsigned SlotSize = RegInfo->getSlotSize(); local
29 RestoreBasePointerOffset -= SlotSize;
H A DX86FrameLowering.h36 unsigned SlotSize; member in class:llvm::X86FrameLowering
H A DX86RegisterInfo.h35 /// SlotSize - Stack slot size in bytes.
37 unsigned SlotSize; member in class:llvm::final
135 unsigned getSlotSize() const { return SlotSize; }
H A DX86ISelLowering.cpp3020 EVT PtrVT, unsigned SlotSize,
3026 MF.getFrameInfo()->CreateFixedObject(SlotSize, (int64_t)FPDiff - SlotSize,
3603 unsigned SlotSize = RegInfo->getSlotSize(); local
3604 if ( (Offset & AlignMask) <= (StackAlignment - SlotSize) ) {
3606 Offset += ((StackAlignment - SlotSize) - (Offset & AlignMask));
3610 (StackAlignment-SlotSize);
3967 unsigned SlotSize = RegInfo->getSlotSize(); local
3968 ReturnAddrIndex = MF.getFrameInfo()->CreateFixedObject(SlotSize,
3969 -(int64_t)SlotSize,
3018 EmitTailCallStoreRetAddr(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue RetAddrFrIdx, EVT PtrVT, unsigned SlotSize, int FPDiff, SDLoc dl) argument
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1024 uint64_t SlotSize = MF.getDataLayout().getPointerSize(); local
1025 ReturnAddrIndex = MF.getFrameInfo()->CreateFixedObject(SlotSize, -SlotSize,
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp212 /// \param SlotSize - The size and alignment of a stack slot.
226 CharUnits SlotSize,
237 if (AllowHigherAlign && DirectAlign > SlotSize) {
241 Addr = Address(Ptr, SlotSize);
245 CharUnits FullDirectSize = DirectSize.RoundUpToAlignment(SlotSize);
253 if (DirectSize < SlotSize && CGF.CGM.getDataLayout().isBigEndian()) {
254 Addr = CGF.Builder.CreateConstInBoundsByteGEP(Addr, SlotSize - DirectSize);
4104 CharUnits SlotSize = CharUnits::fromQuantity(8);
4114 if (EltSize < SlotSize) {
4116 SlotSize *
221 emitVoidPtrDirectVAArg(CodeGenFunction &CGF, Address VAListAddr, llvm::Type *DirectTy, CharUnits DirectSize, CharUnits DirectAlign, CharUnits SlotSize, bool AllowHigherAlign) argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3939 int SlotSize = isPPC64 ? 8 : 4; local
3943 int NewRetAddr = MF.getFrameInfo()->CreateFixedObject(SlotSize,
3956 int NewFPIdx = MF.getFrameInfo()->CreateFixedObject(SlotSize, NewFPLoc,

Completed in 175 milliseconds