Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp435 HasPTWRITE = true; in handleTargetFeatures()
964 if (HasPTWRITE) in getTargetDefines()
1316 .Case("ptwrite", HasPTWRITE) in hasFeature()
H A DX86.h147 bool HasPTWRITE = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSystem.td815 Requires<[HasPTWRITE]>;
818 Requires<[In64BitMode, HasPTWRITE]>;
822 Requires<[HasPTWRITE]>;
825 Requires<[In64BitMode, HasPTWRITE]>;
H A DX86InstrPredicates.td157 def HasPTWRITE : Predicate<"Subtarget->hasPTWRITE()">;
H A DX86.td252 def FeaturePTWRITE : SubtargetFeature<"ptwrite", "HasPTWRITE", "true",