Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp126 uint64_t AllocaSize = 0; in getInlineThreshold() local
DAMDGPUTargetTransformInfo.cpp160 unsigned AllocaSize = Ty->isSized() ? DL.getTypeAllocSize(Ty) : 0; in getUnrollingPreferences() local
/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-7.0/llvm/lib/CodeGen/
DSafeStack.cpp232 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe()
262 uint64_t AllocaSize) { in IsMemIntrinsicSafe()
274 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp229 unsigned AllocaSize; member in __anonafddda8d0211::ConvertToScalarInfo
1405 uint64_t AllocaSize = TD->getTypeAllocSize(AI->getAllocatedType()); in performScalarRepl() local
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp704 size_t AllocaSize; member
720 size_t AllocaSize; member
1576 size_t AllocaSize; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp4179 uint64_t AllocaSize = DL.getTypeAllocSize(AI.getAllocatedType()); in splitAlloca() local
4243 uint64_t AllocaSize = DL.getTypeSizeInBits(NewAI->getAllocatedType()); in splitAlloca() local
4263 uint64_t AllocaSize = DL.getTypeSizeInBits(AI.getAllocatedType()); in splitAlloca() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp178 uint64_t AllocaSize = DL.getTypeStoreSize(AI->getAllocatedType()); in isDereferenceableForAllocaSize() local
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp976 Operand *AllocaSize = Ctx->getConstantInt32(TotalSize); in sortAndCombineAllocas() 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-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1924 ConstantInt *AllocaSize = nullptr; in InlineFunction() local