Home
last modified time | relevance | path

Searched refs:getArgumentStackSize (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h105 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h223 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize() function
H A DARMFrameLowering.cpp3549 if (ARMFI->getArgumentStackSize() < 256) { in adjustForSegmentedStacks()
3552 .addImm(alignToARMConstant(ARMFI->getArgumentStackSize())) in adjustForSegmentedStacks()
3557 .addImm(alignToARMConstant(ARMFI->getArgumentStackSize())); in adjustForSegmentedStacks()
3563 alignToARMConstant(ARMFI->getArgumentStackSize())); in adjustForSegmentedStacks()
3567 if (alignToARMConstant(ARMFI->getArgumentStackSize()) < 256) { in adjustForSegmentedStacks()
3569 .addImm(alignToARMConstant(ARMFI->getArgumentStackSize())) in adjustForSegmentedStacks()
3577 alignToARMConstant(ARMFI->getArgumentStackSize())); in adjustForSegmentedStacks()
H A DARMISelLowering.cpp2508 unsigned NumReusableBytes = FuncInfo->getArgumentStackSize(); in LowerCall()
3213 if (CCInfo.getStackSize() > AFI_Caller->getArgumentStackSize()) in IsEligibleForTailCallOptimization()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h249 unsigned getArgumentStackSize() const { return ArgumentStackSize; }
H A DX86AsmPrinter.cpp115 MF->getInfo<X86MachineFunctionInfo>()->getArgumentStackSize()); in emitFunctionBodyStart()
210 if (MF.getInfo<X86MachineFunctionInfo>()->getArgumentStackSize() > 0) { in emitKCFITypeId()
H A DX86FrameLowering.cpp3466 TII.get(getMOVriOpcode(IsLP64, X86FI->getArgumentStackSize())), in adjustForSegmentedStacks()
3468 .addImm(X86FI->getArgumentStackSize()); in adjustForSegmentedStacks()
3471 .addImm(X86FI->getArgumentStackSize()); in adjustForSegmentedStacks()