/external/llvm/lib/Target/R600/ |
D | AMDGPUTargetTransformInfo.cpp | 47 const AllocaInst *Alloca = in getUnrollingPreferences() local
|
D | AMDGPUPromoteAlloca.cpp | 149 static bool tryPromoteAllocaToVector(AllocaInst *Alloca) { in tryPromoteAllocaToVector()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 795 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 893 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 957 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
D | toy.cpp | 1075 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1173 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1244 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 861 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 963 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1032 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 813 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 911 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 975 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
D | toy.cpp | 1177 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1275 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1346 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 1035 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1133 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1204 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 510 bool isSS, const AllocaInst *Alloca) { in CreateStackObject() 542 const AllocaInst *Alloca) { in CreateVariableSizedObject()
|
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
D | toy.cpp | 920 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1017 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1086 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 1060 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1164 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1247 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 1255 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1353 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1424 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
D | toy.cpp | 920 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1017 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1086 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/ |
D | toy.cpp | 920 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1017 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1086 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
D | toy.cpp | 921 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1018 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1087 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 246 AllocaInst* Alloca = IBuilder.CreateAlloca(IntegerType::getInt32Ty(C)); in CreateOldFunctionBodyAndDI() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 106 const AllocaInst *Alloca; member
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1417 AllocaInst *Alloca = cast<AllocaInst>(Pair.second); in relocationViaAlloca() local 1611 AllocaInst *Alloca = in splitVectorValues() local 1654 AllocaInst *Alloca = AllocaMap[V]; in splitVectorValues() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 180 | Alloca Constructor
|
D | llvm.mli | 238 | Alloca (** Memory Operators *) Constructor
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1930 llvm::AllocaInst *Alloca = CreateMemTemp(Ty, Arg->getName()); in EmitFunctionProlog() local 2013 llvm::AllocaInst *Alloca = CreateMemTemp(Ty); in EmitFunctionProlog() local
|
D | CGBlocks.cpp | 1178 llvm::AllocaInst *Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction() local
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 1927 if (AllocaInst *Alloca = dyn_cast<AllocaInst>(Arg)) { in OptimizeWeakCalls() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1752 AllocaInst *Alloca = new AllocaInst(ElemTy, nullptr, in ProcessInternalGlobal() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1705 AllocaInst *Alloca; in createAllocaForLayout() local
|