Home
last modified time | relevance | path

Searched defs:Alloca (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DMachineFunction.cpp493 bool isSS, bool MayNeedSP, const AllocaInst *Alloca) { in CreateStackObject()
529 const AllocaInst *Alloca) { in CreateVariableSizedObject()
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h111 const AllocaInst *Alloca; member
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCall.cpp1347 llvm::AllocaInst *Alloca = CreateMemTemp(Ty, Arg->getName()); in EmitFunctionProlog() local
1424 llvm::AllocaInst *Alloca = CreateMemTemp(Ty); in EmitFunctionProlog() local
DCGBlocks.cpp1159 llvm::AllocaInst *Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction() local
DCodeGenModule.cpp3138 if (llvm::AllocaInst *Alloca = dyn_cast<llvm::AllocaInst>(Addr)) { in EmitDeclMetadata() local
/freebsd-9-stable/contrib/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp2790 if (AllocaInst *Alloca = dyn_cast<AllocaInst>(Arg)) { in OptimizeWeakCalls() local
/freebsd-9-stable/contrib/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1764 AllocaInst *Alloca = new AllocaInst(ElemTy, NULL, GV->getName(), &FirstI); in ProcessInternalGlobal() local
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5199 const Value *Alloca = I.getArgOperand(0)->stripPointerCasts(); in visitIntrinsicCall() local