HomeSort by relevance Sort by last modified time
    Searched refs:CreateTempAlloca (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/CodeGen/
CGCleanup.cpp 44 llvm::Value *addr = CGF.CreateTempAlloca(V->getType(), "saved-rvalue");
54 llvm::Value *addr = CGF.CreateTempAlloca(ComplexTy, "saved-complex");
65 llvm::Value *addr = CGF.CreateTempAlloca(V->getType(), "saved-rvalue");
255 = CreateTempAlloca(Builder.getInt1Ty(), "cleanup.cond");
    [all...]
CGDecl.cpp 892 llvm::Value *NRVOFlag = CreateTempAlloca(Zero->getType(), "nrvo");
905 llvm::AllocaInst *Alloc = CreateTempAlloca(LTy);
    [all...]
CGException.cpp 404 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot");
410 EHSelectorSlot = CreateTempAlloca(Int32Ty, "ehselector.slot");
    [all...]
CGCall.cpp 752 llvm::Value *Tmp = CGF.CreateTempAlloca(Ty);
    [all...]
CGExpr.cpp 51 /// CreateTempAlloca - This creates a alloca and inserts it into the entry
53 llvm::AllocaInst *CodeGenFunction::CreateTempAlloca(llvm::Type *Ty,
69 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertType(Ty), Name);
78 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertTypeForMem(Ty), Name);
    [all...]
CGObjCMac.cpp     [all...]
CGBlocks.cpp 576 CGF.CreateTempAlloca(blockInfo.StructureType, "block");
    [all...]
CodeGenFunction.h     [all...]
CGExprAgg.cpp 400 endOfInit = CGF.CreateTempAlloca(begin->getType(),
    [all...]
CGObjCGNU.cpp     [all...]
TargetInfo.cpp     [all...]
CGClass.cpp 625 ArrayIndexVar = CreateTempAlloca(SizeTy, "object.index");
    [all...]
CGExprCXX.cpp     [all...]

Completed in 77 milliseconds