Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Options

190                                  "matches this for all view-*-dags options"));
271 SavedFastISel = IS.TM.Options.EnableFastISel;
275 << (IS.TM.Options.EnableFastISel ? "enabled" : "disabled")
426 // Do some sanity-checking on the command-line options.
427 assert((!EnableFastISelVerbose || TM.Options.EnableFastISel) &&
429 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) &&
435 // Reset the target options before resetting the optimization
1152 if (TM.Options.EnableFastISel)