Home
last modified time | relevance | path

Searched refs:typeAlignInBytes (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTypes.h81 size_t typeAlignInBytes(Type Ty);
DIceTypes.cpp155 size_t typeAlignInBytes(Type Ty) { in typeAlignInBytes() function
DIceInst.cpp853 Str << ", align " << typeAlignInBytes(Ty); in dump()
868 Str << ", align " << typeAlignInBytes(Ty); in dump()
DIceELFObjectWriter.cpp517 SizeT Align = typeAlignInBytes(Ty); in writeConstantPool()
DIceTargetLoweringMIPS32.cpp97 size_t typeAlignInBytes = typeWidthInBytes(Ty); in applyStackAlignmentTy() local
100 typeAlignInBytes = typeWidthInBytes(IceType_i64); in applyStackAlignmentTy()
101 return Utils::applyAlignment(Value, typeAlignInBytes); in applyStackAlignmentTy()
5747 SizeT Align = std::max(MinimumAlignment, typeAlignInBytes(Traits::IceType)); in emitConstantPool()
DIceTargetLoweringARM32.cpp205 size_t typeAlignInBytes = typeWidthInBytes(Ty); in applyStackAlignmentTy() local
207 typeAlignInBytes = 8; in applyStackAlignmentTy()
208 return Utils::applyAlignment(Value, typeAlignInBytes); in applyStackAlignmentTy()
6870 SizeT Align = std::max(MinimumAlignment, typeAlignInBytes(Traits::IceType)); in emitConstantPool()
DPNaClTranslator.cpp1691 return Alignment == typeAlignInBytes(Ty) || in isAllowedAlignment()
DIceTargetLoweringX8664.cpp6935 SizeT Align = typeAlignInBytes(Ty); in emitConstantPool()
DIceTargetLoweringX8632.cpp7671 SizeT Align = typeAlignInBytes(Ty); in emitConstantPool()