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

  /external/clang/lib/CodeGen/
CGAtomic.cpp 247 Address CreateTempAlloca() const;
290 Address AtomicInfo::CreateTempAlloca() const {
780 Dest = Atomics.emitCastToAtomicIntPointer(Atomics.CreateTempAlloca());
    [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...]

Completed in 189 milliseconds