Home
last modified time | relevance | path

Searched refs:HasMWAITX (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp363 HasMWAITX = true; in handleTargetFeatures()
795 if (HasMWAITX) in getTargetDefines()
1225 .Case("mwaitx", HasMWAITX) in hasFeature()
H A DX86.h123 bool HasMWAITX = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td147 def HasMWAITX : Predicate<"Subtarget->hasMWAITX()">;
H A DX86InstrMisc.td1467 TB, Requires<[ HasMWAITX, Not64BitMode ]>;
1470 TB, Requires<[ HasMWAITX, In64BitMode ]>;
1474 []>, TB, Requires<[ HasMWAITX ]>;
H A DX86InstrCompiler.td1008 Predicates = [HasMWAITX], SchedRW = [WriteSystem],
1018 let Predicates = [HasMWAITX], SchedRW = [WriteSystem],
H A DX86.td251 def FeatureMWAITX : SubtargetFeature<"mwaitx", "HasMWAITX", "true",