Home
last modified time | relevance | path

Searched refs:HasSM3 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp341 HasSM3 = true; in handleTargetFeatures()
885 if (HasSM3) in getTargetDefines()
1246 .Case("sm3", HasSM3) in hasFeature()
H A DX86.h113 bool HasSM3 = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td139 def HasSM3 : Predicate<"Subtarget->hasSM3()">;
H A DX86.td239 def FeatureSM3 : SubtargetFeature<"sm3", "HasSM3", "true",
H A DX86InstrSSE.td8364 let Predicates = [HasSM3], Constraints = "$src1 = $dst" in {