Home
last modified time | relevance | path

Searched refs:getSlotSize (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp22 unsigned SlotSize = RegInfo->getSlotSize(); in setRestoreBasePointer()
H A DX86RegisterInfo.h146 unsigned getSlotSize() const { return SlotSize; } in getSlotSize() function
H A DX86WinAllocaExpander.cpp283 SlotSize = TRI->getSlotSize(); in runOnMachineFunction()
H A DX86CallFrameOptimization.cpp244 SlotSize = RegInfo.getSlotSize(); in runOnMachineFunction()
H A DX86FrameLowering.cpp51 SlotSize = TRI->getSlotSize(); in X86FrameLowering()
3460 return TRI->getSlotSize(); in getInitialCFAOffset()
H A DX86MCInstLower.cpp2478 int stackGrowth = -RI->getSlotSize(); in emitInstruction()
H A DX86ISelLowering.cpp4304 RegInfo->getSlotSize(), FPDiff, dl); in LowerCall()
4533 const uint64_t SlotSize = Subtarget.getRegisterInfo()->getSlotSize(); in GetAlignedArgumentStackSize()
4929 unsigned SlotSize = RegInfo->getSlotSize(); in getReturnAddressFrameIndex()
26624 SDValue Offset = DAG.getConstant(RegInfo->getSlotSize(), dl, PtrVT); in LowerRETURNADDR()
26658 unsigned SlotSize = RegInfo->getSlotSize(); in LowerFRAMEADDR()
26716 return DAG.getIntPtrConstant(2 * RegInfo->getSlotSize(), SDLoc(Op)); in LowerFRAME_TO_ARGS_OFFSET()
26755 DAG.getIntPtrConstant(RegInfo->getSlotSize(), in LowerEH_RETURN()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kSubtarget.h135 unsigned getSlotSize() const { return 4; } in getSlotSize() function
H A DM68kFrameLowering.cpp39 SlotSize = STI.getSlotSize(); in M68kFrameLowering()
H A DM68kISelLowering.cpp336 unsigned SlotSize = Subtarget.getSlotSize(); in getReturnAddressFrameIndex()
711 Subtarget.getSlotSize(), FPDiff, DL); in LowerCall()
1147 unsigned SlotSize = Subtarget.getSlotSize(); in GetAlignedArgumentStackSize()