Home
last modified time | relevance | path

Searched defs:Alloca (Results 1 – 25 of 39) 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.cpp444 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.cpp456 AllocaInst *Alloca; member
767 for (auto *Alloca : AllocaList) in addFieldForAllocas() local
774 AllocaInst *Alloca = A.Alloca; in addFieldForAllocas() local
831 AllocaInst *Alloca = A.Alloca; in addFieldForAllocas() local
1946 AllocaInst *Alloca = P.Alloca; in insertSpills() local
1967 AllocaInst *Alloca = A.Alloca; in insertSpills() local
2001 AllocaInst *Alloca = A.Alloca; in insertSpills() local
2558 AllocaInst *Alloca, in emitSetAndGetSwiftErrorValueAround()
2587 static void eliminateSwiftErrorAlloca(Function &F, AllocaInst *Alloca, in eliminateSwiftErrorAlloca()
2624 auto Alloca = Builder.CreateAlloca(ValueTy, ArgTy->getAddressSpace()); in eliminateSwiftErrorArgument() local
[all …]
H A DCoroSplit.cpp691 auto Alloca = Builder.CreateAlloca(ValueTy); in replaceSwiftErrorOps() local
841 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.cpp72 auto Alloca = CreateTempAlloca(Ty, Name, ArraySize); in CreateTempAllocaWithoutCast() local
83 auto Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize); in CreateTempAlloca() local
136 Address *Alloca) { in CreateMemTemp()
142 const Twine &Name, Address *Alloca) { in CreateMemTemp()
390 Address *Alloca = nullptr) { in createReferenceTemporary()
505 Address Alloca = Address::invalid(); in EmitMaterializeTemporaryExpr() 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.cpp1467 AllocaInst *Alloca = new AllocaInst(ElemTy, DL.getAllocaAddrSpace(), nullptr, in processInternalGlobal() local
1893 auto *Alloca = in RemovePreallocated() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1974 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores() local
1999 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores() local
2034 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(), in relocationViaAlloca() local
2094 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
2129 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
H A DMemCpyOptimizer.cpp1339 if (auto *Alloca = dyn_cast<AllocaInst>(getUnderlyingObject(V))) { in hasUndefContents() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp300 static Value *GEPToVectorIndex(GetElementPtrInst *GEP, AllocaInst *Alloca, in GEPToVectorIndex()
623 bool AMDGPUPromoteAllocaImpl::tryPromoteAllocaToVector(AllocaInst &Alloca) { in tryPromoteAllocaToVector()
H A DAMDGPUTargetTransformInfo.cpp197 const AllocaInst *Alloca = in getUnrollingPreferences() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp1099 auto *Alloca = dyn_cast<AllocaInst>(this); in isSwiftError() local
H A DDebugInfo.cpp2038 if (const auto *Alloca = dyn_cast<AllocaInst>(Base)) in getAssignmentInfoImpl() local
2239 if (AllocaInst *Alloca = in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp826 const AllocaInst *Alloca = nullptr; in initializeFrameInfo() 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.cpp1140 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore() local
1332 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(SV)) { in X86SelectLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp833 bool InstCombinerImpl::foldAllocaCmp(AllocaInst *Alloca) { in foldAllocaCmp()
849 AllocaInst *Alloca; in foldAllocaCmp() member
7099 if (auto *Alloca = dyn_cast<AllocaInst>(getUnderlyingObject(Op0))) in visitICmpInst() local
7102 if (auto *Alloca = dyn_cast<AllocaInst>(getUnderlyingObject(Op1))) in visitICmpInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3188 AllocaInst *Alloca; in createAllocaForLayout() local
3264 auto *Alloca = dyn_cast<AllocaInst>(Store->getPointerOperand()); in findStoresToUninstrumentedArgAllocas() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp2200 if (AllocaInst *Alloca = dyn_cast<AllocaInst>(Arg)) { in OptimizeWeakCalls() local

12