Searched refs:AllocaSize (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | SafeStack.cpp | 166 bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize); 169 const Value *AllocaPtr, uint64_t AllocaSize); 171 uint64_t AllocaSize); 211 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe() argument 221 ConstantRange(APInt(BitWidth, 0), APInt(BitWidth, AllocaSize)); in IsAccessSafe() 240 uint64_t AllocaSize) { in IsMemIntrinsicSafe() argument 246 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 252 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca() argument 270 AllocaSize)) in IsSafeStackAlloca() 286 AllocaPtr, AllocaSize)) in IsSafeStackAlloca() [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 298 int AllocaSize = in visitAlloca() local 301 if (AllocaSize > LocalMemAvailable) { in visitAlloca() 314 LocalMemAvailable -= AllocaSize; in visitAlloca()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 267 unsigned AllocaSize; member in __anon888c515d0211::ConvertToScalarInfo 313 : AllocaSize(Size), DL(DL), ScalarLoadThreshold(SLT), IsNotTrivial(false), in ConvertToScalarInfo() 350 if (ScalarKind == Vector && VectorTy->getBitWidth() != AllocaSize * 8) in TryConvert() 366 unsigned BitWidth = AllocaSize * 8; in TryConvert() 425 if (EltSize == AllocaSize) in MergeInTypeForLoadOrStore() 431 if (Offset % EltSize == 0 && AllocaSize % EltSize == 0 && in MergeInTypeForLoadOrStore() 436 VectorTy = VectorType::get(In, AllocaSize/EltSize); in MergeInTypeForLoadOrStore() 451 if (VInTy->getBitWidth()/8 == AllocaSize && Offset == 0) { in MergeInVectorType() 560 if (Len->getZExtValue() != AllocaSize || Offset != 0) in CanConvertToScalar() 575 if (!Len || Len->getZExtValue() != AllocaSize || Offset != 0) in CanConvertToScalar() [all …]
|
D | SROA.cpp | 4008 uint64_t AllocaSize = DL.getTypeSizeInBits(NewAI->getAllocatedType()); in splitAlloca() local 4010 uint64_t Size = std::min(AllocaSize, P.size() * SizeOfByte); in splitAlloca()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1362 ConstantInt *AllocaSize = nullptr; in InlineFunction() local 1378 AllocaSize = ConstantInt::get(Type::getInt64Ty(AI->getContext()), in InlineFunction() 1383 builder.CreateLifetimeStart(AI, AllocaSize); in InlineFunction() 1390 IRBuilder<>(RI).CreateLifetimeEnd(AI, AllocaSize); in InlineFunction()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 620 size_t AllocaSize; member 634 size_t AllocaSize; member 681 alloca(encoder->AllocaSize); in EncodeThreadFunction() 698 alloca(decoder->AllocaSize); in DecodeThreadFunction() 720 decoder.AllocaSize = allocaSize; in CreateDecoderThread() 1136 encoder.AllocaSize = (i * 16 * 21) & 0x7FF; in MethodBench()
|