Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTypes.h81 size_t typeAlignInBytes(Type Ty);
H A DIceTypes.cpp155 size_t typeAlignInBytes(Type Ty) { in typeAlignInBytes() function
H A DIceInst.cpp862 Str << ", align " << typeAlignInBytes(Ty); in dump()
877 Str << ", align " << typeAlignInBytes(Ty); in dump()
H A DIceELFObjectWriter.cpp523 SizeT Align = typeAlignInBytes(Ty); in writeConstantPool()
H A 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()
5828 SizeT Align = std::max(MinimumAlignment, typeAlignInBytes(Traits::IceType)); in emitConstantPool()
H A DIceTargetLoweringARM32.cpp213 size_t typeAlignInBytes = typeWidthInBytes(Ty); in applyStackAlignmentTy() local
215 typeAlignInBytes = 8; in applyStackAlignmentTy()
216 return Utils::applyAlignment(Value, typeAlignInBytes); in applyStackAlignmentTy()
7312 SizeT Align = std::max(MinimumAlignment, typeAlignInBytes(Traits::IceType)); in emitConstantPool()
H A DPNaClTranslator.cpp1691 return Alignment == typeAlignInBytes(Ty) || in isAllowedAlignment()
H A DIceTargetLoweringX86BaseImpl.h8518 SizeT Align = typeAlignInBytes(Ty);