Searched refs:CreateDefaultAlignTempAlloca (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp45 CGF.CreateDefaultAlignTempAlloca(V->getType(), "saved-rvalue");
54 Address addr = CGF.CreateDefaultAlignTempAlloca(ComplexTy, "saved-complex");
456 CreateDefaultAlignTempAlloca(Inst->getType(), "tmp.exprcleanup");
1267 CreateDefaultAlignTempAlloca(Builder.getInt32Ty(), "cleanup.dest.slot");
H A DCGOpenMPRuntimeNVPTX.cpp1440 CGF.CreateDefaultAlignTempAlloca(CGF.Int8PtrTy, /*Name=*/"work_fn");
1442 CGF.CreateDefaultAlignTempAlloca(CGF.Int8Ty, /*Name=*/"exec_status");
2475 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
2505 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
2515 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
2562 CGF.CreateDefaultAlignTempAlloca(CGF.VoidPtrPtrTy, "shared_arg_refs");
2674 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
2684 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
4591 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
4606 CGF.CreateDefaultAlignTempAlloca(CG
[all...]
H A DCodeGenFunction.cpp928 ReturnLocation = CreateDefaultAlignTempAlloca(Int8PtrTy, "return.sloc.ptr");
1015 CreateDefaultAlignTempAlloca(Int8PtrTy, "result.ptr");
H A DCGDecl.cpp1337 CreateDefaultAlignTempAlloca(VlaSize.NumElts->getType(), NameRef);
H A DCGExpr.cpp115 /// CreateDefaultAlignTempAlloca - This creates an alloca with the
119 Address CodeGenFunction::CreateDefaultAlignTempAlloca(llvm::Type *Ty, function in class:CodeGenFunction
2873 Address Ptr = CreateDefaultAlignTempAlloca(V->getType());
H A DCodeGenFunction.h2229 Address CreateDefaultAlignTempAlloca(llvm::Type *Ty,
H A DCGOpenMPRuntime.cpp3125 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,

Completed in 403 milliseconds