Home
last modified time | relevance | path

Searched refs:withAlignment (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h93 Address withAlignment(CharUnits NewAlignment) const { in withAlignment() function
H A DCGExprCXX.cpp1622 allocation = allocation.withAlignment(allocAlign); in EmitCXXNewExpr()
H A DCGStmtOpenMP.cpp584 {Args[Cnt], {Var, ArgAddr.withAlignment(Ctx.getDeclAlign(Var))}}); in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntime.cpp3304 SharedRefLValue.getAddress(CGF).withAlignment( in emitPrivatesInit()
H A DCGBuiltin.cpp202 return Ptr.withAlignment(CharUnits::fromQuantity(Bytes)); in CheckAtomicAlignment()