Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.h40 bool HasSM4 = false; variable
H A DX86.cpp343 HasSM4 = true; in handleTargetFeatures()
887 if (HasSM4) in getTargetDefines()
1247 .Case("sm4", HasSM4) in hasFeature()
H A DAArch64.cpp521 if (HasSM4) { in getTargetDefines()
736 .Case("sm4", HasSM4) in hasFeature()
989 HasSM4 = true; in handleTargetFeatures()
H A DX86.h115 bool HasSM4 = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td156 def HasSM4 : Predicate<"Subtarget->hasSM4()">;
H A DX86.td242 def FeatureSM4 : SubtargetFeature<"sm4", "HasSM4", "true",
H A DX86InstrSSE.td8405 let Predicates = [HasSM4] in {
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td112 def HasSM4 : Predicate<"Subtarget->hasSM4()">,
1519 let Predicates = [HasSM4] in {
1555 } // HasSM4