Searched refs:HasWAITPKG (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Basic/Targets/ |
| D | X86.cpp | 315 HasWAITPKG = true; in handleTargetFeatures() 783 if (HasWAITPKG) in getTargetDefines() 1110 .Case("waitpkg", HasWAITPKG) in hasFeature()
|
| D | X86.h | 136 bool HasWAITPKG = false; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86InstrInfo.td | 988 def HasWAITPKG : Predicate<"Subtarget->hasWAITPKG()">; 2851 XS, AdSize16, Requires<[HasWAITPKG, Not64BitMode]>; 2854 XS, AdSize32, Requires<[HasWAITPKG]>; 2857 XS, AdSize64, Requires<[HasWAITPKG, In64BitMode]>; 2862 XD, Requires<[HasWAITPKG]>; 2866 PD, Requires<[HasWAITPKG]>;
|
| D | X86.td | 292 def FeatureWAITPKG : SubtargetFeature<"waitpkg", "HasWAITPKG", "true",
|