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

  /external/clang/lib/CodeGen/
CGCUDABuiltin.cpp 103 llvm::Value *Alloca = CreateTempAlloca(AllocaTy);
CGAtomic.cpp 247 Address CreateTempAlloca() const;
290 Address AtomicInfo::CreateTempAlloca() const {
780 Dest = Atomics.emitCastToAtomicIntPointer(Atomics.CreateTempAlloca());
    [all...]
CGCleanup.cpp 73 CGF.CreateTempAlloca(V.getType(), CGF.getPointerAlign(), "saved-rvalue");
287 Address active = CreateTempAlloca(Builder.getInt1Ty(), CharUnits::One(),
    [all...]
CGException.cpp 385 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot");
391 EHSelectorSlot = CreateTempAlloca(Int32Ty, "ehselector.slot");
    [all...]
CGOpenMPRuntimeNVPTX.cpp 388 CGF.CreateTempAlloca(CGF.Int32Ty, CharUnits::fromQuantity(4),
CGDecl.cpp     [all...]
CGCall.cpp     [all...]
CGExpr.cpp 58 /// CreateTempAlloca - This creates a alloca and inserts it into the entry
60 Address CodeGenFunction::CreateTempAlloca(llvm::Type *Ty, CharUnits Align,
62 auto Alloca = CreateTempAlloca(Ty, Name);
67 /// CreateTempAlloca - This creates a alloca and inserts it into the entry
69 llvm::AllocaInst *CodeGenFunction::CreateTempAlloca(llvm::Type *Ty,
82 return CreateTempAlloca(Ty, Align, Name);
95 return CreateTempAlloca(ConvertType(Ty), Align, Name);
105 return CreateTempAlloca(ConvertTypeForMem(Ty), Align, Name);
    [all...]
CGObjCMac.cpp     [all...]
CGBlocks.cpp 579 blockInfo.LocalAddress = CGF.CreateTempAlloca(blockInfo.StructureType,
    [all...]
CGObjCGNU.cpp 689 CGF.CreateTempAlloca(Receiver->getType(), CGF.getPointerAlign());
    [all...]
CodeGenFunction.h     [all...]
CGExprAgg.cpp 432 endOfInit = CGF.CreateTempAlloca(begin->getType(), CGF.getPointerAlign(),
    [all...]
CGExprCXX.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
TargetInfo.cpp     [all...]

Completed in 280 milliseconds