Searched refs:HasMOVDIR64B (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 315 HasMOVDIR64B = true; in handleTargetFeatures() 758 if (HasMOVDIR64B) in getTargetDefines() 1021 .Case("movdir64b", HasMOVDIR64B) in hasFeature()
|
| H A D | X86.h | 134 bool HasMOVDIR64B = false; variable
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.td | 972 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">; 2878 T8PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>; 2882 T8PD, AdSize32, Requires<[HasMOVDIR64B]>; 2886 T8PD, AdSize64, Requires<[HasMOVDIR64B, In64BitMode]>;
|
| H A D | X86.td | 293 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",
|