Home
last modified time | relevance | path

Searched refs:ByrefAlignment (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h147 CharUnits ByrefAlignment; variable
H A DCGBlocks.cpp1260 addr = Address(Builder.CreateLoad(addr), byrefInfo.ByrefAlignment); in GetAddrOfBlockDecl()
2397 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2405 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2462 addr = Address(CGF.Builder.CreateLoad(addr), byrefInfo.ByrefAlignment); in generateByrefDisposeHelper()
2521 byrefInfo.ByrefAlignment.alignmentAtOffset(byrefInfo.FieldOffset); in buildByrefHelpers()
2610 baseAddr = Address(Builder.CreateLoad(forwardingAddr), info.ByrefAlignment); in emitBlockByrefAddress()
2710 info.ByrefAlignment = std::max(varAlign, getPointerAlign()); in getBlockByrefInfo()
H A DCGDecl.cpp1521 allocaAlignment = byrefInfo.ByrefAlignment; in EmitAutoVarAlloca()