Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceUtils.h89 inline uint32_t applyAlignment(uint32_t Value, uint32_t Alignment) { in applyAlignment() function
DIceTargetLowering.cpp839 Utils::applyAlignment(PaddingStart, SpillAreaAlignmentBytes); in alignStackSpillAreas()
848 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()
DIceTargetLoweringMIPS32.h109 Utils::applyAlignment(CurrentAllocaOffset, FixedAllocaAlignBytes); in getFrameFixedAllocaOffset()
DIceTargetLoweringX8632.h204 return Utils::applyAlignment(typeWidthInBytes(Ty), WordSizeInBytes); in typeWidthInBytesOnStack()
DIceTargetLoweringX8664.h205 return Utils::applyAlignment(typeWidthInBytes(Ty), WordSizeInBytes); in typeWidthInBytesOnStack()
DIceTargetLoweringMIPS32.cpp101 return Utils::applyAlignment(Value, typeAlignInBytes); in applyStackAlignmentTy()
107 return Utils::applyAlignment(Value, MIPS32_STACK_ALIGNMENT_BYTES); in applyStackAlignment()
2366 Utils::applyAlignment(ConstantTotalSize->getValue(), Alignment); in lowerAlloca()
2380 Utils::applyAlignment(CurrentAllocaOffset, Alignment); in lowerAlloca()
DIceTargetLoweringX8664.cpp650 return Utils::applyAlignment(Value, X86_STACK_ALIGNMENT_BYTES); in applyStackAlignment()
987 uint32_t StackSize = Utils::applyAlignment(StackOffset + SpillAreaSizeBytes, in addProlog()
989 StackSize = Utils::applyAlignment(StackSize + maxOutArgsSizeBytes(), in addProlog()
1231 Utils::applyAlignment(ConstantTotalSize->getValue(), Alignment); in lowerAlloca()
DIceTargetLoweringX8632.cpp641 return Utils::applyAlignment(Value, X86_STACK_ALIGNMENT_BYTES); in applyStackAlignment()
992 uint32_t StackSize = Utils::applyAlignment(StackOffset + SpillAreaSizeBytes, in addProlog()
994 StackSize = Utils::applyAlignment(StackSize + maxOutArgsSizeBytes(), in addProlog()
1321 Utils::applyAlignment(ConstantTotalSize->getValue(), Alignment); in lowerAlloca()
DIceTargetLoweringARM32.cpp196 return Utils::applyAlignment(Value, ARM32_STACK_ALIGNMENT_BYTES); in applyStackAlignment()
208 return Utils::applyAlignment(Value, typeAlignInBytes); in applyStackAlignmentTy()
2058 Utils::applyAlignment(ConstantTotalSize->getValue(), Alignment); in lowerAlloca()