Searched refs:FindModifiedNodeSlot (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1197 SDNode *FindModifiedNodeSlot(SDNode *N, SDValue Op, void *&InsertPos);
1198 SDNode *FindModifiedNodeSlot(SDNode *N, SDValue Op1, SDValue Op2,
1200 SDNode *FindModifiedNodeSlot(SDNode *N, ArrayRef<SDValue> Ops,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp790 /// FindModifiedNodeSlot - Find a slot for the specified node if its operands
794 SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N, SDValue Op, function in class:SelectionDAG
807 /// FindModifiedNodeSlot - Find a slot for the specified node if its operands
811 SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N, function in class:SelectionDAG
826 /// FindModifiedNodeSlot - Find a slot for the specified node if its operands
830 SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N, ArrayRef<SDValue> Ops, function in class:SelectionDAG
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))

Completed in 137 milliseconds