/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFrameInfo.cpp | 53 const AllocaInst *Alloca, in CreateStackObject() 75 const AllocaInst *Alloca) { in CreateVariableSizedObject()
|
H A D | SwiftErrorValueTracking.cpp | 109 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(&Inst)) in setFunction() local
|
H A D | MIRPrinter.cpp | 447 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects() local
|
H A D | MachineOperand.cpp | 560 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex)) in printFrameIndex() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 459 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 D | CoroSplit.cpp | 675 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 D | RandomIRBuilder.cpp | 71 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 D | CGGPUBuiltin.cpp | 116 llvm::Value *Alloca = CGF->CreateTempAlloca(AllocaTy); in packArgsIntoNVPTXFormatBuffer() local
|
H A D | CGExpr.cpp | 78 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 D | AMDGPUPromoteAlloca.cpp | 252 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 D | AMDGPUTargetTransformInfo.cpp | 197 const AllocaInst *Alloca = in getUnrollingPreferences() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | WinEHFuncInfo.h | 65 const AllocaInst *Alloca; member
|
H A D | MachineFrameInfo.h | 164 const AllocaInst *Alloca; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 476 Constant *FunctionSpecializer::getPromotableAlloca(AllocaInst *Alloca, in getPromotableAlloca() 517 auto *Alloca = dyn_cast<AllocaInst>(Val); in getConstantStackValue() local
|
H A D | GlobalOpt.cpp | 1479 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 D | RewriteStatepointsForGC.cpp | 1975 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 D | MemCpyOptimizer.cpp | 1408 if (auto *Alloca = dyn_cast<AllocaInst>(getUnderlyingObject(V))) { in hasUndefContents() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 846 const AllocaInst *Alloca = nullptr; in initializeFrameInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 1100 auto *Alloca = dyn_cast<AllocaInst>(this); in isSwiftError() local
|
H A D | DebugInfo.cpp | 1964 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 D | ARMFastISel.cpp | 1018 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 D | X86FastISel.cpp | 1142 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 D | InstCombineCompares.cpp | 834 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 D | ObjCARCOpts.cpp | 2208 if (AllocaInst *Alloca = dyn_cast<AllocaInst>(Arg)) { in OptimizeWeakCalls() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 3285 AllocaInst *Alloca; in createAllocaForLayout() local 3361 auto *Alloca = dyn_cast<AllocaInst>(Store->getPointerOperand()); in findStoresToUninstrumentedArgAllocas() local
|