/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFrameLowering.cpp | 66 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
|
D | WebAssemblyPEI.cpp | 243 uint64_t StackSize = MFI->getStackSize(); in runOnMachineFunction() local 780 int64_t StackSize = Offset - LocalAreaOffset; in calculateFrameObjectOffsets() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600MachineFunctionInfo.h | 29 unsigned StackSize; variable
|
/external/llvm/lib/Target/Mips/ |
D | Mips16FrameLowering.cpp | 47 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local 94 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
|
D | Mips16RegisterInfo.cpp | 81 uint64_t StackSize, in eliminateFI()
|
D | MipsSERegisterInfo.cpp | 107 uint64_t StackSize, in eliminateFI()
|
D | MipsSEFrameLowering.cpp | 401 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local 716 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
|
/external/llvm/lib/Target/XCore/ |
D | XCoreFrameToArgsOffsetElim.cpp | 48 unsigned StackSize = MF.getFrameInfo()->getStackSize(); in runOnMachineFunction() local
|
D | XCoreRegisterInfo.cpp | 275 int StackSize = MF.getFrameInfo()->getStackSize(); in eliminateFrameIndex() local
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 54 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local 127 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 354 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
|
D | SystemZISelLowering.cpp | 955 int64_t StackSize = CCInfo.getNextStackOffset(); in LowerFormalArguments() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXPrologEpilogPass.cpp | 226 int64_t StackSize = Offset - LocalAreaOffset; in calculateFrameObjectOffsets() local
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 57 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/ |
D | X86FrameLowering.cpp | 913 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
|
D | X86ISelLowering.cpp | 2786 unsigned StackSize = CCInfo.getNextStackOffset(); in LowerFormalArguments() local 3596 X86TargetLowering::GetAlignedArgumentStackSize(unsigned StackSize, in GetAlignedArgumentStackSize()
|
/external/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 227 uint64_t StackSize = MFI->getStackSize(); in runOnMachineFunction() local 764 int64_t StackSize = Offset - LocalAreaOffset; in calculateFrameObjectOffsets() local
|
/external/v8/src/runtime/ |
D | runtime-test.cc | 413 static int StackSize(Isolate* isolate) { in StackSize() function
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AsmBackend.cpp | 325 unsigned StackSize = 0; in generateCompactUnwindEncoding() local
|
/external/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 166 unsigned StackSize; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 172 uint64_t StackSize; variable
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 509 unsigned StackSize = 0; in generateCompactUnwindEncodingImpl() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 1519 unsigned StackSize = MFI->estimateStackSize(MF); in determineCalleeSaves() local 1855 uint64_t StackSize = MFI->getStackSize(); in adjustForSegmentedStacks() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 1523 unsigned StackSize = determineFrameLayout(MF, false, true); in addScavengingSpillSlot() local
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 4656 CharUnits StackSize; in EmitAAPCSVAArg() local
|