Searched refs:HasMPX (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrMPX.td | 19 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 …]
|
D | X86Subtarget.h | 250 bool HasMPX; variable 451 bool hasMPX() const { return HasMPX; } in hasMPX()
|
D | X86Subtarget.cpp | 276 HasMPX = false; in initializeEnvironment()
|
D | X86.td | 203 def FeatureMPX : SubtargetFeature<"mpx", "HasMPX", "true",
|
D | X86InstrInfo.td | 855 def HasMPX : Predicate<"Subtarget->hasMPX()">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrMPX.td | 22 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 …]
|
D | X86Subtarget.h | 358 bool HasMPX = false; variable 642 bool hasMPX() const { return HasMPX; } in hasMPX()
|
D | X86.td | 235 def FeatureMPX : SubtargetFeature<"mpx", "HasMPX", "true",
|
D | X86InstrInfo.td | 900 def HasMPX : Predicate<"Subtarget->hasMPX()">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/ |
D | Nios2Subtarget.h | 42 bool HasMPX; variable
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 2338 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/ |
D | X86GenSubtargetInfo.inc | 16730 if (Bits[X86::FeatureMPX]) HasMPX = true;
|