Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp232 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe()
262 uint64_t AllocaSize) { in IsMemIntrinsicSafe()
280 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca()
/external/llvm/lib/CodeGen/
DSafeStack.cpp225 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe()
254 uint64_t AllocaSize) { in IsMemIntrinsicSafe()
266 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp130 uint64_t AllocaSize = 0; in getInlineThreshold() local
DAMDGPUTargetTransformInfo.cpp161 unsigned AllocaSize = Ty->isSized() ? DL.getTypeAllocSize(Ty) : 0; in getUnrollingPreferences() local
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp673 size_t AllocaSize; member
689 size_t AllocaSize; member
1665 size_t AllocaSize; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp4277 uint64_t AllocaSize = DL.getTypeAllocSize(AI.getAllocatedType()); in splitAlloca() local
4341 uint64_t AllocaSize = DL.getTypeSizeInBits(NewAI->getAllocatedType()); in splitAlloca() local
4361 uint64_t AllocaSize = DL.getTypeSizeInBits(AI.getAllocatedType()); in splitAlloca() local
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp879 Operand *AllocaSize = Ctx->getConstantInt32(TotalSize); in sortAndCombineAllocas() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp175 uint64_t AllocaSize = DL.getTypeStoreSize(AI->getAllocatedType()); in isDereferenceableForAllocaSize() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1711 ConstantInt *AllocaSize = nullptr; in InlineFunction() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp4005 uint64_t AllocaSize = DL.getTypeSizeInBits(NewAI->getAllocatedType()); in splitAlloca() local
4024 uint64_t AllocaSize = DL.getTypeSizeInBits(AI.getAllocatedType()); in splitAlloca() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1993 ConstantInt *AllocaSize = nullptr; in InlineFunction() local