Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
lib/Basic/Targets/X86.h
Show First 20 Lines • Show All 96 Lines • ▼ Show 20 Lines | class LLVM_LIBRARY_VISIBILITY X86TargetInfo : public TargetInfo { | ||||
bool HasCLWB = false; | bool HasCLWB = false; | ||||
bool HasMOVBE = false; | bool HasMOVBE = false; | ||||
bool HasPREFETCHWT1 = false; | bool HasPREFETCHWT1 = false; | ||||
bool HasRDPID = false; | bool HasRDPID = false; | ||||
bool HasRetpoline = false; | bool HasRetpoline = false; | ||||
bool HasRetpolineExternalThunk = false; | bool HasRetpolineExternalThunk = false; | ||||
bool HasLAHFSAHF = false; | bool HasLAHFSAHF = false; | ||||
bool HasWBNOINVD = false; | bool HasWBNOINVD = false; | ||||
bool HasWAITPKG = false; | |||||
protected: | protected: | ||||
/// \brief Enumeration of all of the X86 CPUs supported by Clang. | /// \brief Enumeration of all of the X86 CPUs supported by Clang. | ||||
/// | /// | ||||
/// Each enumeration represents a particular CPU supported by Clang. These | /// Each enumeration represents a particular CPU supported by Clang. These | ||||
/// loosely correspond to the options passed to '-march' or '-mtune' flags. | /// loosely correspond to the options passed to '-march' or '-mtune' flags. | ||||
enum CPUKind { | enum CPUKind { | ||||
CK_Generic, | CK_Generic, | ||||
▲ Show 20 Lines • Show All 725 Lines • Show Last 20 Lines |