Home
last modified time | relevance | path

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

/freebsd-14.2/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()
476 CreateDefaultAlignTempAlloca(Inst->getType(), "tmp.exprcleanup"); in PopCleanupBlocks()
1327 CreateDefaultAlignTempAlloca(Builder.getInt32Ty(), "cleanup.dest.slot"); in getNormalCleanupDestSlot()
H A DCGOpenMPRuntimeGPU.cpp1209 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitTeamsCall()
1249 Address CapturedVarsAddrs = CGF.CreateDefaultAlignTempAlloca( in emitParallelCall()
3103 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in createParallelDataSharingWrapper()
3118 CGF.CreateDefaultAlignTempAlloca(CGF.VoidPtrPtrTy, "global_args"); in createParallelDataSharingWrapper()
H A DCGDecl.cpp1401 CreateDefaultAlignTempAlloca(VlaSize.NumElts->getType(), NameRef); in EmitAndRegisterVariableArrayDimensions()
1633 CreateDefaultAlignTempAlloca(AllocaInt8PtrTy, "saved_stack"); in EmitAutoVarAlloca()
H A DCodeGenFunction.cpp1038 ReturnLocation = CreateDefaultAlignTempAlloca(Int8PtrTy, "return.sloc.ptr"); in StartFunction()
1124 ReturnValuePointer = CreateDefaultAlignTempAlloca( in StartFunction()
H A DCGExpr.cpp123 Address CodeGenFunction::CreateDefaultAlignTempAlloca(llvm::Type *Ty, in CreateDefaultAlignTempAlloca() function in CodeGenFunction
3371 Address Ptr = CreateDefaultAlignTempAlloca(V->getType()); in EmitCheckValue()
H A DCodeGenFunction.h2653 Address CreateDefaultAlignTempAlloca(llvm::Type *Ty,
H A DCGExprScalar.cpp2193 Address Addr = CGF.CreateDefaultAlignTempAlloca(SrcTy, "saved-value"); in VisitCastExpr()
H A DCGOpenMPRuntime.cpp1904 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitParallelCall()