HomeSort by relevance Sort by last modified time
    Searched refs:AllocaSize (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
SafeStack.cpp 180 bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize);
183 const Value *AllocaPtr, uint64_t AllocaSize);
185 uint64_t AllocaSize);
225 const Value *AllocaPtr, uint64_t AllocaSize) {
235 ConstantRange(APInt(BitWidth, 0), APInt(BitWidth, AllocaSize));
254 uint64_t AllocaSize) {
260 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize);
266 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) {
284 AllocaSize))
300 AllocaPtr, AllocaSize))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 228 /// AllocaSize - The size of the alloca being considered in bytes.
229 unsigned AllocaSize;
268 : AllocaSize(Size), TD(td), IsNotTrivial(false), ScalarKind(Unknown),
301 if (ScalarKind == Vector && VectorTy->getBitWidth() != AllocaSize * 8)
317 unsigned BitWidth = AllocaSize * 8;
364 if (EltSize == AllocaSize)
370 if (Offset % EltSize == 0 && AllocaSize % EltSize == 0 &&
375 VectorTy = VectorType::get(In, AllocaSize/EltSize);
390 if (VInTy->getBitWidth()/8 == AllocaSize && Offset == 0) {
482 if (Len->getZExtValue() != AllocaSize || Offset != 0
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 707 size_t AllocaSize;
723 size_t AllocaSize;
774 alloca(encoder->AllocaSize);
794 alloca(decoder->AllocaSize);
809 , size_t allocaSize
818 decoder.AllocaSize = allocaSize;
1300 encoder.AllocaSize = (i * 16 * 21) & 0x7FF;
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfg.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 451 milliseconds