HomeSort by relevance Sort by last modified time
    Searched defs:StackSize (Results 26 - 50 of 55) sorted by null

12 3

  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 361 uint64_t StackSize = getAllocatedStackSize(MF);
362 if (StackSize) {
372 // Allocate StackSize bytes.
373 int64_t Delta = -int64_t(StackSize);
448 uint64_t StackSize = getAllocatedStackSize(MF);
457 uint64_t Offset = StackSize + MBBI->getOperand(AddrOpNo + 1).getImm();
473 } else if (StackSize) {
475 emitIncrement(MBB, MBBI, DL, SystemZ::R15D, StackSize, ZII);
514 uint64_t StackSize = MFFrame->getStackSize();
519 if (StackSize || MFFrame->hasVarSizedObjects() || MFFrame->hasCalls()
    [all...]
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 358 unsigned StackSize = MFI->getStackSize();
361 if (StackSize == 0 && !MFI->adjustsStack() && !requiresRA) return;
368 .addReg(MBlaze::R1).addImm(-StackSize);
421 int StackSize = (int) MFI->getStackSize();
424 if (StackSize) {
426 .addReg(MBlaze::R1).addImm(StackSize);
  /external/v8/src/runtime/
runtime-test.cc 582 int StackSize(Isolate* isolate) {
590 int n = StackSize(isolate);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 529 unsigned StackSize = 0;
574 PrevStackSize = StackSize;
575 StackSize = std::abs(Inst.getOffset()) / StackDivide;
627 StackSize - PrevStackSize == 1) ||
628 (Instrs.size() == 1 && NumDefCFAOffsets == 1 && StackSize == 2))
634 if ((StackSize & 0xFF) == StackSize) {
639 CompactUnwindEncoding |= (StackSize & 0xFF) << 16;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PrologEpilogInserter.cpp 683 int64_t StackSize = Offset - LocalAreaOffset;
684 MFI->setStackSize(StackSize);
685 NumBytesStackSpace += StackSize;
  /external/syslinux/gpxe/src/arch/i386/include/
pxe.h 119 UINT16_t StackSize;
pxe_api.h 104 UINT16_t StackSize; /**< Stack segment size */
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
PeiApi.h 595 UINTN StackSize;
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiPeiCis.h     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
CpuMpPei.h 113 UINTN StackSize;
  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 341 uint64_t StackSize = 0;
362 YamlIO.mapOptional("stackSize", MFI.StackSize);
MachineFrameInfo.h 188 /// above. It then updates StackSize to contain the number of bytes that need
190 uint64_t StackSize = 0;
474 uint64_t getStackSize() const { return StackSize; }
477 void setStackSize(uint64_t Size) { StackSize = Size; }
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 225 uint64_t StackSize = MFI->getStackSize();
226 if (WarnStackSize.getNumOccurrences() > 0 && WarnStackSize < StackSize) {
227 DiagnosticInfoStackSize DiagStackSize(*F, StackSize);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 399 uint64_t StackSize = MFI->getStackSize();
402 if (StackSize == 0 && !MFI->adjustsStack()) return;
409 TII.adjustStackPtr(SP, -StackSize, MBB, MBBI);
411 // emit ".cfi_def_cfa_offset StackSize"
413 MCCFIInstruction::createDefCfaOffset(nullptr, -StackSize));
714 uint64_t StackSize = MFI->getStackSize();
716 if (!StackSize)
720 TII.adjustStackPtr(SP, StackSize, MBB, MBBI);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFrameInfo.h 139 /// StackSize - The prolog/epilog code inserter calculates the final stack
141 /// above. It then updates StackSize to contain the number of bytes that need
144 uint64_t StackSize;
220 StackSize = NumFixedObjects = OffsetAdjustment = MaxAlignment = 0;
399 uint64_t getStackSize() const { return StackSize; }
403 void setStackSize(uint64_t Size) { StackSize = Size; }
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Pxe.h 131 UINT16 StackSize; ///< Minimum stack segment size, in bytes, needed to load and run the UNDI.
147 UINT16 StackSize; ///< Minimum stack segment size (bytes) needed to load/run base-code.
209 UINT16 StackSize; ///< Stack segment size in bytes.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 96 NDR64_UINT32 StackSize;
ndrtypes.h 97 unsigned short StackSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 476 UCHAR StackSize;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1405 milliseconds

12 3