Searched refs:HasENQCMD (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/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",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23123 if (Bits[X86::FeatureENQCMD]) HasENQCMD = true;
|