Searched refs:HasMWAITX (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 363 HasMWAITX = true; in handleTargetFeatures() 795 if (HasMWAITX) in getTargetDefines() 1225 .Case("mwaitx", HasMWAITX) in hasFeature()
|
H A D | X86.h | 123 bool HasMWAITX = false; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrPredicates.td | 147 def HasMWAITX : Predicate<"Subtarget->hasMWAITX()">;
|
H A D | X86InstrMisc.td | 1467 TB, Requires<[ HasMWAITX, Not64BitMode ]>; 1470 TB, Requires<[ HasMWAITX, In64BitMode ]>; 1474 []>, TB, Requires<[ HasMWAITX ]>;
|
H A D | X86InstrCompiler.td | 1008 Predicates = [HasMWAITX], SchedRW = [WriteSystem], 1018 let Predicates = [HasMWAITX], SchedRW = [WriteSystem],
|
H A D | X86.td | 251 def FeatureMWAITX : SubtargetFeature<"mwaitx", "HasMWAITX", "true",
|