Searched refs:HasCX16 (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 387 HasCX16 = true; in handleTargetFeatures() 1106 if (HasCX16 && getTriple().getArch() == llvm::Triple::x86_64) in getTargetDefines() 1289 .Case("cx16", HasCX16) in hasFeature()
|
| H A D | X86.h | 123 bool HasCX16 = false; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrPredicates.td | 171 def HasCX16 : Predicate<"Subtarget->hasCX16()">;
|
| H A D | X86InstrCompiler.td | 971 Predicates = [HasCX16,In64BitMode], SchedRW = [WriteCMPXCHGRMW], 998 Predicates = [HasCX16,In64BitMode], SchedRW = [WriteCMPXCHGRMW], 1010 Predicates = [HasCX16,In64BitMode], SchedRW = [WriteCMPXCHGRMW],
|
| H A D | X86.td | 97 def FeatureCX16 : SubtargetFeature<"cx16", "HasCX16", "true",
|
| H A D | X86InstrMisc.td | 958 TB, Requires<[HasCX16,In64BitMode]>;
|