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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1613 static void insertDAGNode(SelectionDAG &DAG, SDValue Pos, SDValue N) { function
1659 insertDAGNode(DAG, N, Eight);
1660 insertDAGNode(DAG, N, Srl);
1661 insertDAGNode(DAG, N, NewMask);
1662 insertDAGNode(DAG, N, And);
1663 insertDAGNode(DAG, N, ShlCount);
1664 insertDAGNode(DAG, N, Shl);
1716 insertDAGNode(DAG, N, NewX);
1729 insertDAGNode(DAG, N, NewMask);
1730 insertDAGNode(DA
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp612 static void insertDAGNode(SelectionDAG *DAG, SDNode *Pos, SDValue N) { function
643 insertDAGNode(CurDAG, Base.getNode(), Trunc);
1010 insertDAGNode(CurDAG, N, Mask);
1011 insertDAGNode(CurDAG, N, New);

Completed in 192 milliseconds