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

  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 383 uint64_t TmpOffset = Addr.getOffset();
393 TmpOffset += SL->getElementOffset(Idx);
399 TmpOffset += CI->getSExtValue() * S;
406 TmpOffset += CI->getSExtValue() * S;
417 Addr.setOffset(TmpOffset);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 322 long TmpOffset = Addr.Offset;
333 TmpOffset += SL->getElementOffset(Idx);
339 TmpOffset += CI->getSExtValue() * S;
346 TmpOffset += CI->getSExtValue() * S;
358 Addr.Offset = TmpOffset;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 552 uint64_t TmpOffset = Addr.getOffset();
563 TmpOffset += SL->getElementOffset(Idx);
569 TmpOffset += CI->getSExtValue() * S;
576 TmpOffset += CI->getSExtValue() * S;
588 Addr.setOffset(TmpOffset);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 799 int TmpOffset = Addr.Offset;
810 TmpOffset += SL->getElementOffset(Idx);
816 TmpOffset += CI->getSExtValue() * S;
823 TmpOffset += CI->getSExtValue() * S;
835 Addr.Offset = TmpOffset;
    [all...]

Completed in 528 milliseconds