Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp218 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe() argument
257 uint64_t AllocaSize) { in IsMemIntrinsicSafe() argument
275 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp202 unsigned AllocaSize = Ty->isSized() ? DL.getTypeAllocSize(Ty) : 0; in getUnrollingPreferences() local
1244 unsigned AllocaSize = 0; getCallArgsTotalAllocaSize() local
1270 unsigned AllocaSize = getCallArgsTotalAllocaSize(CB, DL); adjustInliningThreshold() local
1281 auto AllocaSize = getCallArgsTotalAllocaSize(CB, DL); getCallerAllocaCost() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp70 auto AllocaSize = AI->getAllocationSize(DL); in findMatchingAlloca() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1342 if (std::optional<TypeSize> AllocaSize = hasUndefContents() local
1910 std::optional<TypeSize> AllocaSize = AI->getAllocationSize(DL); processImmutArgument() local
H A DSROA.cpp4987 uint64_t AllocaSize = splitAlloca() local
5052 uint64_t AllocaSize = splitAlloca() local
5070 uint64_t AllocaSize = splitAlloca() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp190 uint64_t AllocaSize = DL.getTypeStoreSize(AI->getAllocatedType()); in isDereferenceableForAllocaSize() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2553 ConstantInt *AllocaSize = nullptr; InlineFunction() local