Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h104 FixedAllocaAlignBytes = Align; in reserveFixedAllocaArea()
109 Utils::applyAlignment(CurrentAllocaOffset, FixedAllocaAlignBytes); in getFrameFixedAllocaOffset()
852 size_t FixedAllocaAlignBytes = 0; variable
DIceTargetLoweringARM32.h137 FixedAllocaAlignBytes = Align; in reserveFixedAllocaArea()
1227 size_t FixedAllocaAlignBytes = 0; variable
DIceTargetLoweringX86Base.h178 FixedAllocaAlignBytes = Align; in reserveFixedAllocaArea()
1089 size_t FixedAllocaAlignBytes = 0; variable
DIceTargetLoweringARM32.cpp1618 if (FixedAllocaAlignBytes > ARM32_STACK_ALIGNMENT_BYTES) { in addProlog()
1619 Sandboxer(this).align_sp(FixedAllocaAlignBytes); in addProlog()
DIceTargetLoweringX86BaseImpl.h1167 std::max(RequiredStackAlignment, FixedAllocaAlignBytes);