Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h81 Addr.getAlignment().alignmentAtOffset( in createConstGEP2_32()
228 Addr.getAlignment().alignmentAtOffset(Offset),
251 Addr.getAlignment().alignmentAtOffset(Index * EltSize),
268 ElTy, Addr.getAlignment().alignmentAtOffset(Index * EltSize),
285 Addr.getAlignment().alignmentAtOffset(Index * EltSize));
310 Addr.getElementType(), Addr.getAlignment().alignmentAtOffset(Offset),
320 Addr.getAlignment().alignmentAtOffset(Offset));
423 Addr.getAlignment().alignmentAtOffset(Offset)); in CreatePreserveStructAccessIndex()
H A DCGBlocks.cpp1766 CharUnits Alignment = BlockAlignment.alignmentAtOffset(Cap.getOffset()); in getBlockCaptureStr()
2475 byrefInfo.ByrefAlignment.alignmentAtOffset(byrefInfo.FieldOffset); in buildByrefHelpers()
H A DCGNonTrivialStruct.cpp401 StartAddrs[I].getAlignment().alignmentAtOffset(EltSize)); in visitArray()
H A DCGExprCXX.cpp1147 StartAlign.alignmentAtOffset((++i) * ElementSize)); in EmitNewArrayInitializer()
H A DCGClass.cpp288 alignment = alignment.alignmentAtOffset(nonVirtualOffset); in ApplyNonVirtualAndVirtualOffset()
H A DMicrosoftCXXABI.cpp3152 VBPtrAlign = This.getAlignment().alignmentAtOffset( in GetVBaseOffsetFromVBPtr()
H A DCGExpr.cpp3977 return arrayAlign.alignmentAtOffset(offset); in getArrayElementAlign()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h207 CharUnits alignmentAtOffset(CharUnits offset) const { in alignmentAtOffset() function
218 return alignmentAtOffset(elementSize); in alignmentOfArrayElement()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp1038 BaseAlignment.alignmentAtOffset(CharUnits::fromQuantity(PtrOffset)); in interp__builtin_is_aligned_up_down()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12852 P->first.alignmentAtOffset(P->second).alignmentAtOffset(EltSize), in getAlignmentAndOffsetFromBinAddOrSub()
13024 return P->first.alignmentAtOffset(P->second); in getPresumedAlignmentOfPointer()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9591 CharUnits PtrAlign = BaseAlignment.alignmentAtOffset(Result.Offset); in VisitBuiltinCallExpr()
12461 CharUnits PtrAlign = BaseAlignment.alignmentAtOffset(Ptr.Offset); in VisitBuiltinCallExpr()