Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h357 bool HasENQCMD = false; variable
704 bool hasENQCMD() const { return HasENQCMD; } in hasENQCMD()
DX86InstrInfo.td950 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]>;
DX86.td274 def FeatureENQCMD : SubtargetFeature<"enqcmd", "HasENQCMD", "true",
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h365 bool HasENQCMD = false; variable
745 bool hasENQCMD() const { return HasENQCMD; } in hasENQCMD()
DX86InstrInfo.td977 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]>;
DX86.td283 def FeatureENQCMD : SubtargetFeature<"enqcmd", "HasENQCMD", "true",
/external/llvm-project/clang/lib/Basic/Targets/
DX86.cpp300 HasENQCMD = true; in handleTargetFeatures()
723 if (HasENQCMD) in getTargetDefines()
952 .Case("enqcmd", HasENQCMD) in hasFeature()
DX86.h129 bool HasENQCMD = false; variable
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23123 if (Bits[X86::FeatureENQCMD]) HasENQCMD = true;