Searched refs:HasMOVDIR64B (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.h | 208 bool HasMOVDIR64B = false; variable 697 bool hasMOVDIR64B() const { return HasMOVDIR64B; } in hasMOVDIR64B()
|
| H A D | X86.td | 496 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",
|
| H A D | X86InstrInfo.td | 972 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">; 2875 T8PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>; 2879 T8PD, AdSize32, Requires<[HasMOVDIR64B]>; 2883 T8PD, AdSize64, Requires<[HasMOVDIR64B, In64BitMode]>;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 305 HasMOVDIR64B = true; in handleTargetFeatures() 730 if (HasMOVDIR64B) in getTargetDefines() 986 .Case("movdir64b", HasMOVDIR64B) in hasFeature()
|
| H A D | X86.h | 131 bool HasMOVDIR64B = false; variable
|