Home | History | Annotate | Download | only in X86

Lines Matching refs:Options

149                                    const TargetOptions &Options,
152 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options,
155 Subtarget(TT, CPU, FS, *this, Options.StackAlignmentOverride) {
163 this->Options.TrapUnreachable = true;
167 // all operations. Defaults may be overridden by using command-line options.
170 this->Options.Reciprocals.setDefaults("sqrtf", true, 1);
171 this->Options.Reciprocals.setDefaults("divf", false, 1);
172 this->Options.Reciprocals.setDefaults("vec-sqrtf", true, 1);
173 this->Options.Reciprocals.setDefaults("vec-divf", true, 1);
197 // FIXME: This is related to the code below to reset the target options,
218 Options.StackAlignmentOverride);
224 // Command line options for x86
247 /// X86 Code Generator Pass Configuration Options.