| /external/llvm/lib/Target/R600/ |
| D | AMDGPUTargetTransformInfo.cpp | 107 const AllocaInst *Alloca = dyn_cast<AllocaInst>(GetUnderlyingObject(Ptr)); in getUnrollingPreferences() local
|
| D | AMDGPUPromoteAlloca.cpp | 148 static bool tryPromoteAllocaToVector(AllocaInst *Alloca) { in tryPromoteAllocaToVector()
|
| /external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| D | toy-jit.cpp | 796 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
|
| D | toy.cpp | 1076 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/ |
| D | toy.cpp | 787 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/ |
| D | toy-jit.cpp | 814 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
|
| D | toy.cpp | 1178 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/ |
| D | toy.cpp | 1036 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/ |
| D | MachineFunction.cpp | 514 bool isSS, const AllocaInst *Alloca) { in CreateStackObject() 548 const AllocaInst *Alloca) { in CreateVariableSizedObject()
|
| /external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| D | toy.cpp | 1356 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/ |
| D | Cloning.cpp | 248 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/bindings/ocaml/llvm/ |
| D | llvm.ml | 173 | Alloca Constructor
|
| D | llvm.mli | 229 | Alloca Constructor
|
| /external/clang/lib/CodeGen/ |
| D | CGCall.cpp | 1502 llvm::AllocaInst *Alloca = CreateMemTemp(Ty, Arg->getName()); in EmitFunctionProlog() local 1583 llvm::AllocaInst *Alloca = CreateMemTemp(Ty); in EmitFunctionProlog() local
|
| D | CGBlocks.cpp | 1153 llvm::AllocaInst *Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction() local
|
| D | CodeGenModule.cpp | 3315 if (auto *Alloca = dyn_cast<llvm::AllocaInst>(Addr)) { in EmitDeclMetadata() local
|
| /external/llvm/lib/Transforms/IPO/ |
| D | GlobalOpt.cpp | 1756 AllocaInst *Alloca = new AllocaInst(ElemTy, nullptr, in ProcessInternalGlobal() local
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCOpts.cpp | 2785 if (AllocaInst *Alloca = dyn_cast<AllocaInst>(Arg)) { in OptimizeWeakCalls() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 5290 const Value *Alloca = I.getArgOperand(0)->stripPointerCasts(); in visitIntrinsicCall() local
|