Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp1019 bool HasDynamicAllocation = false; in processAllocas() local
1030 HasDynamicAllocation = true; in processAllocas()
1050 HasDynamicAllocation = true; in processAllocas()
1054 if (HasDynamicAllocation) in processAllocas()
1058 if (HasLargeAlignment || HasDynamicAllocation) in processAllocas()
1080 if (HasDynamicAllocation && AlignmentParam > StackAlignment) { in processAllocas()
1092 if (HasDynamicAllocation && HasLargeAlignment) { in processAllocas()
1104 (HasDynamicAllocation ? BVT_FramePointer : BVT_StackPointer); in processAllocas()