Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineFrameInfo.cpp53 const AllocaInst *Alloca, in CreateStackObject()
75 const AllocaInst *Alloca) { in CreateVariableSizedObject()
DSwiftErrorValueTracking.cpp109 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(&Inst)) in setFunction() local
DMIRPrinter.cpp426 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp325 AllocaInst *Alloca; member
627 for (auto *Alloca : AllocaList) in addFieldForAllocas() local
634 AllocaInst *Alloca = A.Alloca; in addFieldForAllocas() local
691 AllocaInst *Alloca = A.Alloca; in addFieldForAllocas() local
1778 AllocaInst *Alloca = P.Alloca; in insertSpills() local
1798 AllocaInst *Alloca = A.Alloca; in insertSpills() local
1827 AllocaInst *Alloca = A.Alloca; in insertSpills() local
2260 auto Alloca = Builder.CreateAlloca(Builder.getInt8Ty(), AI->getSize()); in lowerLocalAllocas() local
2349 AllocaInst *Alloca, in emitSetAndGetSwiftErrorValueAround()
2378 static void eliminateSwiftErrorAlloca(Function &F, AllocaInst *Alloca, in eliminateSwiftErrorAlloca()
[all …]
DCoroSplit.cpp646 auto Alloca = Builder.CreateAlloca(ValueTy); in replaceSwiftErrorOps() local
776 auto *Alloca = dyn_cast<AllocaInst>(&I); in replaceEntryBlock() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DFunctionSpecialization.cpp104 Constant *FunctionSpecializer::getPromotableAlloca(AllocaInst *Alloca, in getPromotableAlloca()
141 auto *Alloca = dyn_cast<AllocaInst>(Val); in getConstantStackValue() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp910 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local
1012 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local
1074 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp910 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local
1012 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local
1074 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp792 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
890 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
953 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
Dtoy.cpp1072 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1170 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1240 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp916 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local
1018 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local
1080 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp893 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local
995 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local
1065 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp910 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local
1012 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local
1074 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp914 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local
1016 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local
1078 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp810 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
908 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
971 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
Dtoy.cpp1174 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1272 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1342 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGGPUBuiltin.cpp115 llvm::Value *Alloca = CGF->CreateTempAlloca(AllocaTy); in packArgsIntoNVPTXFormatBuffer() local
DCGExpr.cpp73 auto Alloca = CreateTempAlloca(Ty, Name, ArraySize); in CreateTempAllocaWithoutCast() local
84 auto Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize); in CreateTempAlloca() local
137 Address *Alloca) { in CreateMemTemp()
143 const Twine &Name, Address *Alloca) { in CreateMemTemp()
392 Address *Alloca = nullptr) { in createReferenceTemporary()
509 Address Alloca = Address::invalid(); in EmitMaterializeTemporaryExpr() local
/openbsd/src/gnu/llvm/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp82 AllocaInst *Alloca = new AllocaInst(Ty, DL.getProgramAddressSpace(), "A", in newSource() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp1084 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local
1188 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local
1273 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp1032 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1130 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1200 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1252 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1350 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local
1420 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h65 const AllocaInst *Alloca; member
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1999 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores() local
2033 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores() local
2068 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(), in relocationViaAlloca() local
2128 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
2163 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp349 static Value *GEPToVectorIndex(GetElementPtrInst *GEP, AllocaInst *Alloca, in GEPToVectorIndex()
387 static bool tryPromoteAllocaToVector(AllocaInst *Alloca, const DataLayout &DL, in tryPromoteAllocaToVector()

123