Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SelectionDAG

35 #include "llvm/CodeGen/SelectionDAG.h"
283 CurDAG(new SelectionDAG(tm, OL)),
732 // Free the SelectionDAG state, now that we're finished with it.
739 class ISelUpdater : public SelectionDAG::DAGUpdateListener {
740 SelectionDAG::allnodes_iterator &ISelPosition;
742 ISelUpdater(SelectionDAG &DAG, SelectionDAG::allnodes_iterator &isp)
743 : SelectionDAG::DAGUpdateListener(DAG), ISelPosition(isp) {}
749 if (ISelPosition == SelectionDAG::allnodes_iterator(N))
771 SelectionDAG::allnodes_iterator ISelPosition (CurDAG->getRoot().getNode());
984 // Before doing SelectionDAG ISel, see if FastISel has been requested.
1000 // Use SelectionDAG argument lowering
1130 // Run SelectionDAG instruction selection on the remainder of the block
1851 SelectionDAG *CurDAG) {
1917 // Call the underlying SelectionDAG routine to do the transmogrification. Note