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.cpp449 CreateDefaultAlignTempAlloca(Inst->getType(), "tmp.exprcleanup"); in PopCleanupBlocks()
1299 CreateDefaultAlignTempAlloca(Builder.getInt32Ty(), "cleanup.dest.slot"); in getNormalCleanupDestSlot()
H A DCGOpenMPRuntimeGPU.cpp1190 RawAddress ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitTeamsCall()
1230 Address CapturedVarsAddrs = CGF.CreateDefaultAlignTempAlloca( in emitParallelCall()
1897 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in createParallelDataSharingWrapper()
1912 CGF.CreateDefaultAlignTempAlloca(CGF.VoidPtrPtrTy, "global_args"); in createParallelDataSharingWrapper()
H A DCGDecl.cpp1403 CreateDefaultAlignTempAlloca(VlaSize.NumElts->getType(), NameRef); in EmitAndRegisterVariableArrayDimensions()
1638 CreateDefaultAlignTempAlloca(AllocaInt8PtrTy, "saved_stack"); in EmitAutoVarAlloca()
H A DCodeGenFunction.cpp1105 ReturnLocation = CreateDefaultAlignTempAlloca(Int8PtrTy, "return.sloc.ptr"); in StartFunction()
1192 CreateDefaultAlignTempAlloca(ReturnValue.getType(), "result.ptr"); in StartFunction()
H A DCGExpr.cpp135 RawAddress CodeGenFunction::CreateDefaultAlignTempAlloca(llvm::Type *Ty, in CreateDefaultAlignTempAlloca() function in CodeGenFunction
3371 RawAddress Ptr = CreateDefaultAlignTempAlloca(V->getType()); in EmitCheckValue()
H A DCodeGenFunction.h2837 RawAddress CreateDefaultAlignTempAlloca(llvm::Type *Ty,
H A DCGExprScalar.cpp2369 Address Addr = CGF.CreateDefaultAlignTempAlloca(SrcTy, "saved-value"); in VisitCastExpr()
H A DCGOpenMPRuntime.cpp1907 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitParallelCall()