Home
last modified time | relevance | path

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

/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/lib/Transforms/Scalar/
DScalarReplAggregates.cpp229 unsigned AllocaSize; member in __anonfda53a430211::ConvertToScalarInfo
1405 uint64_t AllocaSize = TD->getTypeAllocSize(AI->getAllocatedType()); in performScalarRepl() local
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp707 size_t AllocaSize; member
723 size_t AllocaSize; member
1578 size_t AllocaSize; member
/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