Searched refs:HasSM4 (Results 1 – 4 of 4) sorted by relevance
271 const bool HasSM4 = (std::find(ItBegin, ItEnd, "-sm4") == ItEnd); in getAArch64TargetFeatures() local275 if (HasSM4) in getAArch64TargetFeatures()287 const bool HasSM4 = (std::find(ItBegin, ItEnd, "+sm4") != ItEnd); in getAArch64TargetFeatures() local291 if (!HasSM4) in getAArch64TargetFeatures()
104 bool HasSM4 = false; variable319 bool hasSM4() const { return HasSM4; } in hasSM4()
29 "sm4", "HasSM4", "true",
83 def HasSM4 : Predicate<"Subtarget->hasSM4()">,771 let Predicates = [HasSM4] in {781 } // HasSM4