Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Selected

107 STATISTIC(NumFastIselSuccess, "Number of instructions fast isel selected");
108 STATISTIC(NumFastIselBlocks, "Number of blocks selected entirely by fast isel");
109 STATISTIC(NumDAGBlocks, "Number of blocks selected using DAG");
158 cl::desc("Pop up a window to show isel dags as they are selected"));
381 // If we already selected that function, we do not need to run SDISel.
383 MachineFunctionProperties::Property::Selected))
895 LLVM_DEBUG(dbgs() << "Selected selection DAG: "
976 // Should a fused node have a successor which has yet to be selected, our
981 // achieved by selected nodes). As the conversion is reversable the original Id,
1065 // successors of an already selected node should have a negative id.
1072 "Node has already selected predecessor node");
1618 // then see if there is a load right before the selected instructions.
1735 // But if FastISel was run, we already selected some of the block.
2358 // the user (which has already been selected) has a chain or indirectly uses
2889 // FIXME: Should these even be selected? Handle these cases in the caller?
2916 NodeToMatch->setNodeId(-1); // Mark selected.
2937 assert(!NodeToMatch->isMachineOpcode() && "Node already selected!");
3465 // So it should be safe to assume that this node has been selected