Home
last modified time | relevance | path

Searched defs:StackSize (Results 1 – 24 of 24) 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.cpp82 uint64_t StackSize, in eliminateFI()
DMipsSERegisterInfo.cpp107 uint64_t StackSize, in eliminateFI()
DMipsSEFrameLowering.cpp293 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local
439 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
/external/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp47 unsigned StackSize = MF.getFrameInfo()->getStackSize(); in runOnMachineFunction() local
DXCoreRegisterInfo.cpp274 int StackSize = MF.getFrameInfo()->getStackSize(); in eliminateFrameIndex() local
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp52 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local
125 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp346 uint64_t StackSize = getAllocatedStackSize(MF); in emitPrologue() local
417 uint64_t StackSize = getAllocatedStackSize(MF); in emitEpilogue() local
478 uint64_t StackSize = MFFrame->getStackSize(); in getAllocatedStackSize() local
DSystemZISelLowering.cpp750 int64_t StackSize = CCInfo.getNextStackOffset(); in LowerFormalArguments() local
/external/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp225 int64_t StackSize = Offset - LocalAreaOffset; in calculateFrameObjectOffsets() local
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp49 void MipsTargetStreamer::emitFrame(unsigned StackReg, unsigned StackSize, in emitFrame()
146 void MipsTargetAsmStreamer::emitFrame(unsigned StackReg, unsigned StackSize, in emitFrame()
496 void MipsTargetELFStreamer::emitFrame(unsigned StackReg, unsigned StackSize, in emitFrame()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp448 uint64_t StackSize = MFI->getStackSize(); // Number of bytes to allocate. in emitPrologue() local
871 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
1035 uint64_t StackSize = MFI->getStackSize(); in getFrameIndexOffset() local
1318 uint64_t StackSize; in adjustForSegmentedStacks() local
DX86ISelLowering.cpp2358 unsigned StackSize = CCInfo.getNextStackOffset(); in LowerFormalArguments() local
3062 X86TargetLowering::GetAlignedArgumentStackSize(unsigned StackSize, in GetAlignedArgumentStackSize()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp173 uint64_t StackSize = MFI->getStackSize(); in runOnMachineFunction() local
663 int64_t StackSize = Offset - LocalAreaOffset; in calculateFrameObjectOffsets() local
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h153 unsigned StackSize; variable
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp362 unsigned StackSize = 0; in generateCompactUnwindEncoding() local
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h156 uint64_t StackSize; variable
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1416 unsigned StackSize = MFI->estimateStackSize(MF); in processFunctionBeforeCalleeSavedScan() local
1753 uint64_t StackSize = MFI->getStackSize(); in adjustForSegmentedStacks() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp462 unsigned StackSize = 0; in generateCompactUnwindEncodingImpl() local
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1334 unsigned StackSize = determineFrameLayout(MF, false, true); in addScavengingSpillSlot() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasm-pp.c338 static int StackSize = 4; variable
/external/clang/lib/CodeGen/
DTargetInfo.cpp3711 uint64_t StackSize; in EmitAArch64VAArg() local
/external/chromium_org/v8/src/
Druntime.cc9632 static int StackSize(Isolate* isolate) { in StackSize() function