Home
last modified time | relevance | path

Searched refs:PointerAlignInBytes (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp238 CGF.PointerAlignInBytes), in getThreadIDVariableLValue()
367 CGM.PointerAlignInBytes); in emitUpdateLocation()
1009 /*Volatile=*/false, CGM.PointerAlignInBytes, in emitThreadPrivateVarDefinition()
1018 /*Volatile=*/false, CGM.PointerAlignInBytes, in emitThreadPrivateVarDefinition()
1043 /*Volatile=*/false, CGM.PointerAlignInBytes, in emitThreadPrivateVarDefinition()
1381 CGF.PointerAlignInBytes), in emitCopyprivateCopyFunction()
1385 CGF.PointerAlignInBytes), in emitCopyprivateCopyFunction()
1395 CGM.PointerAlignInBytes), in emitCopyprivateCopyFunction()
1400 CGM.PointerAlignInBytes), in emitCopyprivateCopyFunction()
1475 Elem, CGM.PointerAlignInBytes); in emitSingleRegion()
[all …]
HDCGStmtOpenMP.cpp1548 CGF.PointerAlignInBytes); in EmitOMPTaskDirective()
1551 CGF.PointerAlignInBytes); in EmitOMPTaskDirective()
1574 CGF.Builder.CreateAlignedLoad(Pair.second, CGF.PointerAlignInBytes); in EmitOMPTaskDirective()
HDCodeGenModule.h148 unsigned char PointerAlignInBytes; member
HDCGBlocks.cpp1905 CharUnits::fromQuantity(CGM.PointerAlignInBytes)); in buildByrefHelpers()
HDCGObjC.cpp2107 dst.getAlignment() >= CharUnits::fromQuantity(PointerAlignInBytes))) { in EmitARCStoreStrong()
HDItaniumCXXABI.cpp892 Offset->setAlignment(CGF.PointerAlignInBytes); in emitVirtualObjectDelete()
HDCodeGenModule.cpp108 PointerAlignInBytes = in CodeGenModule()