Searched refs:typeAlignInBytes (Results 1 – 8 of 8) sorted by relevance
81 size_t typeAlignInBytes(Type Ty);
159 size_t typeAlignInBytes(Type Ty) { in typeAlignInBytes() function
870 Str << ", align " << typeAlignInBytes(Ty); in dump()885 Str << ", align " << typeAlignInBytes(Ty); in dump()
524 SizeT Align = typeAlignInBytes(Ty); in writeConstantPool()
97 size_t typeAlignInBytes = typeWidthInBytes(Ty); in applyStackAlignmentTy() local100 typeAlignInBytes = typeWidthInBytes(IceType_i64); in applyStackAlignmentTy()101 return Utils::applyAlignment(Value, typeAlignInBytes); in applyStackAlignmentTy()5826 SizeT Align = std::max(MinimumAlignment, typeAlignInBytes(Traits::IceType)); in emitConstantPool()
214 size_t typeAlignInBytes = typeWidthInBytes(Ty); in applyStackAlignmentTy() local216 typeAlignInBytes = 8; in applyStackAlignmentTy()217 return Utils::applyAlignment(Value, typeAlignInBytes); in applyStackAlignmentTy()7305 SizeT Align = std::max(MinimumAlignment, typeAlignInBytes(Traits::IceType)); in emitConstantPool()
1691 return Alignment == typeAlignInBytes(Ty) || in isAllowedAlignment()
8437 SizeT Align = typeAlignInBytes(Ty);