Searched refs:HasENQCMD (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 403 HasENQCMD = true; in handleTargetFeatures() 915 if (HasENQCMD) in getTargetDefines() 1207 .Case("enqcmd", HasENQCMD) in hasFeature()
|
H A D | X86.h | 142 bool HasENQCMD = false; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrPredicates.td | 168 def HasENQCMD : Predicate<"Subtarget->hasENQCMD()">;
|
H A D | X86InstrMisc.td | 1577 T8, XD, AdSize16, Requires<[HasENQCMD, Not64BitMode]>; 1581 T8, XS, AdSize16, Requires<[HasENQCMD, Not64BitMode]>; 1583 defm "" : Enqcmds<"">, T8, Requires<[HasENQCMD, NoEGPR]>; 1584 defm "" : Enqcmds<"_EVEX">, EVEX, T_MAP4, Requires<[HasENQCMD, HasEGPR, In64BitMode]>;
|
H A D | X86.td | 297 def FeatureENQCMD : SubtargetFeature<"enqcmd", "HasENQCMD", "true",
|