Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp922 bool HasDynamicAllocation = false; in processAllocas() local
933 HasDynamicAllocation = true; in processAllocas()
953 HasDynamicAllocation = true; in processAllocas()
957 if (HasDynamicAllocation) in processAllocas()
961 if (HasLargeAlignment || HasDynamicAllocation) in processAllocas()
983 if (HasDynamicAllocation && AlignmentParam > StackAlignment) { in processAllocas()
995 if (HasDynamicAllocation && HasLargeAlignment) { in processAllocas()
1007 (HasDynamicAllocation ? BVT_FramePointer : BVT_StackPointer); in processAllocas()