Home
last modified time | relevance | path

Searched refs:HasMOVDIR64B (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DX86.cpp315 HasMOVDIR64B = true; in handleTargetFeatures()
758 if (HasMOVDIR64B) in getTargetDefines()
1021 .Case("movdir64b", HasMOVDIR64B) in hasFeature()
H A DX86.h134 bool HasMOVDIR64B = false; variable
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.td972 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">;
2878 T8PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>;
2882 T8PD, AdSize32, Requires<[HasMOVDIR64B]>;
2886 T8PD, AdSize64, Requires<[HasMOVDIR64B, In64BitMode]>;
H A DX86.td293 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",