/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 47 const AllocaInst *Alloca = in getUnrollingPreferences() local
|
D | AMDGPUPromoteAlloca.cpp | 153 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 | 888 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 990 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1053 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1663 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores() local 1699 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores() local 1734 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(), "", in relocationViaAlloca() local 1793 AllocaInst *Alloca = cast<AllocaInst>(Pair.second); in relocationViaAlloca() local 1826 Value *Alloca = Pair.second; in relocationViaAlloca() local 1977 AllocaInst *Alloca = in splitVectorValues() local 2021 AllocaInst *Alloca = AllocaMap[V]; in splitVectorValues() 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/Chapter8/ |
D | toy.cpp | 1079 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1183 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1270 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() 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/examples/Kaleidoscope/Orc/lazy_codegen/ |
D | toy.cpp | 919 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1015 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1084 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_irgen/ |
D | toy.cpp | 919 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1015 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1084 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
D | toy.cpp | 919 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1015 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1084 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 538 bool isSS, const AllocaInst *Alloca) { in CreateStackObject() 566 const AllocaInst *Alloca) { in CreateVariableSizedObject()
|
D | MIRPrinter.cpp | 303 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects() local
|
/external/llvm/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 67 const AllocaInst *Alloca; member
|
D | MachineFrameInfo.h | 106 const AllocaInst *Alloca; member
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
D | toy.cpp | 920 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1016 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen() local 1085 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/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 473 const AllocaInst *Alloca = nullptr; in initializeFrameInfo() local
|
D | MIParser.cpp | 1048 if (const auto *Alloca = in parseStackFrameIndex() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 733 Instruction *InstCombiner::FoldAllocaCmp(ICmpInst &ICI, AllocaInst *Alloca, in FoldAllocaCmp() 3291 if (auto *Alloca = dyn_cast<AllocaInst>(GetUnderlyingObject(Op0, DL))) in visitICmpInst() local 3294 if (auto *Alloca = dyn_cast<AllocaInst>(GetUnderlyingObject(Op1, DL))) in visitICmpInst() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 180 | Alloca Constructor
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 2044 Address Alloca = CreateMemTemp(Ty, getContext().getDeclAlign(Arg), in EmitFunctionProlog() local 2108 Address Alloca = CreateMemTemp(Ty, getContext().getDeclAlign(Arg)); in EmitFunctionProlog() local
|