Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h148 CharUnits ByrefAlignment; variable
H A DCGBlocks.cpp1344 addr = Address(Builder.CreateLoad(addr), byrefInfo.ByrefAlignment); in GetAddrOfBlockDecl()
2497 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2505 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2568 addr = Address(CGF.Builder.CreateLoad(addr), byrefInfo.ByrefAlignment); in generateByrefDisposeHelper()
2627 byrefInfo.ByrefAlignment.alignmentAtOffset(byrefInfo.FieldOffset); in buildByrefHelpers()
2717 baseAddr = Address(Builder.CreateLoad(forwardingAddr), info.ByrefAlignment); in emitBlockByrefAddress()
2818 info.ByrefAlignment = std::max(varAlign, getPointerAlign()); in getBlockByrefInfo()
H A DCGDecl.cpp1402 allocaAlignment = byrefInfo.ByrefAlignment; in EmitAutoVarAlloca()