Home
last modified time | relevance | path

Searched defs:AllocaSize (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp218 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe()
257 uint64_t AllocaSize) { in IsMemIntrinsicSafe()
275 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp202 unsigned AllocaSize = Ty->isSized() ? DL.getTypeAllocSize(Ty) : 0; in getUnrollingPreferences() local
1256 unsigned AllocaSize = 0; in getCallArgsTotalAllocaSize() local
1282 unsigned AllocaSize = getCallArgsTotalAllocaSize(CB, DL); in adjustInliningThreshold() local
1293 auto AllocaSize = getCallArgsTotalAllocaSize(CB, DL); in getCallerAllocaCost() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp70 auto AllocaSize = AI->getAllocationSize(DL); in findMatchingAlloca() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1411 if (std::optional<TypeSize> AllocaSize = in hasUndefContents() local
1979 std::optional<TypeSize> AllocaSize = AI->getAllocationSize(DL); in processImmutArgument() local
H A DSROA.cpp5224 uint64_t AllocaSize = in splitAlloca() local
5288 uint64_t AllocaSize = in splitAlloca() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp190 uint64_t AllocaSize = DL.getTypeStoreSize(AI->getAllocatedType()); in isDereferenceableForAllocaSize() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2656 ConstantInt *AllocaSize = nullptr; in InlineFunction() local