Searched refs:HasWAITPKG (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 391 bool HasWAITPKG = false; variable 699 bool hasWAITPKG() const { return HasWAITPKG; } in hasWAITPKG()
|
D | X86InstrInfo.td | 945 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;
|
D | X86.td | 272 def FeatureWAITPKG : SubtargetFeature<"waitpkg", "HasWAITPKG", "true",
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 396 bool HasWAITPKG = false; variable 741 bool hasWAITPKG() const { return HasWAITPKG; } in hasWAITPKG()
|
D | X86InstrInfo.td | 972 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;
|
D | X86.td | 281 def FeatureWAITPKG : SubtargetFeature<"waitpkg", "HasWAITPKG", "true",
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | X86.cpp | 288 HasWAITPKG = true; in handleTargetFeatures() 711 if (HasWAITPKG) in getTargetDefines() 1002 .Case("waitpkg", HasWAITPKG) in hasFeature()
|
D | X86.h | 124 bool HasWAITPKG = false; variable
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23216 if (Bits[X86::FeatureWAITPKG]) HasWAITPKG = true;
|