Searched defs:Alloca (Results 1 – 8 of 8) sorted by relevance
493 bool isSS, bool MayNeedSP, const AllocaInst *Alloca) { in CreateStackObject()529 const AllocaInst *Alloca) { in CreateVariableSizedObject()
111 const AllocaInst *Alloca; member
1347 llvm::AllocaInst *Alloca = CreateMemTemp(Ty, Arg->getName()); in EmitFunctionProlog() local1424 llvm::AllocaInst *Alloca = CreateMemTemp(Ty); in EmitFunctionProlog() local
1159 llvm::AllocaInst *Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction() local
3138 if (llvm::AllocaInst *Alloca = dyn_cast<llvm::AllocaInst>(Addr)) { in EmitDeclMetadata() local
2790 if (AllocaInst *Alloca = dyn_cast<AllocaInst>(Arg)) { in OptimizeWeakCalls() local
1764 AllocaInst *Alloca = new AllocaInst(ElemTy, NULL, GV->getName(), &FirstI); in ProcessInternalGlobal() local
5199 const Value *Alloca = I.getArgOperand(0)->stripPointerCasts(); in visitIntrinsicCall() local