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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 298 int AllocaSize =
301 if (AllocaSize > LocalMemAvailable) {
314 LocalMemAvailable -= AllocaSize;
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 266 /// AllocaSize - The size of the alloca being considered in bytes.
267 unsigned AllocaSize;
313 : AllocaSize(Size), DL(DL), ScalarLoadThreshold(SLT), IsNotTrivial(false),
350 if (ScalarKind == Vector && VectorTy->getBitWidth() != AllocaSize * 8)
366 unsigned BitWidth = AllocaSize * 8;
425 if (EltSize == AllocaSize)
431 if (Offset % EltSize == 0 && AllocaSize % EltSize == 0 &&
436 VectorTy = VectorType::get(In, AllocaSize/EltSize);
451 if (VInTy->getBitWidth()/8 == AllocaSize && Offset == 0) {
560 if (Len->getZExtValue() != AllocaSize || Offset != 0
    [all...]

Completed in 793 milliseconds