Home
last modified time | relevance | path

Searched refs:CreateDefaultAlignTempAlloca (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp463 CreateDefaultAlignTempAlloca(Inst->getType(), "tmp.exprcleanup"); in PopCleanupBlocks()
1317 CreateDefaultAlignTempAlloca(Builder.getInt32Ty(), "cleanup.dest.slot"); in getNormalCleanupDestSlot()
H A DCGOpenMPRuntimeGPU.cpp1189 RawAddress ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitTeamsCall()
1229 Address CapturedVarsAddrs = CGF.CreateDefaultAlignTempAlloca( in emitParallelCall()
1896 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in createParallelDataSharingWrapper()
1911 CGF.CreateDefaultAlignTempAlloca(CGF.VoidPtrPtrTy, "global_args"); in createParallelDataSharingWrapper()
H A DCGDecl.cpp1406 CreateDefaultAlignTempAlloca(VlaSize.NumElts->getType(), NameRef); in EmitAndRegisterVariableArrayDimensions()
1675 CreateDefaultAlignTempAlloca(AllocaInt8PtrTy, "saved_stack"); in EmitAutoVarAlloca()
H A DCodeGenFunction.cpp1146 ReturnLocation = CreateDefaultAlignTempAlloca(Int8PtrTy, "return.sloc.ptr"); in StartFunction()
1233 CreateDefaultAlignTempAlloca(ReturnValue.getType(), "result.ptr"); in StartFunction()
H A DCGExpr.cpp154 RawAddress CodeGenFunction::CreateDefaultAlignTempAlloca(llvm::Type *Ty, in CreateDefaultAlignTempAlloca() function in CodeGenFunction
3560 RawAddress Ptr = CreateDefaultAlignTempAlloca(V->getType()); in EmitCheckValue()
H A DCodeGenFunction.h2873 RawAddress CreateDefaultAlignTempAlloca(llvm::Type *Ty,
H A DCGExprScalar.cpp2578 Address Addr = CGF.CreateDefaultAlignTempAlloca(SrcTy, "saved-value"); in VisitCastExpr()
H A DCGOpenMPRuntime.cpp1886 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitParallelCall()