| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/ |
| H A D | SpillUtils.h | 23 AllocaInst *Alloca; member
|
| /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 | 443 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects() local
|
| H A D | MachineOperand.cpp | 569 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex)) in printFrameIndex() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 348 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 D | CoroSplit.cpp | 585 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 D | KernelInfo.cpp | 104 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 D | CGGPUBuiltin.cpp | 93 llvm::Value *Alloca = CGF->CreateTempAlloca(AllocaTy); in packArgsIntoNVPTXFormatBuffer() local
|
| H A D | CGExpr.cpp | 94 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 D | RandomIRBuilder.cpp | 70 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 D | AMDGPUPromoteAlloca.cpp | 239 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 D | WinEHFuncInfo.h | 65 const AllocaInst *Alloca; member
|
| H A D | MachineFrameInfo.h | 166 const AllocaInst *Alloca; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILLegalizePass.cpp | 357 if (auto *Alloca = dyn_cast<AllocaInst>(Val)) in emitMemcpyExpansion() local 411 AllocaInst *Alloca = dyn_cast<AllocaInst>(Dst); in emitMemsetExpansion() local
|
| H A D | DXILDataScalarization.cpp | 313 } else if (AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrOperand)) { in visitGetElementPtrInst() local
|
| H A D | DXILFlattenArrays.cpp | 286 } else if (auto *Alloca = dyn_cast<AllocaInst>(PtrOperand)) in visitGetElementPtrInst() local
|
| H A D | DXILOpLowering.cpp | 418 Value *Alloca = IRB.CreateAlloca(ArrayTy); in replaceResRetUses() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 519 Constant *FunctionSpecializer::getPromotableAlloca(AllocaInst *Alloca, in getPromotableAlloca() 555 auto *Alloca = dyn_cast<AllocaInst>(Val); in getConstantStackValue() local
|
| H A D | GlobalOpt.cpp | 1493 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 D | RewriteStatepointsForGC.cpp | 1981 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 D | DependencyGraph.h | 199 AllocaInst *Alloca; in isMemDepNodeCandidate() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 811 if (auto *Alloca = dyn_cast<AllocaInst>(&I)) { in updateEspForInAllocas() local
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Value.cpp | 1128 auto *Alloca = dyn_cast<AllocaInst>(this); in isSwiftError() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 924 const AllocaInst *Alloca = nullptr; in initializeFrameInfo() local
|