Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceUtils.h89 inline uint32_t applyAlignment(uint32_t Value, uint32_t Alignment) { in applyAlignment() function
DIceTargetLowering.cpp870 Utils::applyAlignment(PaddingStart, SpillAreaAlignmentBytes); in alignStackSpillAreas()
879 Utils::applyAlignment(GlobalsSize, LocalsSlotsAlignmentBytes); in alignStackSpillAreas()
DIceCfg.cpp840 uint32_t Size = Utils::applyAlignment(ConstSize->getValue(), Alignment); in sortAndCombineAllocas()
862 uint32_t TotalSize = Utils::applyAlignment(CurrentOffset, CombinedAlignment); in sortAndCombineAllocas()
DIceTargetLoweringX8632Traits.h663 return Utils::applyAlignment(Value, X86_STACK_ALIGNMENT_BYTES);
DIceTargetLoweringX8664Traits.h757 return Utils::applyAlignment(Value, X86_STACK_ALIGNMENT_BYTES);
DIceTargetLoweringMIPS32.h109 Utils::applyAlignment(CurrentAllocaOffset, FixedAllocaAlignBytes); in getFrameFixedAllocaOffset()
DIceTargetLoweringMIPS32.cpp101 return Utils::applyAlignment(Value, typeAlignInBytes); in applyStackAlignmentTy()
107 return Utils::applyAlignment(Value, MIPS32_STACK_ALIGNMENT_BYTES); in applyStackAlignment()
2396 Utils::applyAlignment(ConstantTotalSize->getValue(), Alignment); in lowerAlloca()
2410 Utils::applyAlignment(CurrentAllocaOffset, Alignment); in lowerAlloca()
DIceTargetLoweringX86Base.h165 return Utils::applyAlignment(typeWidthInBytes(Ty), WordSizeInBytes); in typeWidthInBytesOnStack()
DIceTargetLoweringARM32.cpp204 return Utils::applyAlignment(Value, ARM32_STACK_ALIGNMENT_BYTES); in applyStackAlignment()
216 return Utils::applyAlignment(Value, typeAlignInBytes); in applyStackAlignmentTy()
2242 Utils::applyAlignment(ConstantTotalSize->getValue(), Alignment); in lowerAlloca()
DIceTargetLoweringX86BaseImpl.h1185 uint32_t StackSize = Utils::applyAlignment(StackOffset + SpillAreaSizeBytes,
1187 StackSize = Utils::applyAlignment(StackSize + maxOutArgsSizeBytes(),
1545 Utils::applyAlignment(ConstantTotalSize->getValue(), Alignment);