Lines Matching refs:Offset
385 // Offset to first argument stack slot.
440 unsigned Offset = FirstArgOffset + VA.getLocMemOffset();
443 DAG.getIntPtrConstant(Offset));
729 int64_t Offset = cast<GlobalAddressSDNode>(Op)->getOffset();
737 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), Offset);
738 Offset = 0;
754 // If there was a non-zero offset that we didn't fold, create an explicit
756 if (Offset != 0)
758 DAG.getConstant(Offset, getPointerTy()));