Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h391 bool HasWAITPKG = false; variable
699 bool hasWAITPKG() const { return HasWAITPKG; } in hasWAITPKG()
DX86InstrInfo.td945 def HasWAITPKG : Predicate<"Subtarget->hasWAITPKG()">;
2762 XS, AdSize16, Requires<[HasWAITPKG, Not64BitMode]>;
2765 XS, AdSize32, Requires<[HasWAITPKG]>;
2768 XS, AdSize64, Requires<[HasWAITPKG, In64BitMode]>;
2773 XD, Requires<[HasWAITPKG]>;
2777 PD, Requires<[HasWAITPKG]>, NotMemoryFoldable;
DX86.td272 def FeatureWAITPKG : SubtargetFeature<"waitpkg", "HasWAITPKG", "true",
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h396 bool HasWAITPKG = false; variable
741 bool hasWAITPKG() const { return HasWAITPKG; } in hasWAITPKG()
DX86InstrInfo.td972 def HasWAITPKG : Predicate<"Subtarget->hasWAITPKG()">;
2827 XS, AdSize16, Requires<[HasWAITPKG, Not64BitMode]>;
2830 XS, AdSize32, Requires<[HasWAITPKG]>;
2833 XS, AdSize64, Requires<[HasWAITPKG, In64BitMode]>;
2838 XD, Requires<[HasWAITPKG]>;
2842 PD, Requires<[HasWAITPKG]>, NotMemoryFoldable;
DX86.td281 def FeatureWAITPKG : SubtargetFeature<"waitpkg", "HasWAITPKG", "true",
/external/llvm-project/clang/lib/Basic/Targets/
DX86.cpp288 HasWAITPKG = true; in handleTargetFeatures()
711 if (HasWAITPKG) in getTargetDefines()
1002 .Case("waitpkg", HasWAITPKG) in hasFeature()
DX86.h124 bool HasWAITPKG = false; variable
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23216 if (Bits[X86::FeatureWAITPKG]) HasWAITPKG = true;