Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FastISel

30 #include "llvm/CodeGen/FastISel.h"
739 FastISel *FastIS) {
810 FastISel *FastIS = 0;
860 // Before doing SelectionDAG ISel, see if FastISel has been requested.
865 // beginning FastISel on the entry block.
880 // Do FastISel on as many instructions as possible.
892 // Try to select the instruction with FastISel.
916 dbgs() << "FastISel missed call: ";
942 dbgs() << "FastISel missed terminator: ";
948 dbgs() << "FastISel miss: ";
954 llvm_unreachable("FastISel didn't select the entire block");
969 // not handled by FastISel. If FastISel is not run, this is the entire