Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
459 CreateDefaultAlignTempAlloca(Inst->getType(), "tmp.exprcleanup"); in PopCleanupBlocks()
1304 CreateDefaultAlignTempAlloca(Builder.getInt32Ty(), "cleanup.dest.slot"); in getNormalCleanupDestSlot()
H A DCGOpenMPRuntimeGPU.cpp1489 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitTeamsCall()
1521 Address CapturedVarsAddrs = CGF.CreateDefaultAlignTempAlloca( in emitParallelCall()
3477 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in createParallelDataSharingWrapper()
3492 CGF.CreateDefaultAlignTempAlloca(CGF.VoidPtrPtrTy, "global_args"); in createParallelDataSharingWrapper()
H A DCodeGenFunction.cpp977 ReturnLocation = CreateDefaultAlignTempAlloca(Int8PtrTy, "return.sloc.ptr"); in StartFunction()
1067 CreateDefaultAlignTempAlloca(Int8PtrTy, "result.ptr"); in StartFunction()
H A DCGDecl.cpp1373 CreateDefaultAlignTempAlloca(VlaSize.NumElts->getType(), NameRef); in EmitAndRegisterVariableArrayDimensions()
H A DCGExpr.cpp122 Address CodeGenFunction::CreateDefaultAlignTempAlloca(llvm::Type *Ty, in CreateDefaultAlignTempAlloca() function in CodeGenFunction
3049 Address Ptr = CreateDefaultAlignTempAlloca(V->getType()); in EmitCheckValue()
H A DCodeGenFunction.h2519 Address CreateDefaultAlignTempAlloca(llvm::Type *Ty,
H A DCGExprScalar.cpp2098 Address Addr = CGF.CreateDefaultAlignTempAlloca(SrcTy, "saved-value"); in VisitCastExpr()
H A DCGOpenMPRuntime.cpp2113 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitParallelCall()