Home
last modified time | relevance | path

Searched defs:FrameSize (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp57 uint64_t FrameSize = StackSize - 2; in emitPrologue() local
131 uint64_t FrameSize = StackSize - 2; in emitEpilogue() local
/external/llvm/include/llvm/Transforms/Utils/
DASanStackFrameLayout.h47 size_t FrameSize; // Size of the frame in bytes. member
/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp126 uint64_t FrameSize = FI.getFrameSize(); in finishAssembly() local
/external/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.cpp142 const unsigned FrameSize = MFI.getStackSize(); in eliminateFrameIndex() local
DHexagonFrameLowering.cpp50 unsigned FrameSize = MFI->getStackSize(); in determineFrameLayout() local
DHexagonVLIWPacketizer.cpp1009 const unsigned FrameSize = MF.getFrameInfo()->getStackSize(); in isLegalToPacketizeTogether() local
1328 const unsigned FrameSize = MF.getFrameInfo()->getStackSize(); in isLegalToPruneDependencies() local
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Djitter_estimator_tests.cc54 uint32_t FrameSize() { return 1000 + Delay(); } in FrameSize() function in webrtc::ValueGenerator
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp197 void Mips16InstrInfo::makeFrame(unsigned SP, int64_t FrameSize, in makeFrame()
227 void Mips16InstrInfo::restoreFrame(unsigned SP, int64_t FrameSize, in restoreFrame()
/external/llvm/include/llvm/CodeGen/
DGCMetadata.h94 uint64_t FrameSize; variable
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp100 int OffsetFromTop, int &Adjusted, int FrameSize, in IfNeededExtSP()
247 const int FrameSize = MFI->getStackSize() / 4; in emitPrologue() local
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp366 unsigned FrameSize = in determineFrameLayout() local
532 unsigned FrameSize = determineFrameLayout(MF); in emitPrologue() local
835 int FrameSize = MFI->getStackSize(); in emitEpilogue() local
DPPCRegisterInfo.cpp289 unsigned FrameSize = MFI->getStackSize(); in lowerDynamicAlloc() local
/external/chromium_org/media/base/
Daudio_buffer_unittest.cc188 TEST(AudioBufferTest, FrameSize) { in TEST() argument
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp537 uint64_t FrameSize = StackSize - SlotSize; in emitPrologue() local
889 uint64_t FrameSize = StackSize - SlotSize; in emitEpilogue() local
DX86FastISel.cpp2760 unsigned FrameSize = DL.getTypeAllocSize(ElementTy); in DoSelectCall() local
/external/chromium_org/third_party/webrtc/sound/
Dalsasoundsystem.cc609 inline size_t AlsaSoundSystem::FrameSize(const OpenParams &params) { in FrameSize() function in rtc::AlsaSoundSystem