Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.cpp45 CGF.CreateDefaultAlignTempAlloca(V->getType(), "saved-rvalue"); in save()
54 Address addr = CGF.CreateDefaultAlignTempAlloca(ComplexTy, "saved-complex"); in save()
454 CreateDefaultAlignTempAlloca(Inst->getType(), "tmp.exprcleanup"); in PopCleanupBlocks()
1268 CreateDefaultAlignTempAlloca(Builder.getInt32Ty(), "cleanup.dest.slot"); in getNormalCleanupDestSlot()
DCGOpenMPRuntimeGPU.cpp1355 CGF.CreateDefaultAlignTempAlloca(CGF.Int8PtrTy, /*Name=*/"work_fn"); in emitWorkerLoop()
1357 CGF.CreateDefaultAlignTempAlloca(CGF.Int8Ty, /*Name=*/"exec_status"); in emitWorkerLoop()
2075 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitTeamsCall()
2105 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitNonSPMDParallelCall()
2115 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitNonSPMDParallelCall()
2165 CGF.CreateDefaultAlignTempAlloca(CGF.VoidPtrPtrTy, "shared_arg_refs"); in emitNonSPMDParallelCall()
2280 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitSPMDParallelCall()
2290 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitSPMDParallelCall()
4231 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in createParallelDataSharingWrapper()
4246 CGF.CreateDefaultAlignTempAlloca(CGF.VoidPtrPtrTy, "global_args"); in createParallelDataSharingWrapper()
DCodeGenFunction.cpp962 ReturnLocation = CreateDefaultAlignTempAlloca(Int8PtrTy, "return.sloc.ptr"); in StartFunction()
1049 CreateDefaultAlignTempAlloca(Int8PtrTy, "result.ptr"); in StartFunction()
DCGDecl.cpp1364 CreateDefaultAlignTempAlloca(VlaSize.NumElts->getType(), NameRef); in EmitAndRegisterVariableArrayDimensions()
DCGExpr.cpp120 Address CodeGenFunction::CreateDefaultAlignTempAlloca(llvm::Type *Ty, in CreateDefaultAlignTempAlloca() function in CodeGenFunction
3040 Address Ptr = CreateDefaultAlignTempAlloca(V->getType()); in EmitCheckValue()
DCodeGenFunction.h2475 Address CreateDefaultAlignTempAlloca(llvm::Type *Ty,
DCGExprScalar.cpp2010 CGF.CreateDefaultAlignTempAlloca(SrcTy, "saved-call-rvalue"); in VisitCastExpr()
DCGOpenMPRuntime.cpp2093 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitParallelCall()
/external/clang/lib/CodeGen/
DCGCleanup.cpp46 CGF.CreateDefaultAlignTempAlloca(V->getType(), "saved-rvalue"); in save()
56 Address addr = CGF.CreateDefaultAlignTempAlloca(ComplexTy, "saved-complex"); in save()
DCGExpr.cpp78 Address CodeGenFunction::CreateDefaultAlignTempAlloca(llvm::Type *Ty, in CreateDefaultAlignTempAlloca() function in CodeGenFunction
2372 Address Ptr = CreateDefaultAlignTempAlloca(V->getType()); in EmitCheckValue()
DCodeGenFunction.h1700 Address CreateDefaultAlignTempAlloca(llvm::Type *Ty,