Home
last modified time | relevance | path

Searched refs:HasCmpxchg16b (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h192 bool HasCmpxchg16b; variable
434 bool hasCmpxchg16b() const { return HasCmpxchg16b; } in hasCmpxchg16b()
DX86Subtarget.cpp282 HasCmpxchg16b = false; in initializeEnvironment()
DX86.td95 def FeatureCMPXCHG16B : SubtargetFeature<"cx16", "HasCmpxchg16b", "true",
DX86InstrCompiler.td796 Predicates = [HasCmpxchg16b], SchedRW = [WriteALULd, WriteRMW] in {
804 Predicates = [HasCmpxchg16b], SchedRW = [WriteALULd, WriteRMW],
DX86InstrInfo.td856 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">;
1947 TB, Requires<[HasCmpxchg16b]>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h240 bool HasCmpxchg16b = false; variable
654 bool hasCmpxchg16b() const { return HasCmpxchg16b && is64Bit(); } in hasCmpxchg16b()
DX86.td97 def FeatureCMPXCHG16B : SubtargetFeature<"cx16", "HasCmpxchg16b", "true",
DX86InstrCompiler.td910 Predicates = [HasCmpxchg16b,In64BitMode], SchedRW = [WriteCMPXCHGRMW] in {
917 Predicates = [HasCmpxchg16b,In64BitMode], SchedRW = [WriteCMPXCHGRMW],
DX86InstrInfo.td948 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">;
2160 TB, Requires<[HasCmpxchg16b,In64BitMode]>;
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h238 bool HasCmpxchg16b = false; variable
695 bool hasCmpxchg16b() const { return HasCmpxchg16b && is64Bit(); } in hasCmpxchg16b()
DX86InstrCompiler.td851 Predicates = [HasCmpxchg16b,In64BitMode], SchedRW = [WriteCMPXCHGRMW],
878 Predicates = [HasCmpxchg16b,In64BitMode], SchedRW = [WriteCMPXCHGRMW],
890 Predicates = [HasCmpxchg16b,In64BitMode], SchedRW = [WriteCMPXCHGRMW],
DX86.td100 def FeatureCMPXCHG16B : SubtargetFeature<"cx16", "HasCmpxchg16b", "true",
DX86InstrInfo.td975 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">;
2226 TB, Requires<[HasCmpxchg16b,In64BitMode]>;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23120 if (Bits[X86::FeatureCMPXCHG16B]) HasCmpxchg16b = true;