Searched refs:HasCX16 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 351 HasCX16 = true; in handleTargetFeatures() 1043 if (HasCX16 && getTriple().getArch() == llvm::Triple::x86_64) in getTargetDefines() 1206 .Case("cx16", HasCX16) in hasFeature()
|
H A D | X86.h | 117 bool HasCX16 = false; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrPredicates.td | 166 def HasCX16 : Predicate<"Subtarget->hasCX16()">;
|
H A D | X86InstrCompiler.td | 956 Predicates = [HasCX16,In64BitMode], SchedRW = [WriteCMPXCHGRMW], 983 Predicates = [HasCX16,In64BitMode], SchedRW = [WriteCMPXCHGRMW], 995 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]>;
|