Searched defs:TmpOffset (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp349 uint64_t TmpOffset = Addr.getOffset(); local
360 TmpOffset += SL->getElementOffset(Idx);
366 TmpOffset += CI->getSExtValue() * S;
373 TmpOffset += CI->getSExtValue() * S;
385 Addr.setOffset(TmpOffset);
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp317 long TmpOffset = Addr.Offset; local
328 TmpOffset += SL->getElementOffset(Idx);
334 TmpOffset += CI->getSExtValue() * S;
341 TmpOffset += CI->getSExtValue() * S;
353 Addr.Offset = TmpOffset;
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp794 int TmpOffset = Addr.Offset; local
805 TmpOffset += SL->getElementOffset(Idx);
811 TmpOffset += CI->getSExtValue() * S;
818 TmpOffset += CI->getSExtValue() * S;
830 Addr.Offset = TmpOffset;

Completed in 1649 milliseconds