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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGGPUBuiltin.cpp 109 llvm::Value *Alloca = CreateTempAlloca(AllocaTy);
CGAtomic.cpp 247 Address CreateTempAlloca() const;
290 Address AtomicInfo::CreateTempAlloca() const {
953 Dest = Atomics.CreateTempAlloca();
1425 Address Tmp = CreateTempAlloca();
1499 Temp = CreateTempAlloca();
1578 TempAddr = CreateTempAlloca();
1653 LValue TempLV = CGF.MakeAddrLValue(CreateTempAlloca(), getAtomicType());
1824 Address ExpectedAddr = CreateTempAlloca();
1830 Address DesiredAddr = CreateTempAlloca();
1863 Address NewAtomicAddr = CreateTempAlloca();
    [all...]
CGCUDANV.cpp 314 Address KernelArgs = CGF.CreateTempAlloca(
358 CGF.CreateTempAlloca(SizeTy, CGM.getSizeAlign(), "shmem_size");
360 CGF.CreateTempAlloca(VoidPtrTy, CGM.getPointerAlign(), "stream");
CGCoroutine.cpp 235 CGF.CreateTempAlloca(Builder.getInt1Ty(), Prefix + Twine("resume.eh"));
498 CGF.CreateTempAlloca(Builder.getInt1Ty(), CharUnits::One(), "gro.active");
CGException.cpp 423 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot");
429 EHSelectorSlot = CreateTempAlloca(Int32Ty, "ehselector.slot");
1429 SavedExnVar = CGF.CreateTempAlloca(CGF.Int8PtrTy, "finally.exn");
1449 ForEHVar = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "finally.for-eh");
CGCleanup.cpp 67 CGF.CreateTempAlloca(V.getType(), CGF.getPointerAlign(), "saved-rvalue");
1236 var = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), CharUnits::One(),
CGDecl.cpp 1500 CreateTempAlloca(Zero->getType(), CharUnits::One(), "nrvo");
1524 address = CreateTempAlloca(allocaTy, allocaAlignment, D.getName(),
1568 CreateTempAlloca(Int8PtrTy, getPointerAlign(), "saved_stack");
1585 address = CreateTempAlloca(llvmTy, alignment, "vla", VlaSize.NumElts,
CGCall.cpp 1130 return CGF.CreateTempAlloca(Ty, Align, Name + ".coerce");
2889 CreateTempAlloca(STy, Alloca.getAlignment(), "coerce");
3860 Address temp = CGF.CreateTempAlloca(destType->getElementType(),
4659 AI = CreateTempAlloca(ArgStruct, "argmem");
4946 = CreateTempAlloca(STy, Src.getAlignment(),
5001 addr = CreateTempAlloca(
CGExpr.cpp 65 /// CreateTempAlloca - This creates a alloca and inserts it into the entry
71 auto Alloca = CreateTempAlloca(Ty, Name, ArraySize);
76 /// CreateTempAlloca - This creates a alloca and inserts it into the entry
78 Address CodeGenFunction::CreateTempAlloca(llvm::Type *Ty, CharUnits Align,
106 /// CreateTempAlloca - This creates an alloca and inserts it into the entry
109 llvm::AllocaInst *CodeGenFunction::CreateTempAlloca(llvm::Type *Ty,
126 return CreateTempAlloca(Ty, Align, Name);
144 return CreateTempAlloca(ConvertType(Ty), Align, Name);
155 Address Result = CreateTempAlloca(ConvertTypeForMem(Ty), Align, Name,
CGExprCXX.cpp 1088 EndOfInit = CreateTempAlloca(BeginPtr.getType(), getPointerAlign(),
1801 DestroyingDeleteTag = CreateTempAlloca(Ty, "destroying.delete.tag");
CGObjCGNU.cpp 758 CGF.CreateTempAlloca(Receiver->getType(), CGF.getPointerAlign());
2359 Address tmp = CGF.CreateTempAlloca(SelValue->getType(),
2601 Address ObjCSuper = CGF.CreateTempAlloca(ObjCSuperTy,
2759 Address NullVal = CGF.CreateTempAlloca(RetTy, v.getAlignment(), "null");
CGObjCMac.cpp 2091 CGF.CreateTempAlloca(ObjCTypes.SuperTy, CGF.getPointerAlign(),
4654 SyncArgSlot = CGF.CreateTempAlloca(SyncArg->getType(),
4661 Address ExceptionData = CGF.CreateTempAlloca(ObjCTypes.ExceptionDataTy,
4679 Address CallTryExitVar = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(),
4760 PropagatingExnVar = CGF.CreateTempAlloca(Caught->getType(),
7621 CGF.CreateTempAlloca(ObjCTypes.SuperTy, CGF.getPointerAlign(),
CodeGenFunction.h 2473 /// CreateTempAlloca - This creates an alloca and inserts it into the entry
2499 llvm::AllocaInst *CreateTempAlloca(llvm::Type *Ty, const Twine &Name = "tmp",
2501 Address CreateTempAlloca(llvm::Type *Ty, CharUnits align,
2526 /// the CreateTempAlloca or CreateMemTemp routines, and the
4824 CGF.CreateTempAlloca(value->getType(), align, "cond-cleanup.save");
CGBlocks.cpp 791 blockInfo.LocalAddress = CreateTempAlloca(blockInfo.StructureType,
1525 Address Alloca = CreateTempAlloca(BlockPointer->getType(),
CGExprAgg.cpp 529 endOfInit = CGF.CreateTempAlloca(begin->getType(), CGF.getPointerAlign(),
ItaniumCXXABI.cpp 4482 CGF.CreateTempAlloca(PtrTy, CGF.getPointerAlign(), "exn.byref.tmp");
TargetInfo.cpp 6012 Address Tmp = CGF.CreateTempAlloca(HFATy,
CGBuiltin.cpp 9064 Address Alloca = CreateTempAlloca(llvm::ArrayType::get(EltTy, NumOpnds),

Completed in 110 milliseconds