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

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 346 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue();
347 if ((SizeInBytes >> 32) != 0)
359 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes,
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 668 unsigned SizeInBytes = ValVT.getSizeInBits() >> 3;
669 State.AllocateStack(SizeInBytes, SizeInBytes);
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 196 milliseconds