Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp53 const AllocaInst *Alloca, in CreateStackObject() argument
75 const AllocaInst *Alloca) { in CreateVariableSizedObject() argument
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)) convertStackObjects() local
H A DMachineOperand.cpp560 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex)) in printFrameIndex() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp456 AllocaInst *Alloca; global() member
767 for (auto *Alloca : AllocaList) addFieldForAllocas() local
774 AllocaInst *Alloca = A.Alloca; addFieldForAllocas() local
831 AllocaInst *Alloca = A.Alloca; addFieldForAllocas() local
1946 AllocaInst *Alloca = P.Alloca; insertSpills() local
1967 AllocaInst *Alloca = A.Alloca; insertSpills() local
2001 AllocaInst *Alloca = A.Alloca; insertSpills() local
2471 auto Alloca = Builder.CreateAlloca(Builder.getInt8Ty(), AI->getSize()); lowerLocalAllocas() local
2558 emitSetAndGetSwiftErrorValueAround(Instruction * Call,AllocaInst * Alloca,coro::Shape & Shape) emitSetAndGetSwiftErrorValueAround() argument
2587 eliminateSwiftErrorAlloca(Function & F,AllocaInst * Alloca,coro::Shape & Shape) eliminateSwiftErrorAlloca() argument
2624 auto Alloca = Builder.CreateAlloca(ValueTy, ArgTy->getAddressSpace()); eliminateSwiftErrorArgument() local
2663 auto Alloca = dyn_cast<AllocaInst>(&Inst); eliminateSwiftError() local
[all...]
H A DCoroSplit.cpp691 auto Alloca = Builder.CreateAlloca(ValueTy); replaceSwiftErrorOps() local
841 auto *Alloca = dyn_cast<AllocaInst>(&I); replaceEntryBlock() local
/freebsd-src/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-src/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); CreateTempAllocaWithoutCast() local
83 auto Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize); CreateTempAlloca() local
136 CreateMemTemp(QualType Ty,const Twine & Name,Address * Alloca) CreateMemTemp() argument
142 CreateMemTemp(QualType Ty,CharUnits Align,const Twine & Name,Address * Alloca) CreateMemTemp() argument
390 createReferenceTemporary(CodeGenFunction & CGF,const MaterializeTemporaryExpr * M,const Expr * Inner,Address * Alloca=nullptr) createReferenceTemporary() argument
505 Address Alloca = Address::invalid(); EmitMaterializeTemporaryExpr() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h65 const AllocaInst *Alloca; member
H A DMachineFrameInfo.h164 const AllocaInst *Alloca; member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp476 Constant *FunctionSpecializer::getPromotableAlloca(AllocaInst *Alloca, in getPromotableAlloca() argument
517 auto *Alloca = dyn_cast<AllocaInst>(Val); in getConstantStackValue() local
H A DGlobalOpt.cpp1467 AllocaInst *Alloca = new AllocaInst(ElemTy, DL.getAllocaAddrSpace(), nullptr, processInternalGlobal() local
1893 auto *Alloca = RemovePreallocated() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1974 Value *Alloca = AllocaMap[OriginalValue]; insertRelocationStores() local
1999 Value *Alloca = AllocaMap[OriginalValue]; insertRematerializationStores() local
2034 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(), relocationViaAlloca() local
2094 AllocaInst *Alloca = Pair.second; relocationViaAlloca() local
2129 AllocaInst *Alloca = Pair.second; relocationViaAlloca() local
[all...]
H A DMemCpyOptimizer.cpp1339 if (auto *Alloca = dyn_cast<AllocaInst>(getUnderlyingObject(V))) { hasUndefContents() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp300 GEPToVectorIndex(GetElementPtrInst * GEP,AllocaInst * Alloca,Type * VecElemTy,const DataLayout & DL) GEPToVectorIndex() argument
623 tryPromoteAllocaToVector(AllocaInst & Alloca) tryPromoteAllocaToVector() argument
[all...]
H A DAMDGPUTargetTransformInfo.cpp197 const AllocaInst *Alloca = in getUnrollingPreferences() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp1099 auto *Alloca = dyn_cast<AllocaInst>(this); isSwiftError() local
H A DDebugInfo.cpp2038 if (const auto *Alloca = dyn_cast<AllocaInst>(Base)) getAssignmentInfoImpl() local
2239 if (AllocaInst *Alloca = runOnFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp826 const AllocaInst *Alloca = nullptr; initializeFrameInfo() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1140 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { X86SelectStore() local
1332 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(SV)) { X86SelectLoad() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp833 foldAllocaCmp(AllocaInst * Alloca) foldAllocaCmp() argument
849 AllocaInst *Alloca; foldAllocaCmp() member
7099 if (auto *Alloca = dyn_cast<AllocaInst>(getUnderlyingObject(Op0))) visitICmpInst() local
7102 if (auto *Alloca = dyn_cast<AllocaInst>(getUnderlyingObject(Op1))) visitICmpInst() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3188 AllocaInst *Alloca; createAllocaForLayout() local
3264 auto *Alloca = dyn_cast<AllocaInst>(Store->getPointerOperand()); findStoresToUninstrumentedArgAllocas() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp2200 if (AllocaInst *Alloca = dyn_cast<AllocaInst>(Arg)) { OptimizeWeakCalls() local

12