Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DR600MachineFunctionInfo.h29 unsigned StackSize; variable
/external/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp42 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local
89 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
DMips16RegisterInfo.cpp81 uint64_t StackSize, in eliminateFI()
DMipsSERegisterInfo.cpp107 uint64_t StackSize, in eliminateFI()
DMipsSEFrameLowering.cpp396 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local
558 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.cpp53 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local
126 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp348 uint64_t StackSize = getAllocatedStackSize(MF); in emitPrologue() local
419 uint64_t StackSize = getAllocatedStackSize(MF); in emitEpilogue() local
480 uint64_t StackSize = MFFrame->getStackSize(); in getAllocatedStackSize() local
DSystemZISelLowering.cpp774 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/X86/
DX86FrameLowering.cpp579 uint64_t StackSize = MFI->getStackSize(); // Number of bytes to allocate. in emitPrologue() local
1028 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
1212 uint64_t StackSize = MFI->getStackSize(); in getFrameIndexOffset() local
1296 const uint64_t StackSize = MFI->getStackSize(); in getFrameIndexOffsetFromSP() local
1599 uint64_t StackSize; in adjustForSegmentedStacks() local
DX86ISelLowering.cpp2411 unsigned StackSize = CCInfo.getNextStackOffset(); in LowerFormalArguments() local
3183 X86TargetLowering::GetAlignedArgumentStackSize(unsigned StackSize, in GetAlignedArgumentStackSize()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp58 void MipsTargetStreamer::emitFrame(unsigned StackReg, unsigned StackSize, in emitFrame()
198 void MipsTargetAsmStreamer::emitFrame(unsigned StackReg, unsigned StackSize, in emitFrame()
651 void MipsTargetELFStreamer::emitFrame(unsigned StackReg, unsigned StackSize, in emitFrame()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp222 uint64_t StackSize = MFI->getStackSize(); in runOnMachineFunction() local
711 int64_t StackSize = Offset - LocalAreaOffset; in calculateFrameObjectOffsets() local
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h160 unsigned StackSize; variable
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp328 unsigned StackSize = 0; in generateCompactUnwindEncoding() local
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h166 uint64_t StackSize; variable
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp481 unsigned StackSize = 0; in generateCompactUnwindEncodingImpl() local
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1550 unsigned StackSize = MFI->estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan() local
1887 uint64_t StackSize = MFI->getStackSize(); in adjustForSegmentedStacks() local
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1458 unsigned StackSize = determineFrameLayout(MF, false, true); in addScavengingSpillSlot() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp4293 uint64_t StackSize; in EmitAAPCSVAArg() local
/external/v8/src/
Druntime.cc9632 static int StackSize(Isolate* isolate) { in StackSize() function