Home
last modified time | relevance | path

Searched refs:getAsAlign (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuilder.h70 Addr.getAlignment().getAsAlign(), Name);
76 Addr.getAlignment().getAsAlign(), Name); in CreateLoad()
81 Addr.getAlignment().getAsAlign(), IsVolatile,
90 return CreateAlignedLoad(Ty, Addr, Align.getAsAlign(), Name);
98 Addr.getAlignment().getAsAlign(), IsVolatile);
104 return CreateAlignedStore(Val, Addr, Align.getAsAlign(), IsVolatile);
287 return CreateMemCpy(Dest.getPointer(), Dest.getAlignment().getAsAlign(),
288 Src.getPointer(), Src.getAlignment().getAsAlign(), Size,
293 return CreateMemCpy(Dest.getPointer(), Dest.getAlignment().getAsAlign(),
294 Src.getPointer(), Src.getAlignment().getAsAlign(), Size,
[all …]
H A DCGCall.cpp1287 Tmp.getPointer(), Tmp.getAlignment().getAsAlign(), Src.getPointer(), in CreateCoercedLoad()
1288 Src.getAlignment().getAsAlign(), in CreateCoercedLoad()
1375 Dst.getPointer(), Dst.getAlignment().getAsAlign(), Tmp.getPointer(), in CreateCoercedStore()
1376 Tmp.getAlignment().getAsAlign(), in CreateCoercedStore()
2293 getNaturalPointeeTypeAlignment(RetTy).getAsAlign(); in ConstructAttributeList()
2354 .getAsAlign(); in ConstructAttributeList()
2471 getNaturalPointeeTypeAlignment(ParamType).getAsAlign(); in ConstructAttributeList()
2496 Attrs.addAlignmentAttr(info.Align.getAsAlign()); in ConstructAttributeList()
2697 AlignedTemp.getPointer(), AlignedTemp.getAlignment().getAsAlign(), in EmitFunctionProlog()
2698 ParamAddr.getPointer(), ParamAddr.getAlignment().getAsAlign(), in EmitFunctionProlog()
[all …]
H A DCGCUDANV.cpp810 GpuBinaryHandle->setAlignment(CGM.getPointerAlign().getAsAlign()); in makeModuleCtorFunction()
851 GpuBinaryHandle->setAlignment(CGM.getPointerAlign().getAsAlign()); in makeModuleCtorFunction()
1140 Var->setAlignment(CGM.getPointerAlign().getAsAlign()); in getKernelHandle()
H A DConstantInitBuilder.cpp82 GV->setAlignment(alignment.getAsAlign()); in createGlobal()
H A DCGCleanup.cpp310 store->setAlignment(addr.getAlignment().getAsAlign()); in createStoreInstBefore()
316 false, addr.getAlignment().getAsAlign(), in createLoadInstBefore()
H A DCGDecl.cpp269 GV->setAlignment(getContext().getDeclAlign(&D).getAsAlign()); in getOrCreateStaticVarDecl()
427 var->setAlignment(alignment.getAsAlign()); in EmitStaticVarDecl()
1137 GV->setAlignment(Align.getAsAlign()); in createUnnamedGlobalFrom()
1141 CacheEntry->setAlignment(Align.getAsAlign()); in createUnnamedGlobalFrom()
H A DCGObjCMac.cpp3659 GV->setAlignment(CGM.getPointerAlign().getAsAlign()); in GenerateClass()
4203 GV->setAlignment(Align.getAsAlign()); in CreateMetadataVar()
4252 GV->setAlignment(CharUnits::One().getAsAlign()); in CreateCStringLiteral()
6696 PTGV->setAlignment(Align.getAsAlign()); in GenerateProtocolRef()
7520 Entry->setAlignment(CGF.getPointerAlign().getAsAlign()); in EmitClassRefFromId()
7558 Entry->setAlignment(CGF.getPointerAlign().getAsAlign()); in EmitSuperClassRef()
7581 Entry->setAlignment(Align.getAsAlign()); in EmitMetaClassRef()
7677 Entry->setAlignment(Align.getAsAlign()); in EmitSelectorAddr()
7910 Entry->setAlignment(CGM.getPointerAlign().getAsAlign()); in GetInterfaceEHType()
H A DCGObjCGNU.cpp1305 GV->setAlignment(CGM.getPointerAlign().getAsAlign()); in GenerateEmptyProtocol()
1329 GV->setAlignment(CGM.getPointerAlign().getAsAlign()); in GenerateProtocolRef()
1511 Sym->setAlignment(CGM.getPointerAlign().getAsAlign()); in GetSectionBounds()
1659 CGM.getPointerAlign().getAsAlign()); in ModuleInitFunction()
4106 GV->setAlignment(Align.getAsAlign()); in EmitIvarOffset()
H A DCodeGenModule.cpp3894 GV->setAlignment(getContext().getDeclAlign(D).getAsAlign()); in GetOrCreateLLVMGlobal()
4434 GV->setAlignment(getContext().getDeclAlign(D).getAsAlign()); in EmitGlobalVarDefinition()
5155 GV->setAlignment(Align.getAsAlign()); in GetAddrOfConstantCFString()
5310 GV->setAlignment(Alignment.getAsAlign()); in GenerateStringLiteral()
5334 GV->setAlignment(Alignment.getAsAlign()); in GetAddrOfConstantStringFromLiteral()
5397 GV->setAlignment(Alignment.getAsAlign()); in GetAddrOfConstantCString()
5512 GV->setAlignment(Align.getAsAlign()); in GetAddrOfGlobalTemporary()
H A DCGExprCXX.cpp553 NullVariable->setAlignment(Align.getAsAlign()); in EmitNullBaseClassInitialization()
1802 DestroyingDeleteTag->setAlignment(Align.getAsAlign()); in EmitDeleteCall()
H A DItaniumCXXABI.cpp2424 guard->setAlignment(guardAlignment.getAsAlign()); in EmitGuardedInit()
2868 Guard->setAlignment(GuardAlign.getAsAlign()); in EmitThreadLocalInitFuncs()
3852 GV->setAlignment(Align.getAsAlign()); in BuildTypeInfo()
H A DCGExpr.cpp72 Alloca->setAlignment(Align.getAsAlign()); in CreateTempAllocaWithoutCast()
137 Var.getAlignment().getAsAlign()); in InitTempAlloca()
414 GV->setAlignment(alignment.getAsAlign()); in createReferenceTemporary()
H A DCGExprAgg.cpp511 GV->setAlignment(Align.getAsAlign()); in EmitArrayInit()
H A DMicrosoftCXXABI.cpp2417 GV->setAlignment(Align.getAsAlign()); in getInitThreadEpochPtr()
2560 GuardVar->setAlignment(GuardAlign.getAsAlign()); in EmitGuardedInit()
H A DCGAtomic.cpp361 LVal.getAlignment().getAsAlign()); in emitMemSetZeroIfNecessary()
H A DCodeGenFunction.cpp1931 NullVariable->setAlignment(NullAlign.getAsAlign()); in EmitNullInitialization()
H A DCGExprConstant.cpp922 GV->setAlignment(Align.getAsAlign()); in tryEmitGlobalCompoundLiteral()
H A DCGBlocks.cpp1379 CGM.getPointerAlign().getAsAlign()); in buildGlobalBlock()
H A DCodeGenFunction.h1176 store->setAlignment(addr.getAlignment().getAsAlign());
H A DCGOpenMPRuntimeGPU.cpp4262 GV->setAlignment(Align.getAsAlign()); in getAddressOfLocalVariable()
H A DCGBuiltin.cpp3235 .getAsAlign(); in EmitBuiltinExpr()
3248 CGM.getContext().toCharUnitsFromBits(AlignmentInBits).getAsAlign(); in EmitBuiltinExpr()
12725 getContext().getTypeAlignInChars(E->getArg(1)->getType()).getAsAlign()); in EmitX86BuiltinExpr()
12765 getContext().getTypeAlignInChars(E->getArg(1)->getType()).getAsAlign()); in EmitX86BuiltinExpr()
H A DCGOpenMPRuntime.cpp12401 IVLVal.getAlignment().getAsAlign()); in emitLastprivateConditionalUpdate()
12409 LVal.getAlignment().getAsAlign()); in emitLastprivateConditionalUpdate()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCharUnits.h183 llvm::Align getAsAlign() const { return llvm::Align(Quantity); } in getAsAlign() function