HomeSort by relevance Sort by last modified time
    Searched refs:CreateTempAlloca (Results 1 - 14 of 14) 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...]
CGOpenMPRuntime.cpp 85 llvm::AllocaInst *AI = CGF.CreateTempAlloca(IdentTy, ".kmpc_loc.addr");
CGDecl.cpp     [all...]
CGException.cpp 386 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot");
392 EHSelectorSlot = CreateTempAlloca(Int32Ty, "ehselector.slot");
    [all...]
CGCall.cpp 794 llvm::Value *Tmp = CGF.CreateTempAlloca(Ty);
    [all...]
CGExpr.cpp 52 /// CreateTempAlloca - This creates a alloca and inserts it into the entry
54 llvm::AllocaInst *CodeGenFunction::CreateTempAlloca(llvm::Type *Ty,
70 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertType(Ty), Name);
79 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertTypeForMem(Ty), Name);
    [all...]
CGObjCMac.cpp     [all...]
CGBlocks.cpp 574 CGF.CreateTempAlloca(blockInfo.StructureType, "block");
    [all...]
CodeGenFunction.h     [all...]
CGObjCGNU.cpp 652 llvm::Value *ReceiverPtr = CGF.CreateTempAlloca(Receiver->getType());
    [all...]
CGExprAgg.cpp 423 endOfInit = CGF.CreateTempAlloca(begin->getType(),
    [all...]
CGExprCXX.cpp 793 EndOfInit = CreateTempAlloca(BeginPtr->getType(), "array.init.end");
    [all...]
TargetInfo.cpp     [all...]
CGClass.cpp 625 ArrayIndexVar = CreateTempAlloca(SizeTy, "object.index");
    [all...]

Completed in 6381 milliseconds