Searched refs:HasMOVDIR64B (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 210 bool HasMOVDIR64B = false; variable 644 bool hasMOVDIR64B() const { return HasMOVDIR64B; } in hasMOVDIR64B()
|
D | X86.td | 432 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",
|
D | X86InstrInfo.td | 936 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">; 2801 T8PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>; 2805 T8PD, AdSize32, Requires<[HasMOVDIR64B]>; 2809 T8PD, AdSize64, Requires<[HasMOVDIR64B, In64BitMode]>;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 208 bool HasMOVDIR64B = false; variable 687 bool hasMOVDIR64B() const { return HasMOVDIR64B; } in hasMOVDIR64B()
|
D | X86.td | 491 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",
|
D | X86InstrInfo.td | 963 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">; 2866 T8PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>; 2870 T8PD, AdSize32, Requires<[HasMOVDIR64B]>; 2874 T8PD, AdSize64, Requires<[HasMOVDIR64B, In64BitMode]>;
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | X86.cpp | 292 HasMOVDIR64B = true; in handleTargetFeatures() 715 if (HasMOVDIR64B) in getTargetDefines() 970 .Case("movdir64b", HasMOVDIR64B) in hasFeature()
|
D | X86.h | 126 bool HasMOVDIR64B = false; variable
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23155 if (Bits[X86::FeatureMOVDIR64B]) HasMOVDIR64B = true;
|