Home
last modified time | relevance | path

Searched refs:HasSM4 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp377 HasSM4 = true; in handleTargetFeatures()
938 if (HasSM4) in getTargetDefines()
1331 .Case("sm4", HasSM4) in hasFeature()
H A DAArch64.h73 bool HasSM4 = false; variable
H A DAArch64.cpp582 if (HasSM4) { in getTargetDefines()
823 .Case("sm4", HasSM4) in hasFeature()
1099 HasSM4 = true; in handleTargetFeatures()
H A DX86.h121 bool HasSM4 = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td161 def HasSM4 : Predicate<"Subtarget->hasSM4()">;
H A DX86InstrAVX10.td1463 let Predicates = [HasSM4, HasAVX10_2], AddedComplexity = 1 in {
1467 let Predicates = [HasSM4, HasAVX10_2_512] in
H A DX86.td237 def FeatureSM4 : SubtargetFeature<"sm4", "HasSM4", "true",
H A DX86InstrSSE.td8409 let Predicates = [HasSM4] in {
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td112 def HasSM4 : Predicate<"Subtarget->hasSM4()">,
1822 let Predicates = [HasSM4] in {
1858 } // HasSM4