Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DSpillUtils.h23 AllocaInst *Alloca; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp53 const AllocaInst *Alloca, in CreateStackObject()
75 const AllocaInst *Alloca) { in CreateVariableSizedObject()
H A DSwiftErrorValueTracking.cpp109 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(&Inst)) in setFunction() local
H A DMIRPrinter.cpp443 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects() local
H A DMachineOperand.cpp569 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex)) in printFrameIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp348 for (auto *Alloca : AllocaList) in addFieldForAllocas() local
355 AllocaInst *Alloca = A.Alloca; in addFieldForAllocas() local
412 AllocaInst *Alloca = A.Alloca; in addFieldForAllocas() local
1179 AllocaInst *Alloca = P.Alloca; in insertSpills() local
1200 AllocaInst *Alloca = A.Alloca; in insertSpills() local
1231 AllocaInst *Alloca = A.Alloca; in insertSpills() local
1570 auto Alloca = Builder.CreateAlloca(Builder.getInt8Ty(), AI->getSize()); in lowerLocalAllocas() local
1630 AllocaInst *Alloca, in emitSetAndGetSwiftErrorValueAround()
1659 static void eliminateSwiftErrorAlloca(Function &F, AllocaInst *Alloca, in eliminateSwiftErrorAlloca()
1697 auto Alloca = Builder.CreateAlloca(ValueTy, ArgTy->getAddressSpace()); in eliminateSwiftErrorArgument() local
[all …]
H A DCoroSplit.cpp585 auto Alloca = Builder.CreateAlloca(ValueTy); in replaceSwiftErrorOps() local
734 auto *Alloca = dyn_cast<AllocaInst>(&I); in replaceEntryBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DKernelInfo.cpp104 const AllocaInst &Alloca, in remarkAlloca()
183 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(&I)) { in updateForBB() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp93 llvm::Value *Alloca = CGF->CreateTempAlloca(AllocaTy); in packArgsIntoNVPTXFormatBuffer() local
H A DCGExpr.cpp94 auto Alloca = CreateTempAlloca(Ty, Name, ArraySize); in CreateTempAllocaWithoutCast() local
103 RawAddress Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize); in CreateTempAlloca() local
134 llvm::AllocaInst *Alloca; in CreateTempAlloca() local
167 RawAddress *Alloca) { in CreateMemTemp()
174 RawAddress *Alloca) { in CreateMemTemp()
440 RawAddress *Alloca = nullptr) { in createReferenceTemporary()
556 RawAddress Alloca = Address::invalid(); in EmitMaterializeTemporaryExpr() local
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp70 AllocaInst *Alloca = new AllocaInst(Ty, DL.getAllocaAddrSpace(), "A", in createStackMemory() local
282 AllocaInst *Alloca = createStackMemory(F, Ty, newSrc); in newSource() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp239 static void collectAllocaUses(AllocaInst &Alloca, in collectAllocaUses()
257 for (auto *Alloca : Allocas) { in sortAllocasToPromote() local
400 static Value *GEPToVectorIndex(GetElementPtrInst *GEP, AllocaInst *Alloca, in GEPToVectorIndex()
790 bool AMDGPUPromoteAllocaImpl::tryPromoteAllocaToVector(AllocaInst &Alloca) { in tryPromoteAllocaToVector()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h65 const AllocaInst *Alloca; member
H A DMachineFrameInfo.h166 const AllocaInst *Alloca; member
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILLegalizePass.cpp357 if (auto *Alloca = dyn_cast<AllocaInst>(Val)) in emitMemcpyExpansion() local
411 AllocaInst *Alloca = dyn_cast<AllocaInst>(Dst); in emitMemsetExpansion() local
H A DDXILDataScalarization.cpp313 } else if (AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrOperand)) { in visitGetElementPtrInst() local
H A DDXILFlattenArrays.cpp286 } else if (auto *Alloca = dyn_cast<AllocaInst>(PtrOperand)) in visitGetElementPtrInst() local
H A DDXILOpLowering.cpp418 Value *Alloca = IRB.CreateAlloca(ArrayTy); in replaceResRetUses() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp519 Constant *FunctionSpecializer::getPromotableAlloca(AllocaInst *Alloca, in getPromotableAlloca()
555 auto *Alloca = dyn_cast<AllocaInst>(Val); in getConstantStackValue() local
H A DGlobalOpt.cpp1493 AllocaInst *Alloca = new AllocaInst(ElemTy, DL.getAllocaAddrSpace(), in processInternalGlobal() local
1907 auto *Alloca = in RemovePreallocated() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1981 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores() local
2006 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores() local
2041 AllocaInst *Alloca = in relocationViaAlloca() local
2101 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
2137 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.h199 AllocaInst *Alloca; in isMemDepNodeCandidate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp811 if (auto *Alloca = dyn_cast<AllocaInst>(&I)) { in updateEspForInAllocas() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp1128 auto *Alloca = dyn_cast<AllocaInst>(this); in isSwiftError() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp924 const AllocaInst *Alloca = nullptr; in initializeFrameInfo() local

12