Searched refs:HasENQCMD (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 357 bool HasENQCMD = false; variable 704 bool hasENQCMD() const { return HasENQCMD; } in hasENQCMD()
|
D | X86InstrInfo.td | 950 def HasENQCMD : Predicate<"Subtarget->hasENQCMD()">; 2819 T8XD, AdSize16, Requires<[HasENQCMD, Not64BitMode]>; 2823 T8XD, AdSize32, Requires<[HasENQCMD]>; 2827 T8XD, AdSize64, Requires<[HasENQCMD, In64BitMode]>; 2832 T8XS, AdSize16, Requires<[HasENQCMD, Not64BitMode]>; 2836 T8XS, AdSize32, Requires<[HasENQCMD]>; 2840 T8XS, AdSize64, Requires<[HasENQCMD, In64BitMode]>;
|
D | X86.td | 274 def FeatureENQCMD : SubtargetFeature<"enqcmd", "HasENQCMD", "true",
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 365 bool HasENQCMD = false; variable 745 bool hasENQCMD() const { return HasENQCMD; } in hasENQCMD()
|
D | X86InstrInfo.td | 977 def HasENQCMD : Predicate<"Subtarget->hasENQCMD()">; 2884 T8XD, AdSize16, Requires<[HasENQCMD, Not64BitMode]>; 2888 T8XD, AdSize32, Requires<[HasENQCMD]>; 2892 T8XD, AdSize64, Requires<[HasENQCMD, In64BitMode]>; 2897 T8XS, AdSize16, Requires<[HasENQCMD, Not64BitMode]>; 2901 T8XS, AdSize32, Requires<[HasENQCMD]>; 2905 T8XS, AdSize64, Requires<[HasENQCMD, In64BitMode]>;
|
D | X86.td | 283 def FeatureENQCMD : SubtargetFeature<"enqcmd", "HasENQCMD", "true",
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | X86.cpp | 300 HasENQCMD = true; in handleTargetFeatures() 723 if (HasENQCMD) in getTargetDefines() 952 .Case("enqcmd", HasENQCMD) in hasFeature()
|
D | X86.h | 129 bool HasENQCMD = false; variable
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23123 if (Bits[X86::FeatureENQCMD]) HasENQCMD = true;
|