|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/CodeGen/CodeGenFunction.h 2219 Address CreateDefaultAlignTempAlloca(llvm::Type *Ty,
References
tools/clang/lib/CodeGen/CGCleanup.cpp 45 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");
tools/clang/lib/CodeGen/CGDecl.cpp 1333 CreateDefaultAlignTempAlloca(VlaSize.NumElts->getType(), NameRef);
tools/clang/lib/CodeGen/CGExpr.cpp 2856 Address Ptr = CreateDefaultAlignTempAlloca(V->getType());
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 3086 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp 1429 CGF.CreateDefaultAlignTempAlloca(CGF.Int8PtrTy, /*Name=*/"work_fn");
1431 CGF.CreateDefaultAlignTempAlloca(CGF.Int8Ty, /*Name=*/"exec_status");
2463 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
2493 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
2503 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
2550 CGF.CreateDefaultAlignTempAlloca(CGF.VoidPtrPtrTy, "shared_arg_refs");
2662 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
2672 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
4575 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
4590 CGF.CreateDefaultAlignTempAlloca(CGF.VoidPtrPtrTy, "global_args");
tools/clang/lib/CodeGen/CodeGenFunction.cpp 845 ReturnLocation = CreateDefaultAlignTempAlloca(Int8PtrTy, "return.sloc.ptr");
911 CreateDefaultAlignTempAlloca(Int8PtrTy, "result.ptr");