Home
last modified time | relevance | path

Searched refs:HasWAITPKG (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h383 bool HasWAITPKG = false; variable
648 bool hasWAITPKG() const { return HasWAITPKG; } in hasWAITPKG()
DX86InstrInfo.td906 def HasWAITPKG : Predicate<"Subtarget->hasWAITPKG()">;
2761 XS, AdSize16, Requires<[HasWAITPKG, Not64BitMode]>;
2764 XS, AdSize32, Requires<[HasWAITPKG]>;
2767 XS, AdSize64, Requires<[HasWAITPKG, In64BitMode]>;
2772 XD, Requires<[HasWAITPKG]>;
2776 PD, Requires<[HasWAITPKG]>, NotMemoryFoldable;
DX86.td260 def FeatureWAITPKG : SubtargetFeature<"waitpkg", "HasWAITPKG", "true",
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc16781 if (Bits[X86::FeatureWAITPKG]) HasWAITPKG = true;