Home
last modified time | relevance | path

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

12

/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.cpp447 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects() local
H A DMachineOperand.cpp560 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex)) in printFrameIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp459 AllocaInst *Alloca; member
770 for (auto *Alloca : AllocaList) in addFieldForAllocas() local
777 AllocaInst *Alloca = A.Alloca; in addFieldForAllocas() local
834 AllocaInst *Alloca = A.Alloca; in addFieldForAllocas() local
1976 AllocaInst *Alloca = P.Alloca; in insertSpills() local
1997 AllocaInst *Alloca = A.Alloca; in insertSpills() local
2031 AllocaInst *Alloca = A.Alloca; in insertSpills() local
2501 auto Alloca = Builder.CreateAlloca(Builder.getInt8Ty(), AI->getSize()); in lowerLocalAllocas() local
2588 AllocaInst *Alloca, in emitSetAndGetSwiftErrorValueAround()
2617 static void eliminateSwiftErrorAlloca(Function &F, AllocaInst *Alloca, in eliminateSwiftErrorAlloca()
[all …]
H A DCoroSplit.cpp675 auto Alloca = Builder.CreateAlloca(ValueTy); in replaceSwiftErrorOps() local
826 auto *Alloca = dyn_cast<AllocaInst>(&I); in replaceEntryBlock() local
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp71 AllocaInst *Alloca = new AllocaInst(Ty, DL.getAllocaAddrSpace(), "A", in createStackMemory() local
232 AllocaInst *Alloca = createStackMemory(F, Ty, newSrc); in newSource() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp116 llvm::Value *Alloca = CGF->CreateTempAlloca(AllocaTy); in packArgsIntoNVPTXFormatBuffer() local
H A DCGExpr.cpp78 auto Alloca = CreateTempAlloca(Ty, Name, ArraySize); in CreateTempAllocaWithoutCast() local
89 auto Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize); in CreateTempAlloca() local
119 llvm::AllocaInst *Alloca; in CreateTempAlloca() local
148 RawAddress *Alloca) { in CreateMemTemp()
155 RawAddress *Alloca) { in CreateMemTemp()
404 RawAddress *Alloca = nullptr) { in createReferenceTemporary()
519 RawAddress Alloca = Address::invalid(); in EmitMaterializeTemporaryExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp252 static void collectAllocaUses(AllocaInst &Alloca, in collectAllocaUses()
270 for (auto *Alloca : Allocas) { in sortAllocasToPromote() local
400 static Value *GEPToVectorIndex(GetElementPtrInst *GEP, AllocaInst *Alloca, in GEPToVectorIndex()
727 bool AMDGPUPromoteAllocaImpl::tryPromoteAllocaToVector(AllocaInst &Alloca) { in tryPromoteAllocaToVector()
H A DAMDGPUTargetTransformInfo.cpp197 const AllocaInst *Alloca = in getUnrollingPreferences() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h65 const AllocaInst *Alloca; member
H A DMachineFrameInfo.h164 const AllocaInst *Alloca; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp476 Constant *FunctionSpecializer::getPromotableAlloca(AllocaInst *Alloca, in getPromotableAlloca()
517 auto *Alloca = dyn_cast<AllocaInst>(Val); in getConstantStackValue() local
H A DGlobalOpt.cpp1479 AllocaInst *Alloca = new AllocaInst(ElemTy, DL.getAllocaAddrSpace(), in processInternalGlobal() local
1905 auto *Alloca = in RemovePreallocated() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1975 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores() local
2000 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores() local
2035 AllocaInst *Alloca = in relocationViaAlloca() local
2095 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
2131 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
H A DMemCpyOptimizer.cpp1408 if (auto *Alloca = dyn_cast<AllocaInst>(getUnderlyingObject(V))) { in hasUndefContents() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp846 const AllocaInst *Alloca = nullptr; in initializeFrameInfo() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp1100 auto *Alloca = dyn_cast<AllocaInst>(this); in isSwiftError() local
H A DDebugInfo.cpp1964 if (const auto *Alloca = dyn_cast<AllocaInst>(Base)) in getAssignmentInfoImpl() local
2166 if (AllocaInst *Alloca = in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1018 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(SV)) { in SelectLoad() local
1152 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in SelectStore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1142 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore() local
1333 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(SV)) { in X86SelectLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp834 bool InstCombinerImpl::foldAllocaCmp(AllocaInst *Alloca) { in foldAllocaCmp()
850 AllocaInst *Alloca; in foldAllocaCmp() member
7470 if (auto *Alloca = dyn_cast<AllocaInst>(getUnderlyingObject(Op0))) in visitICmpInst() local
7473 if (auto *Alloca = dyn_cast<AllocaInst>(getUnderlyingObject(Op1))) in visitICmpInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp2208 if (AllocaInst *Alloca = dyn_cast<AllocaInst>(Arg)) { in OptimizeWeakCalls() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3285 AllocaInst *Alloca; in createAllocaForLayout() local
3361 auto *Alloca = dyn_cast<AllocaInst>(Store->getPointerOperand()); in findStoresToUninstrumentedArgAllocas() local

12