Searched refs:CreateDefaultAlignTempAlloca (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCleanup.cpp | 45 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()
|
D | CGOpenMPRuntimeGPU.cpp | 1355 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()
|
D | CodeGenFunction.cpp | 962 ReturnLocation = CreateDefaultAlignTempAlloca(Int8PtrTy, "return.sloc.ptr"); in StartFunction() 1049 CreateDefaultAlignTempAlloca(Int8PtrTy, "result.ptr"); in StartFunction()
|
D | CGDecl.cpp | 1364 CreateDefaultAlignTempAlloca(VlaSize.NumElts->getType(), NameRef); in EmitAndRegisterVariableArrayDimensions()
|
D | CGExpr.cpp | 120 Address CodeGenFunction::CreateDefaultAlignTempAlloca(llvm::Type *Ty, in CreateDefaultAlignTempAlloca() function in CodeGenFunction 3040 Address Ptr = CreateDefaultAlignTempAlloca(V->getType()); in EmitCheckValue()
|
D | CodeGenFunction.h | 2475 Address CreateDefaultAlignTempAlloca(llvm::Type *Ty,
|
D | CGExprScalar.cpp | 2010 CGF.CreateDefaultAlignTempAlloca(SrcTy, "saved-call-rvalue"); in VisitCastExpr()
|
D | CGOpenMPRuntime.cpp | 2093 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty, in emitParallelCall()
|
/external/clang/lib/CodeGen/ |
D | CGCleanup.cpp | 46 CGF.CreateDefaultAlignTempAlloca(V->getType(), "saved-rvalue"); in save() 56 Address addr = CGF.CreateDefaultAlignTempAlloca(ComplexTy, "saved-complex"); in save()
|
D | CGExpr.cpp | 78 Address CodeGenFunction::CreateDefaultAlignTempAlloca(llvm::Type *Ty, in CreateDefaultAlignTempAlloca() function in CodeGenFunction 2372 Address Ptr = CreateDefaultAlignTempAlloca(V->getType()); in EmitCheckValue()
|
D | CodeGenFunction.h | 1700 Address CreateDefaultAlignTempAlloca(llvm::Type *Ty,
|