Home | History | Annotate | Download | only in X86

Lines Matching refs:Options

106                                    const TargetOptions &Options,
109 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, RM, CM,
112 Subtarget(TT, CPU, FS, *this, Options.StackAlignmentOverride) {
118 this->Options.TrapUnreachable = true;
122 // all operations. Defaults may be overridden by using command-line options.
125 this->Options.Reciprocals.setDefaults("sqrtf", true, 1);
126 this->Options.Reciprocals.setDefaults("divf", false, 1);
127 this->Options.Reciprocals.setDefaults("vec-sqrtf", true, 1);
128 this->Options.Reciprocals.setDefaults("vec-divf", true, 1);
147 // FIXME: This is related to the code below to reset the target options,
167 Options.StackAlignmentOverride);
173 // Command line options for x86
196 /// X86 Code Generator Pass Configuration Options.