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

  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 349 uint64_t TmpOffset = Addr.getOffset();
360 TmpOffset += SL->getElementOffset(Idx);
366 TmpOffset += CI->getSExtValue() * S;
373 TmpOffset += CI->getSExtValue() * S;
385 Addr.setOffset(TmpOffset);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 317 long TmpOffset = Addr.Offset;
328 TmpOffset += SL->getElementOffset(Idx);
334 TmpOffset += CI->getSExtValue() * S;
341 TmpOffset += CI->getSExtValue() * S;
353 Addr.Offset = TmpOffset;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 794 int TmpOffset = Addr.Offset;
805 TmpOffset += SL->getElementOffset(Idx);
811 TmpOffset += CI->getSExtValue() * S;
818 TmpOffset += CI->getSExtValue() * S;
830 Addr.Offset = TmpOffset;
    [all...]

Completed in 115 milliseconds