Searched refs:AllocaSize (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/R600/
H A DAMDGPUPromoteAlloca.cpp269 int AllocaSize = WorkGroupSize * local
272 if (AllocaSize > LocalMemAvailable) {
278 LocalMemAvailable -= AllocaSize;
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp474 size_t AllocaSize; member in struct:CEncoderInfo
482 size_t AllocaSize; member in struct:CEncoderInfo::CDecoderInfo
510 alloca(encoder->AllocaSize);
523 alloca(decoder->AllocaSize);
545 decoder.AllocaSize = allocaSize;
739 encoder.AllocaSize = (i * 16 * 21) & 0x7FF;
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp260 /// AllocaSize - The size of the alloca being considered in bytes.
261 unsigned AllocaSize; member in class:__anon26334::ConvertToScalarInfo
307 : AllocaSize(Size), DL(DL), ScalarLoadThreshold(SLT), IsNotTrivial(false),
344 if (ScalarKind == Vector && VectorTy->getBitWidth() != AllocaSize * 8)
360 unsigned BitWidth = AllocaSize * 8;
419 if (EltSize == AllocaSize)
425 if (Offset % EltSize == 0 && AllocaSize % EltSize == 0 &&
430 VectorTy = VectorType::get(In, AllocaSize/EltSize);
445 if (VInTy->getBitWidth()/8 == AllocaSize && Offset == 0) {
554 if (Len->getZExtValue() != AllocaSize || Offse
1497 uint64_t AllocaSize = DL->getTypeAllocSize(AI->getAllocatedType()); local
[all...]
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp746 ConstantInt *AllocaSize = nullptr; local
758 AllocaSize = ConstantInt::get(Type::getInt64Ty(AI->getContext()),
764 builder.CreateLifetimeStart(AI, AllocaSize);
770 IRBuilder<>(RI).CreateLifetimeEnd(AI, AllocaSize);

Completed in 439 milliseconds