Searched refs:CreateDefaultAlignTempAlloca (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 449 CreateDefaultAlignTempAlloca(Inst->getType(), "tmp.exprcleanup"); in PopCleanupBlocks() 1299 CreateDefaultAlignTempAlloca(Builder.getInt32Ty(), "cleanup.dest.slot"); in getNormalCleanupDestSlot()
|
H A D | CGOpenMPRuntimeGPU.cpp | 1190 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 D | CGDecl.cpp | 1403 CreateDefaultAlignTempAlloca(VlaSize.NumElts->getType(), NameRef); in EmitAndRegisterVariableArrayDimensions() 1638 CreateDefaultAlignTempAlloca(AllocaInt8PtrTy, "saved_stack"); in EmitAutoVarAlloca()
|
H A D | CodeGenFunction.cpp | 1105 ReturnLocation = CreateDefaultAlignTempAlloca(Int8PtrTy, "return.sloc.ptr"); in StartFunction() 1192 CreateDefaultAlignTempAlloca(ReturnValue.getType(), "result.ptr"); in StartFunction()
|
H A D | CGExpr.cpp | 135 RawAddress CodeGenFunction::CreateDefaultAlignTempAlloca(llvm::Type *Ty, in CreateDefaultAlignTempAlloca() function in CodeGenFunction 3371 RawAddress Ptr = CreateDefaultAlignTempAlloca(V->getType()); in EmitCheckValue()
|
H A D | CodeGenFunction.h | 2837 RawAddress CreateDefaultAlignTempAlloca(llvm::Type *Ty,
|
H A D | CGExprScalar.cpp | 2369 Address Addr = CGF.CreateDefaultAlignTempAlloca(SrcTy, "saved-value"); in VisitCastExpr()
|
H A D | CGOpenMPRuntime.cpp | 1907 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitParallelCall()
|