Home
last modified time | relevance | path

Searched refs:HasMPX (Results 1 – 12 of 12) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrMPX.td22 Requires<[HasMPX, Not64BitMode]>;
25 Requires<[HasMPX, In64BitMode]>;
33 Requires<[HasMPX, Not64BitMode]>;
36 Requires<[HasMPX, In64BitMode]>;
40 Requires<[HasMPX, Not64BitMode]>;
43 Requires<[HasMPX, In64BitMode]>;
51 Requires<[HasMPX]>, NotMemoryFoldable;
55 Requires<[HasMPX, Not64BitMode]>, NotMemoryFoldable;
58 Requires<[HasMPX, In64BitMode]>, NotMemoryFoldable;
63 Requires<[HasMPX]>, NotMemoryFoldable;
[all …]
DX86Subtarget.h358 bool HasMPX = false; variable
642 bool hasMPX() const { return HasMPX; } in hasMPX()
DX86.td235 def FeatureMPX : SubtargetFeature<"mpx", "HasMPX", "true",
DX86InstrInfo.td900 def HasMPX : Predicate<"Subtarget->hasMPX()">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2Subtarget.h42 bool HasMPX; variable
/external/clang/lib/Basic/
DTargets.cpp2338 bool HasMPX = false; member in __anond4862fe70111::X86TargetInfo
3324 HasMPX = true; in handleTargetFeatures()
3766 .Case("mpx", HasMPX) in hasFeature()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc16730 if (Bits[X86::FeatureMPX]) HasMPX = true;