Home
last modified time | relevance | path

Searched refs:alignmentAtOffset (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h82 Addr.getAlignment().alignmentAtOffset( in createConstGEP2_32()
229 Addr.getAlignment().alignmentAtOffset(Offset),
252 Addr.getAlignment().alignmentAtOffset(Index * EltSize),
269 ElTy, Addr.getAlignment().alignmentAtOffset(Index * EltSize),
286 Addr.getAlignment().alignmentAtOffset(Index * EltSize));
311 Addr.getElementType(), Addr.getAlignment().alignmentAtOffset(Offset),
321 Addr.getAlignment().alignmentAtOffset(Offset));
425 Addr.getAlignment().alignmentAtOffset(Offset));
H A DCGBlocks.cpp1767 CharUnits Alignment = BlockAlignment.alignmentAtOffset(Cap.getOffset()); in getBlockCaptureStr()
2476 byrefInfo.ByrefAlignment.alignmentAtOffset(byrefInfo.FieldOffset); in buildByrefHelpers()
H A DCGNonTrivialStruct.cpp401 StartAddrs[I].getAlignment().alignmentAtOffset(EltSize)); in visitArray()
H A DCGExprCXX.cpp1153 StartAlign.alignmentAtOffset((++i) * ElementSize)); in EmitNewArrayInitializer()
H A DCGClass.cpp287 alignment = alignment.alignmentAtOffset(nonVirtualOffset); in ApplyNonVirtualAndVirtualOffset()
H A DMicrosoftCXXABI.cpp3146 VBPtrAlign = This.getAlignment().alignmentAtOffset( in GetVBaseOffsetFromVBPtr()
H A DCGExpr.cpp4062 return arrayAlign.alignmentAtOffset(offset); in emitArraySubscriptGEP()
/llvm-project/clang/include/clang/AST/
H A DCharUnits.h207 CharUnits alignmentAtOffset(CharUnits offset) const { in alignmentAtOffset() function
218 return alignmentAtOffset(elementSize); in alignmentOfArrayElement()
/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13245 P->first.alignmentAtOffset(P->second).alignmentAtOffset(EltSize), in CheckArrayAccess()
13417 return P->first.alignmentAtOffset(P->second); in checkUnsafeExprAssigns()
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9925 CharUnits PtrAlign = BaseAlignment.alignmentAtOffset(Result.Offset); in VisitCXXNewExpr()
12914 CharUnits PtrAlign = BaseAlignment.alignmentAtOffset(Ptr.Offset); in VisitBuiltinCallExpr()