Searched refs:HasMOVDIR64B (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.h | 211 bool HasMOVDIR64B = false; variable 614 bool hasMOVDIR64B() const { return HasMOVDIR64B; } in hasMOVDIR64B()
|
| H A D | X86.td | 403 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",
|
| H A D | X86InstrInfo.td | 885 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">; 2729 T8PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>; 2733 T8PD, AdSize32, Requires<[HasMOVDIR64B]>; 2737 T8PD, AdSize64, Requires<[HasMOVDIR64B, In64BitMode]>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 813 HasMOVDIR64B = true; in handleTargetFeatures() 1185 if (HasMOVDIR64B) in getTargetDefines() 1399 .Case("movdir64b", HasMOVDIR64B) in hasFeature()
|
| H A D | X86.h | 106 bool HasMOVDIR64B = false; variable
|