Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h86 Addr.getAlignment().alignmentAtOffset( in createConstGEP2_32()
233 Addr.getAlignment().alignmentAtOffset(Offset),
256 Addr.getAlignment().alignmentAtOffset(Index * EltSize),
273 ElTy, Addr.getAlignment().alignmentAtOffset(Index * EltSize),
290 Addr.getAlignment().alignmentAtOffset(Index * EltSize));
315 Addr.getElementType(), Addr.getAlignment().alignmentAtOffset(Offset),
325 Addr.getAlignment().alignmentAtOffset(Offset));
429 Addr.getAlignment().alignmentAtOffset(Offset)); in CreatePreserveStructAccessIndex()
H A DCGBlocks.cpp1813 CharUnits Alignment = BlockAlignment.alignmentAtOffset(Cap.getOffset()); in getBlockCaptureStr()
2558 byrefInfo.ByrefAlignment.alignmentAtOffset(byrefInfo.FieldOffset); in buildByrefHelpers()
H A DCGNonTrivialStruct.cpp414 StartAddrs[I].getAlignment().alignmentAtOffset(EltSize)); in visitArray()
H A DCGExprCXX.cpp1152 StartAlign.alignmentAtOffset((++i) * ElementSize)); in EmitNewArrayInitializer()
H A DCGClass.cpp283 alignment = alignment.alignmentAtOffset(nonVirtualOffset); in ApplyNonVirtualAndVirtualOffset()
H A DMicrosoftCXXABI.cpp3144 VBPtrAlign = This.getAlignment().alignmentAtOffset( in GetVBaseOffsetFromVBPtr()
H A DCGExpr.cpp4203 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/CIR/CodeGen/
H A DCIRGenExpr.cpp62 return Address(memberAddr, base.getAlignment().alignmentAtOffset(offset)); in emitAddrOfFieldStorage()
725 return arrayAlign.alignmentAtOffset(offset); in getArrayElementAlign()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp1164 BaseAlignment.alignmentAtOffset(CharUnits::fromQuantity(PtrOffset)); in interp__builtin_is_aligned_up_down()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14285 P->first.alignmentAtOffset(P->second).alignmentAtOffset(EltSize), in getAlignmentAndOffsetFromBinAddOrSub()
14457 return P->first.alignmentAtOffset(P->second); in getPresumedAlignmentOfPointer()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp10011 CharUnits PtrAlign = BaseAlignment.alignmentAtOffset(Result.Offset); in VisitBuiltinCallExpr()
13017 CharUnits PtrAlign = BaseAlignment.alignmentAtOffset(Ptr.Offset); in VisitBuiltinCallExpr()