Home | History | Annotate | Download | only in X86

Lines Matching refs:RegNodeBase

20416 ///   RegNodeBase = EntryEBP - RegNodeSize
20417 /// ParentFP = RegNodeBase - ParentFrameOffset
20451 // RegNodeBase = EntryEBP - RegNodeSize
20452 // ParentFP = RegNodeBase - ParentFrameOffset
20453 SDValue RegNodeBase = DAG.getNode(ISD::SUB, dl, PtrVT, EntryEBP,
20455 return DAG.getNode(ISD::SUB, dl, PtrVT, RegNodeBase, ParentFrameOffset);