Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.h211 bool HasMOVDIR64B = false; variable
614 bool hasMOVDIR64B() const { return HasMOVDIR64B; } in hasMOVDIR64B()
H A DX86.td403 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",
H A DX86InstrInfo.td885 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 DX86.cpp813 HasMOVDIR64B = true; in handleTargetFeatures()
1185 if (HasMOVDIR64B) in getTargetDefines()
1399 .Case("movdir64b", HasMOVDIR64B) in hasFeature()
H A DX86.h106 bool HasMOVDIR64B = false; variable