HomeSort by: relevance | last modified time | path
    Searched refs:CreateDefaultAlignTempAlloca (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.cpp 45 CGF.CreateDefaultAlignTempAlloca(V->getType(), "saved-rvalue");
54 Address addr = CGF.CreateDefaultAlignTempAlloca(ComplexTy, "saved-complex");
459 CreateDefaultAlignTempAlloca(Inst->getType(), "tmp.exprcleanup");
1304 CreateDefaultAlignTempAlloca(Builder.getInt32Ty(), "cleanup.dest.slot");
CGOpenMPRuntimeGPU.cpp 1363 CGF.CreateDefaultAlignTempAlloca(CGF.Int8PtrTy, /*Name=*/"work_fn");
1365 CGF.CreateDefaultAlignTempAlloca(CGF.Int8Ty, /*Name=*/"exec_status");
2074 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
2109 Address CapturedVarsAddrs = CGF.CreateDefaultAlignTempAlloca(
4067 Address ZeroAddr = CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,
4082 CGF.CreateDefaultAlignTempAlloca(CGF.VoidPtrPtrTy, "global_args");
CodeGenFunction.cpp 974 ReturnLocation = CreateDefaultAlignTempAlloca(Int8PtrTy, "return.sloc.ptr");
1060 CreateDefaultAlignTempAlloca(Int8PtrTy, "result.ptr");
CGExpr.cpp 118 /// CreateDefaultAlignTempAlloca - This creates an alloca with the
122 Address CodeGenFunction::CreateDefaultAlignTempAlloca(llvm::Type *Ty,
3049 Address Ptr = CreateDefaultAlignTempAlloca(V->getType());
CGDecl.cpp 1367 CreateDefaultAlignTempAlloca(VlaSize.NumElts->getType(), NameRef);
CodeGenFunction.h 2519 Address CreateDefaultAlignTempAlloca(llvm::Type *Ty,
CGExprScalar.cpp 2083 CGF.CreateDefaultAlignTempAlloca(SrcTy, "saved-call-rvalue");
CGOpenMPRuntime.cpp 2109 CGF.CreateDefaultAlignTempAlloca(CGF.Int32Ty,

Completed in 80 milliseconds