Home
last modified time | relevance | path

Searched refs:MaxStackSize (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp63 unsigned MaxStackSize; member
69 MaxStackSize(cc == CallingConv::AMDGPU_VS ? 1 : 0) {} in CFStack()
164 MaxStackSize = std::max(CurrentStackSize, MaxStackSize); in updateMaxStackSize()
698 MFI->CFStackSize = CFStack.MaxStackSize; in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h50 uint32_t MaxStackSize; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp312 IO.mapOptional("MaxStackSize", Obj.MaxStackSize); in mapping()
519 F.MaxStackSize = YF.MaxStackSize; in toCodeViewSubsection()
717 YF.MaxStackSize = F.MaxStackSize; in fromCodeViewSubsection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp360 unsigned MaxStackSize = 0; in emitFrameDataRecord() local
377 OS.EmitIntValue(MaxStackSize, 4); in emitFrameDataRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h574 support::ulittle32_t MaxStackSize; member