Home
last modified time | relevance | path

Searched defs:StackSize (Results 1 – 25 of 25) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp66 static void adjustStackPointer(unsigned StackSize, in adjustStackPointer()
131 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local
145 uint64_t StackSize = MF.getFrameInfo()->getStackSize(); in emitEpilogue() local
DWebAssemblyPEI.cpp243 uint64_t StackSize = MFI->getStackSize(); in runOnMachineFunction() local
780 int64_t StackSize = Offset - LocalAreaOffset; in calculateFrameObjectOffsets() local
/external/llvm/lib/Target/AMDGPU/
DR600MachineFunctionInfo.h29 unsigned StackSize; variable
/external/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp47 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local
94 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
DMips16RegisterInfo.cpp81 uint64_t StackSize, in eliminateFI()
DMipsSERegisterInfo.cpp107 uint64_t StackSize, in eliminateFI()
DMipsSEFrameLowering.cpp401 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local
716 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
/external/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp48 unsigned StackSize = MF.getFrameInfo()->getStackSize(); in runOnMachineFunction() local
DXCoreRegisterInfo.cpp275 int StackSize = MF.getFrameInfo()->getStackSize(); in eliminateFrameIndex() local
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp54 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local
127 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp354 uint64_t StackSize = getAllocatedStackSize(MF); in emitPrologue() local
428 uint64_t StackSize = getAllocatedStackSize(MF); in emitEpilogue() local
494 uint64_t StackSize = MFFrame->getStackSize(); in getAllocatedStackSize() local
DSystemZISelLowering.cpp955 int64_t StackSize = CCInfo.getNextStackOffset(); in LowerFormalArguments() local
/external/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp226 int64_t StackSize = Offset - LocalAreaOffset; in calculateFrameObjectOffsets() local
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp57 void MipsTargetStreamer::emitFrame(unsigned StackReg, unsigned StackSize, in emitFrame()
217 void MipsTargetAsmStreamer::emitFrame(unsigned StackReg, unsigned StackSize, in emitFrame()
713 void MipsTargetELFStreamer::emitFrame(unsigned StackReg, unsigned StackSize, in emitFrame()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp913 uint64_t StackSize = MFI->getStackSize(); // Number of bytes to allocate. in emitPrologue() local
1479 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
1648 uint64_t StackSize = MFI->getStackSize(); in getFrameIndexReference() local
1717 const uint64_t StackSize = MFI->getStackSize(); in getFrameIndexReferenceFromSP() local
2048 uint64_t StackSize; in adjustForSegmentedStacks() local
DX86ISelLowering.cpp2786 unsigned StackSize = CCInfo.getNextStackOffset(); in LowerFormalArguments() local
3596 X86TargetLowering::GetAlignedArgumentStackSize(unsigned StackSize, in GetAlignedArgumentStackSize()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp227 uint64_t StackSize = MFI->getStackSize(); in runOnMachineFunction() local
764 int64_t StackSize = Offset - LocalAreaOffset; in calculateFrameObjectOffsets() local
/external/v8/src/runtime/
Druntime-test.cc413 static int StackSize(Isolate* isolate) { in StackSize() function
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp325 unsigned StackSize = 0; in generateCompactUnwindEncoding() local
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h166 unsigned StackSize; variable
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h172 uint64_t StackSize; variable
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp509 unsigned StackSize = 0; in generateCompactUnwindEncodingImpl() local
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1519 unsigned StackSize = MFI->estimateStackSize(MF); in determineCalleeSaves() local
1855 uint64_t StackSize = MFI->getStackSize(); in adjustForSegmentedStacks() local
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1523 unsigned StackSize = determineFrameLayout(MF, false, true); in addScavengingSpillSlot() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp4656 CharUnits StackSize; in EmitAAPCSVAArg() local