Home
last modified time | relevance | path

Searched refs:HasMPX (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrMPX.td19 Requires<[HasMPX, Not64BitMode]>;
22 Requires<[HasMPX, In64BitMode]>;
30 Requires<[HasMPX, Not64BitMode]>;
33 Requires<[HasMPX, In64BitMode]>;
36 Requires<[HasMPX, Not64BitMode]>;
39 Requires<[HasMPX, In64BitMode]>;
47 Requires<[HasMPX]>;
50 Requires<[HasMPX, Not64BitMode]>;
53 Requires<[HasMPX, In64BitMode]>;
57 Requires<[HasMPX]>;
[all …]
DX86Subtarget.h250 bool HasMPX; variable
451 bool hasMPX() const { return HasMPX; } in hasMPX()
DX86Subtarget.cpp276 HasMPX = false; in initializeEnvironment()
DX86.td203 def FeatureMPX : SubtargetFeature<"mpx", "HasMPX", "true",
DX86InstrInfo.td855 def HasMPX : Predicate<"Subtarget->hasMPX()">;
/external/clang/lib/Basic/
DTargets.cpp2338 bool HasMPX = false; member in __anon45f003660111::X86TargetInfo
3324 HasMPX = true; in handleTargetFeatures()
3766 .Case("mpx", HasMPX) in hasFeature()