Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp785 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
883 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
950 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
/external/clang/lib/CodeGen/
DCGCall.cpp968 llvm::AllocaInst *Alloca = CreateMemTemp(Ty, "coerce"); in EmitFunctionProlog() local
DCodeGenModule.cpp2263 if (llvm::AllocaInst *Alloca = dyn_cast<llvm::AllocaInst>(Addr)) { in EmitDeclMetadata() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1766 AllocaInst* Alloca = new AllocaInst(ElemTy, NULL, GV->getName(), &FirstI); in ProcessInternalGlobal() local
/external/llvm/lib/Transforms/Scalar/
DObjCARC.cpp2951 if (AllocaInst *Alloca = dyn_cast<AllocaInst>(Arg)) { in OptimizeWeakCalls() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4791 const Value *Alloca = I.getArgOperand(0); in visitIntrinsicCall() local