Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDGPUTargetTransformInfo.cpp107 const AllocaInst *Alloca = dyn_cast<AllocaInst>(GetUnderlyingObject(Ptr)); in getUnrollingPreferences() local
DAMDGPUPromoteAlloca.cpp148 static bool tryPromoteAllocaToVector(AllocaInst *Alloca) { in tryPromoteAllocaToVector()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp796 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
894 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
958 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
Dtoy.cpp1076 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1174 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1245 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp787 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
885 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
952 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp814 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
912 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
976 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
Dtoy.cpp1178 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1276 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1347 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp1036 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1134 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1205 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
/external/llvm/lib/CodeGen/
DMachineFunction.cpp514 bool isSS, const AllocaInst *Alloca) { in CreateStackObject()
548 const AllocaInst *Alloca) { in CreateVariableSizedObject()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1356 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1454 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1528 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp248 AllocaInst* Alloca = IBuilder.CreateAlloca(IntegerType::getInt32Ty(C)); in CreateOldFunctionBodyAndDI() local
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h106 const AllocaInst *Alloca; member
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml173 | Alloca Constructor
Dllvm.mli229 | Alloca Constructor
/external/clang/lib/CodeGen/
DCGCall.cpp1502 llvm::AllocaInst *Alloca = CreateMemTemp(Ty, Arg->getName()); in EmitFunctionProlog() local
1583 llvm::AllocaInst *Alloca = CreateMemTemp(Ty); in EmitFunctionProlog() local
DCGBlocks.cpp1153 llvm::AllocaInst *Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction() local
DCodeGenModule.cpp3315 if (auto *Alloca = dyn_cast<llvm::AllocaInst>(Addr)) { in EmitDeclMetadata() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1756 AllocaInst *Alloca = new AllocaInst(ElemTy, nullptr, in ProcessInternalGlobal() local
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp2785 if (AllocaInst *Alloca = dyn_cast<AllocaInst>(Arg)) { in OptimizeWeakCalls() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5290 const Value *Alloca = I.getArgOperand(0)->stripPointerCasts(); in visitIntrinsicCall() local