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 | 870 Utils::applyAlignment(PaddingStart, SpillAreaAlignmentBytes); in alignStackSpillAreas() 879 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 | IceTargetLoweringX8632Traits.h | 663 return Utils::applyAlignment(Value, X86_STACK_ALIGNMENT_BYTES);
|
D | IceTargetLoweringX8664Traits.h | 757 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() 2396 Utils::applyAlignment(ConstantTotalSize->getValue(), Alignment); in lowerAlloca() 2410 Utils::applyAlignment(CurrentAllocaOffset, Alignment); in lowerAlloca()
|
D | IceTargetLoweringX86Base.h | 165 return Utils::applyAlignment(typeWidthInBytes(Ty), WordSizeInBytes); in typeWidthInBytesOnStack()
|
D | IceTargetLoweringARM32.cpp | 204 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()
|
D | IceTargetLoweringX86BaseImpl.h | 1185 uint32_t StackSize = Utils::applyAlignment(StackOffset + SpillAreaSizeBytes, 1187 StackSize = Utils::applyAlignment(StackSize + maxOutArgsSizeBytes(), 1545 Utils::applyAlignment(ConstantTotalSize->getValue(), Alignment);
|