Searched defs:FrameSize (Results 1 - 25 of 26) sorted by relevance

12

/external/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h47 size_t FrameSize; // Size of the frame in bytes. member in struct:llvm::ASanStackFrameLayout
57 // The resulting FrameSize should be multiple of MinHeaderSize.
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinFrameLowering.cpp54 int FrameSize = MFI->getStackSize(); local
55 if (FrameSize%4) {
56 FrameSize = (FrameSize+3) & ~3;
57 MFI->setStackSize(FrameSize);
63 RegInfo->adjustRegister(MBB, MBBI, dl, BF::SP, BF::P1, -FrameSize);
68 if (FrameSize <= 0x3ffff) {
69 BuildMI(MBB, MBBI, dl, TII.get(BF::LINK)).addImm(FrameSize);
77 // P1 = -FrameSize;
85 RegInfo->loadConstant(MBB, MBBI, dl, BF::P1, -FrameSize);
102 int FrameSize = MFI->getStackSize(); local
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp84 /// uint16_t FrameSize;
91 /// (FrameSize and LiveOffsets would overflow). FrameTablePrinter will abort if
138 uint64_t FrameSize = FI.getFrameSize(); local
139 if (FrameSize >= 1 << 16) {
144 Twine(FrameSize) + ">= 65536.\n"
164 AP.EmitInt16(FrameSize);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp83 /// uint16_t FrameSize;
90 /// (FrameSize and LiveOffsets would overflow). FrameTablePrinter will abort if
126 uint64_t FrameSize = FI.getFrameSize(); local
127 if (FrameSize >= 1<<16) {
131 "Frame size " + Twine(FrameSize) + ">= 65536.\n"
149 AP.EmitInt16(FrameSize);
/external/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp33 unsigned FrameSize = MFI->getStackSize(); local
52 FrameSize += MaxCallFrameSize;
55 FrameSize = alignTo(FrameSize, StackAlign);
58 MFI->setStackSize(FrameSize);
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp57 uint64_t FrameSize = StackSize - 2; local
58 NumBytes = FrameSize - MSP430FI->getCalleeSavedFrameSize();
131 uint64_t FrameSize = StackSize - 2; local
132 NumBytes = FrameSize - CSSize;
/external/webrtc/webrtc/modules/video_coding/
H A Djitter_estimator_tests.cc54 uint32_t FrameSize() { return 1000 + Delay(); } function in class:webrtc::ValueGenerator
68 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
70 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
85 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
87 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
102 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
104 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
119 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
121 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
134 regular_estimator_.UpdateEstimate(low_gen.Delay(), low_gen.FrameSize());
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp58 uint64_t FrameSize = StackSize - 2; local
59 NumBytes = FrameSize - MSP430FI->getCalleeSavedFrameSize();
132 uint64_t FrameSize = StackSize - 2; local
133 NumBytes = FrameSize - CSSize;
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUFrameLowering.cpp60 unsigned FrameSize = MFI->getStackSize(); local
81 FrameSize += maxCallFrameSize;
84 FrameSize = (FrameSize + AlignMask) & ~AlignMask;
87 MFI->setStackSize(FrameSize);
108 int FrameSize = MFI->getStackSize(); local
110 assert((FrameSize & 0xf) == 0
111 && "SPURegisterInfo::emitPrologue: FrameSize not aligned");
114 if (FrameSize > 16 || MFI->adjustsStack()) {
115 FrameSize
193 int FrameSize = MFI->getStackSize(); local
[all...]
/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h83 uint64_t FrameSize; member in class:llvm::GCFunctionInfo
130 uint64_t getFrameSize() const { return FrameSize; }
131 void setFrameSize(uint64_t S) { FrameSize = S; }
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DGCMetadata.h91 uint64_t FrameSize; member in class:llvm::GCFunctionInfo
133 uint64_t getFrameSize() const { return FrameSize; }
134 void setFrameSize(uint64_t S) { FrameSize = S; }
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp311 unsigned FrameSize = MFI->getStackSize(); local
312 DEBUG(dbgs() << "Original Frame Size: " << FrameSize << "\n" );
321 FrameSize = (FrameSize + AlignMask) & ~AlignMask;
322 MFI->setStackSize(FrameSize);
323 DEBUG(dbgs() << "Aligned Frame Size: " << FrameSize << "\n" );
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp356 unsigned FrameSize = MFI->getStackSize(); local
364 // Determine the previous frame's address. If FrameSize can't be
381 if (MaxAlign < TargetAlign && isInt<16>(FrameSize)) {
384 .addImm(FrameSize);
H A DPPCFrameLowering.cpp177 unsigned FrameSize = MFI->getStackSize(); local
191 FrameSize <= 224 && // Fits in red zone.
217 FrameSize += maxCallFrameSize;
220 FrameSize = (FrameSize + AlignMask) & ~AlignMask;
223 MFI->setStackSize(FrameSize);
283 unsigned FrameSize = MFI->getStackSize(); local
285 int NegFrameSize = -FrameSize;
344 if (!FrameSize) return;
528 int FrameSize local
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreFrameLowering.cpp111 int FrameSize = MFI->getStackSize(); local
112 assert(FrameSize%4 == 0 && "Misaligned frame size");
113 FrameSize/=4;
115 bool isU6 = isImmU6(FrameSize);
117 if (!isU6 && !isImmU16(FrameSize)) {
119 report_fatal_error("emitPrologue Frame size too big: " + Twine(FrameSize));
124 if (FrameSize) {
136 BuildMI(MBB, MBBI, dl, TII.get(Opcode)).addImm(FrameSize);
146 MachineLocation SPSrc(MachineLocation::VirtualFP, -FrameSize * 4);
157 storeToStack(MBB, MBBI, XCore::LR, LRSpillOffset + FrameSize*
231 int FrameSize = MFI->getStackSize(); local
[all...]
/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp193 // Adjust SP by FrameSize bytes. Save RA, S0, S1
194 void Mips16InstrInfo::makeFrame(unsigned SP, int64_t FrameSize, argument
203 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? Mips::Save16:Mips::SaveX16;
209 if (isUInt<11>(FrameSize))
210 MIB.addImm(FrameSize);
214 int64_t Remainder = FrameSize - Base;
223 // Adjust SP by FrameSize bytes. Restore RA, S0, S1
224 void Mips16InstrInfo::restoreFrame(unsigned SP, int64_t FrameSize, argument
233 unsigned Opc = ((FrameSize <= 128) && !SaveS2)?
236 if (!isUInt<11>(FrameSize)) {
[all...]
/external/webrtc/webrtc/sound/
H A Dalsasoundsystem.cc610 inline size_t AlsaSoundSystem::FrameSize(const OpenParams &params) { function in class:rtc::AlsaSoundSystem
659 FrameSize(params);
688 FrameSize(params),
/external/llvm/lib/CodeGen/
H A DSafeStack.cpp659 unsigned FrameSize = alignTo(SSL.getFrameSize(), StackAlignment); local
665 IRB.CreateGEP(BasePointer, ConstantInt::get(Int32Ty, -FrameSize),
/external/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp366 unsigned FrameSize = MFI->getStackSize(); local
375 // Determine the previous frame's address. If FrameSize can't be
385 if (MaxAlign < TargetAlign && isInt<16>(FrameSize)) {
388 .addImm(FrameSize);
H A DPPCFrameLowering.cpp428 unsigned FrameSize = local
449 FrameSize == 0) &&
450 FrameSize <= 224 && // Fits in red zone.
478 FrameSize += maxCallFrameSize;
481 FrameSize = (FrameSize + AlignMask) & ~AlignMask;
485 MFI->setStackSize(FrameSize);
487 return FrameSize;
671 unsigned FrameSize = determineFrameLayout(MF, false); local
672 int NegFrameSize = -FrameSize;
730 unsigned FrameSize = determineFrameLayout(MF); local
1113 int FrameSize = MFI->getStackSize(); local
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp100 int OffsetFromTop, int &Adjusted, int FrameSize,
103 assert(Adjusted < FrameSize && "OffsetFromTop is beyond FrameSize");
104 int remaining = FrameSize - Adjusted;
126 assert(RemainingAdj && "OffsetFromTop is beyond FrameSize");
245 // We will adjust the SP in stages towards the final FrameSize.
247 const int FrameSize = MFI->getStackSize() / 4; local
251 bool UseENTSP = saveLR && FrameSize
260 Adjusted = (FrameSize > MaxImmU16) ? MaxImmU16 : FrameSize;
97 IfNeededExtSP(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, const DebugLoc &dl, const TargetInstrInfo &TII, MachineModuleInfo *MMI, int OffsetFromTop, int &Adjusted, int FrameSize, bool emitFrameMoves) argument
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1145 const unsigned FrameSize = MF.getFrameInfo()->getStackSize(); local
1393 int64_t NewOff = Imm - (FrameSize + HEXAGON_LRFP_SIZE);
1468 unsigned FrameSize = MF.getFrameInfo()->getStackSize(); local
1470 MOff.setImm(MOff.getImm() + FrameSize + HEXAGON_LRFP_SIZE);
H A DHexagonFrameLowering.cpp507 unsigned FrameSize = MFI->getStackSize(); local
512 FrameSize = MaxCFA + alignTo(FrameSize, MaxAlign);
513 MFI->setStackSize(FrameSize);
972 unsigned FrameSize = MFI.getStackSize(); local
1034 // there will be no SP -= FrameSize), so the frame size should not be
1038 RealOffset = FrameSize+Offset;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp980 unsigned FrameSize = DL.getTypeAllocSize(ElementTy); local
986 Flags.setByValSize(FrameSize);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FastISel.cpp1581 unsigned FrameSize = TD.getTypeAllocSize(ElementTy); local
1586 Flags.setByValSize(FrameSize);
1588 if (!IsMemcpySmall(FrameSize))

Completed in 501 milliseconds

12