Searched refs:typeAlignInBytes (Results 1 – 8 of 8) sorted by relevance
81 size_t typeAlignInBytes(Type Ty);
155 size_t typeAlignInBytes(Type Ty) { in typeAlignInBytes() function
862 Str << ", align " << typeAlignInBytes(Ty); in dump()877 Str << ", align " << typeAlignInBytes(Ty); in dump()
523 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()5828 SizeT Align = std::max(MinimumAlignment, typeAlignInBytes(Traits::IceType)); in emitConstantPool()
213 size_t typeAlignInBytes = typeWidthInBytes(Ty); in applyStackAlignmentTy() local215 typeAlignInBytes = 8; in applyStackAlignmentTy()216 return Utils::applyAlignment(Value, typeAlignInBytes); in applyStackAlignmentTy()7312 SizeT Align = std::max(MinimumAlignment, typeAlignInBytes(Traits::IceType)); in emitConstantPool()
1691 return Alignment == typeAlignInBytes(Ty) || in isAllowedAlignment()
8518 SizeT Align = typeAlignInBytes(Ty);