Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FindModifiedNodeSlot

790 /// FindModifiedNodeSlot - Find a slot for the specified node if its operands
794 SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N, SDValue Op,
807 /// FindModifiedNodeSlot - Find a slot for the specified node if its operands
811 SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N,
826 /// FindModifiedNodeSlot - Find a slot for the specified node if its operands
830 SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N, ArrayRef<SDValue> Ops,
5218 if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos))
5243 if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos))
5302 if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, InsertPos))