Searched refs:applyAlignment (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceUtils.h | 89 inline uint32_t applyAlignment(uint32_t Value, uint32_t Alignment) { in applyAlignment() function
|
D | IceTargetLowering.cpp | 839 Utils::applyAlignment(PaddingStart, SpillAreaAlignmentBytes); in alignStackSpillAreas() 848 Utils::applyAlignment(GlobalsSize, LocalsSlotsAlignmentBytes); in alignStackSpillAreas()
|
D | IceCfg.cpp | 840 uint32_t Size = Utils::applyAlignment(ConstSize->getValue(), Alignment); in sortAndCombineAllocas() 862 uint32_t TotalSize = Utils::applyAlignment(CurrentOffset, CombinedAlignment); in sortAndCombineAllocas()
|
D | IceTargetLoweringMIPS32.h | 109 Utils::applyAlignment(CurrentAllocaOffset, FixedAllocaAlignBytes); in getFrameFixedAllocaOffset()
|
D | IceTargetLoweringX8632.h | 204 return Utils::applyAlignment(typeWidthInBytes(Ty), WordSizeInBytes); in typeWidthInBytesOnStack()
|
D | IceTargetLoweringX8664.h | 205 return Utils::applyAlignment(typeWidthInBytes(Ty), WordSizeInBytes); in typeWidthInBytesOnStack()
|
D | IceTargetLoweringMIPS32.cpp | 101 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()
|
D | IceTargetLoweringX8664.cpp | 650 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()
|
D | IceTargetLoweringX8632.cpp | 641 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()
|
D | IceTargetLoweringARM32.cpp | 196 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()
|