Searched refs:BranchProtection (Results 1 – 10 of 10) sorted by relevance
59 StringRef BranchProtection; member63 Tune == Other.Tune && BranchProtection == Other.BranchProtection &&
168 InGroup<BranchProtection>;172 InGroup<BranchProtection>;
473 "invalid branch protection option '%0' in '%1'">, InGroup<BranchProtection>;
1479 def BranchProtection : DiagGroup<"branch-protection">;
3194 "unsupported branch protection specification '%0'">, InGroup<BranchProtection>;
143 if (!Attr.BranchProtection.empty()) { in setTargetAttributes()148 if (!CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
117 if (Attr.BranchProtection.empty()) in setTargetAttributes()122 (void)CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
558 Ret.BranchProtection = Feature.split('=').second.trim(); in parseTargetAttr()
1102 Ret.BranchProtection = Feature.split('=').second.trim(); in parseTargetAttr()
3488 if (ParsedAttrs.BranchProtection.empty()) in checkTargetAttr()3491 ParsedAttrs.BranchProtection, ParsedAttrs.CPU, BPI, DiagMsg)) { in checkTargetAttr()