Searched defs:Alloca (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h111 const AllocaInst *Alloca; member in struct:llvm::MachineFrameInfo::StackObject
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp492 CreateStackObject(uint64_t Size, unsigned Alignment, bool isSS, bool MayNeedSP, const AllocaInst *Alloca) argument
528 CreateVariableSizedObject(unsigned Alignment, const AllocaInst *Alloca) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1159 llvm::AllocaInst *Alloca = CreateTempAlloca(BlockPointer->getType(), local
H A DCGCall.cpp1347 llvm::AllocaInst *Alloca = CreateMemTemp(Ty, Arg->getName()); local
1424 llvm::AllocaInst *Alloca = CreateMemTemp(Ty); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1764 AllocaInst *Alloca = new AllocaInst(ElemTy, NULL, GV->getName(), &FirstI); local

Completed in 220 milliseconds