Lines Matching defs:ISEL_DUMP
187 #define ISEL_DUMP(X) \
196 #define ISEL_DUMP(X) do { } while (false)
598 ISEL_DUMP(dbgs() << "\n\n\n=== " << FuncName << '\n');
805 ISEL_DUMP(dbgs() << "*** MachineFunction at end of ISel ***\n");
806 ISEL_DUMP(MF->print(dbgs()));
914 ISEL_DUMP(dbgs() << "\nInitial selection DAG: "
934 ISEL_DUMP(dbgs() << "\nOptimized lowered selection DAG: "
956 ISEL_DUMP(dbgs() << "\nType-legalized selection DAG: "
980 ISEL_DUMP(dbgs() << "\nOptimized type-legalized selection DAG: "
998 ISEL_DUMP(dbgs() << "\nVector-legalized selection DAG: "
1014 ISEL_DUMP(dbgs() << "\nVector/type-legalized selection DAG: "
1034 ISEL_DUMP(dbgs() << "\nOptimized vector-legalized selection DAG: "
1054 ISEL_DUMP(dbgs() << "\nLegalized selection DAG: "
1074 ISEL_DUMP(dbgs() << "\nOptimized legalized selection DAG: "
1098 ISEL_DUMP(dbgs() << "\nSelected selection DAG: "