Searched refs:applyAlignment (Results 1 – 10 of 10) sorted by relevance
/external/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 | 883 Utils::applyAlignment(PaddingStart, SpillAreaAlignmentBytes); in alignStackSpillAreas() 892 Utils::applyAlignment(GlobalsSize, LocalsSlotsAlignmentBytes); in alignStackSpillAreas()
|
D | IceCfg.cpp | 937 uint32_t Size = Utils::applyAlignment(ConstSize->getValue(), Alignment); in sortAndCombineAllocas() 959 uint32_t TotalSize = Utils::applyAlignment(CurrentOffset, CombinedAlignment); in sortAndCombineAllocas()
|
D | IceTargetLoweringX8632Traits.h | 720 return Utils::applyAlignment(Value, X86_STACK_ALIGNMENT_BYTES);
|
D | IceTargetLoweringX8664Traits.h | 802 return Utils::applyAlignment(Value, X86_STACK_ALIGNMENT_BYTES);
|
D | IceTargetLoweringMIPS32.h | 109 Utils::applyAlignment(CurrentAllocaOffset, FixedAllocaAlignBytes); in getFrameFixedAllocaOffset()
|
D | IceTargetLoweringMIPS32.cpp | 101 return Utils::applyAlignment(Value, typeAlignInBytes); in applyStackAlignmentTy() 107 return Utils::applyAlignment(Value, MIPS32_STACK_ALIGNMENT_BYTES); in applyStackAlignment() 2411 Utils::applyAlignment(ConstantTotalSize->getValue(), Alignment); in lowerAlloca() 2425 Utils::applyAlignment(CurrentAllocaOffset, Alignment); in lowerAlloca()
|
D | IceTargetLoweringX86Base.h | 165 return Utils::applyAlignment(typeWidthInBytes(Ty), WordSizeInBytes); in typeWidthInBytesOnStack()
|
D | IceTargetLoweringARM32.cpp | 205 return Utils::applyAlignment(Value, ARM32_STACK_ALIGNMENT_BYTES); in applyStackAlignment() 217 return Utils::applyAlignment(Value, typeAlignInBytes); in applyStackAlignmentTy() 2248 Utils::applyAlignment(ConstantTotalSize->getValue(), Alignment); in lowerAlloca()
|
D | IceTargetLoweringX86BaseImpl.h | 1154 uint32_t StackSize = Utils::applyAlignment(StackOffset + SpillAreaSizeBytes, 1156 StackSize = Utils::applyAlignment(StackSize + maxOutArgsSizeBytes(), 1495 Utils::applyAlignment(ConstantTotalSize->getValue(), Alignment);
|