Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h390 bool HasWBNOINVD = false; variable
748 bool hasWBNOINVD() const { return HasWBNOINVD; } in hasWBNOINVD()
H A DX86.td277 def FeatureWBNOINVD : SubtargetFeature<"wbnoinvd", "HasWBNOINVD", "true",
H A DX86InstrSystem.td465 Requires<[HasWBNOINVD]>;
H A DX86InstrInfo.td979 def HasWBNOINVD : Predicate<"Subtarget->hasWBNOINVD()">;
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DX86.cpp270 HasWBNOINVD = true; in handleTargetFeatures()
694 if (HasWBNOINVD) in getTargetDefines()
1002 .Case("wbnoinvd", HasWBNOINVD) in hasFeature()
H A DX86.h128 bool HasWBNOINVD = false; variable