Home
last modified time | relevance | path

Searched refs:setStackSize (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp58 MFI.setStackSize(FrameSize); in determineFrameLayout()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp247 MFI.setStackSize(StackSize); in calculateFrameObjectOffsets()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp50 MFI.setStackSize(FrameSize); in determineFrameLayout()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h549 void setStackSize(uint64_t Size) { StackSize = Size; } in setStackSize() function
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp154 MFI.setStackSize(NumBytes); in emitPrologue()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h187 void setStackSize(uint64_t stackSize) { _stackSize = stackSize; } in setStackSize() function
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp388 MFFrame.setStackSize(StackSize); in emitPrologue()
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp173 MFI.setStackSize(MFI.getStackSize() + AFI->MaxCallStackReq); in emitPrologue()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp997 MFI.setStackSize(StackSize); in calculateFrameObjectOffsets()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp576 MFI.setStackSize(YamlMFI.StackSize); in initializeFrameInfo()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp483 MFI.setStackSize(0); in determineFrameLayout()
511 MFI.setStackSize(FrameSize); in determineFrameLayout()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp137 MFI.setStackSize(NumBytes); in emitPrologue()
/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp962 ctx.setStackSize(stackSizeVal); in parse()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1024 MFI.setStackSize(StackSize); in emitPrologue()
1045 MFI.setStackSize(StackSize); in emitPrologue()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp602 MFI.setStackSize(FrameSize); in insertPrologueInBlock()