Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp236 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe()
266 uint64_t AllocaSize) { in IsMemIntrinsicSafe()
284 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackLifetime.cpp78 int64_t AllocaSize = AllocaSizeInBits.getValue() / 8; in findMatchingAlloca() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp196 unsigned AllocaSize = Ty->isSized() ? DL.getTypeAllocSize(Ty) : 0; in getUnrollingPreferences() local
1205 uint64_t AllocaSize = 0; in adjustInliningThreshold() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp163 uint64_t AllocaSize = DL.getTypeStoreSize(AI->getAllocatedType()); in isDereferenceableForAllocaSize() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4435 uint64_t AllocaSize = in splitAlloca() local
4500 uint64_t AllocaSize = in splitAlloca() local
4519 uint64_t AllocaSize = in splitAlloca() local
H A DMemCpyOptimizer.cpp1279 if (Optional<TypeSize> AllocaSize = Alloca->getAllocationSizeInBits(DL)) in hasUndefContentsMSSA() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2204 ConstantInt *AllocaSize = nullptr; in InlineFunction() local