Searched refs:BranchProtection (Results 1 – 10 of 10) sorted by relevance
61 StringRef BranchProtection; member65 Tune == Other.Tune && BranchProtection == Other.BranchProtection &&
173 InGroup<BranchProtection>;177 InGroup<BranchProtection>;
494 "invalid branch protection option '%0' in '%1'">, InGroup<BranchProtection>;
1535 def BranchProtection : DiagGroup<"branch-protection">;
3255 "unsupported branch protection specification '%0'">, InGroup<BranchProtection>;
146 if (!Attr.BranchProtection.empty()) { in setTargetAttributes()151 if (!CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
128 if (!Attr.BranchProtection.empty()) { in setTargetAttributes()130 (void)CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
569 Ret.BranchProtection = Feature.split('=').second.trim(); in parseTargetAttr()
1169 Ret.BranchProtection = Feature.split('=').second.trim(); in parseTargetAttr()
2996 if (ParsedAttrs.BranchProtection.empty()) in checkTargetAttr()2999 ParsedAttrs.BranchProtection, ParsedAttrs.CPU, BPI, DiagMsg)) { in checkTargetAttr()