Home | History | Annotate | Download | only in X86

Lines Matching refs:RegNodeBase

17305 ///   RegNodeBase = EntryEBP - RegNodeSize
17306 /// ParentFP = RegNodeBase - ParentFrameOffset
17340 // RegNodeBase = EntryEBP - RegNodeSize
17341 // ParentFP = RegNodeBase - ParentFrameOffset
17342 SDValue RegNodeBase = DAG.getNode(ISD::SUB, dl, PtrVT, EntryEBP,
17344 return DAG.getNode(ISD::SUB, dl, PtrVT, RegNodeBase, ParentFrameOffset);