Home
last modified time | relevance | path

Searched refs:HasCX16 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp351 HasCX16 = true; in handleTargetFeatures()
1043 if (HasCX16 && getTriple().getArch() == llvm::Triple::x86_64) in getTargetDefines()
1206 .Case("cx16", HasCX16) in hasFeature()
H A DX86.h117 bool HasCX16 = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td166 def HasCX16 : Predicate<"Subtarget->hasCX16()">;
H A DX86InstrCompiler.td956 Predicates = [HasCX16,In64BitMode], SchedRW = [WriteCMPXCHGRMW],
983 Predicates = [HasCX16,In64BitMode], SchedRW = [WriteCMPXCHGRMW],
995 Predicates = [HasCX16,In64BitMode], SchedRW = [WriteCMPXCHGRMW],
H A DX86.td97 def FeatureCX16 : SubtargetFeature<"cx16", "HasCX16", "true",
H A DX86InstrMisc.td958 TB, Requires<[HasCX16,In64BitMode]>;