Home | History | Annotate | Download | only in X86

Lines Matching full:x86

1 //===-- X86TargetMachine.cpp - Define TargetMachine for the X86 -----------===//
10 // This file defines the X86 specific subclass of TargetMachine.
15 #include "X86.h"
76 /// X86TargetMachine ctor - Create an X86 target.
114 // Command line options for x86
117 UseVZeroUpper("x86-use-vzeroupper",
121 // Temporary option to control early if-conversion for x86 while adding machine
124 X86EarlyIfConv("x86-early-ifcvt",
125 cl::desc("Enable early if-conversion on X86"));
128 // X86 Analysis Pass Setup
132 // Add first the target-independent BasicTTI pass, then our X86 pass. This
133 // allows the X86 pass to delegate to the target independent layer when
145 /// X86 Code Generator Pass Configuration Options.
206 addPass(createExecutionDependencyFixPass(&X86::VR128RegClass));