Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.cpp45 CGF.CreateDefaultAlignTempAlloca(V->getType(), "saved-rvalue"); in save()
54 Address addr = CGF.CreateDefaultAlignTempAlloca(ComplexTy, "saved-complex"); in save()
471 CreateDefaultAlignTempAlloca(Inst->getType(), "tmp.exprcleanup"); in PopCleanupBlocks()
1315 CreateDefaultAlignTempAlloca(Builder.getInt32Ty(), "cleanup.dest.slot"); in getNormalCleanupDestSlot()
H A DCGOpenMPRuntimeGPU.cpp1158 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitTeamsCall()
1193 Address CapturedVarsAddrs = CGF.CreateDefaultAlignTempAlloca( in emitParallelCall()
3181 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in createParallelDataSharingWrapper()
3196 CGF.CreateDefaultAlignTempAlloca(CGF.VoidPtrPtrTy, "global_args"); in createParallelDataSharingWrapper()
H A DCodeGenFunction.cpp1025 ReturnLocation = CreateDefaultAlignTempAlloca(Int8PtrTy, "return.sloc.ptr"); in StartFunction()
1111 CreateDefaultAlignTempAlloca(Int8PtrTy, "result.ptr"); in StartFunction()
H A DCGDecl.cpp1384 CreateDefaultAlignTempAlloca(VlaSize.NumElts->getType(), NameRef); in EmitAndRegisterVariableArrayDimensions()
H A DCGExpr.cpp124 Address CodeGenFunction::CreateDefaultAlignTempAlloca(llvm::Type *Ty, in CreateDefaultAlignTempAlloca() function in CodeGenFunction
3109 Address Ptr = CreateDefaultAlignTempAlloca(V->getType()); in EmitCheckValue()
H A DCodeGenFunction.h2585 Address CreateDefaultAlignTempAlloca(llvm::Type *Ty,
H A DCGExprScalar.cpp2168 Address Addr = CGF.CreateDefaultAlignTempAlloca(SrcTy, "saved-value"); in VisitCastExpr()
H A DCGOpenMPRuntime.cpp2075 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitParallelCall()