Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FindModifiedNodeSlot

729 /// FindModifiedNodeSlot - Find a slot for the specified node if its operands
733 SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N, SDValue Op,
746 /// FindModifiedNodeSlot - Find a slot for the specified node if its operands
750 SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N,
765 /// FindModifiedNodeSlot - Find a slot for the specified node if its operands
769 SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N,
4941 if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos))
4966 if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos))
5024 if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, NumOps, InsertPos))