Searched refs:HasMOVDIR64B (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86Subtarget.h | 210 bool HasMOVDIR64B = false; variable 654 bool hasMOVDIR64B() const { return HasMOVDIR64B; } in hasMOVDIR64B()
|
| HD | 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]>;
|
| HD | X86.td | 448 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/ |
| HD | X86.cpp | 851 HasMOVDIR64B = true; in handleTargetFeatures() 1240 if (HasMOVDIR64B) in getTargetDefines() 1462 .Case("movdir64b", HasMOVDIR64B) in hasFeature()
|
| HD | X86.h | 123 bool HasMOVDIR64B = false; variable
|