Searched refs:BranchProtection (Results 1 – 9 of 9) sorted by relevance
58 StringRef BranchProtection; member62 Tune == Other.Tune && BranchProtection == Other.BranchProtection &&
152 InGroup<BranchProtection>;156 InGroup<BranchProtection>;
436 "invalid branch protection option '%0' in '%1'">, InGroup<BranchProtection>;
1409 def BranchProtection : DiagGroup<"branch-protection">;
3065 "unsupported branch protection specification '%0'">, InGroup<BranchProtection>;
556 Ret.BranchProtection = Feature.split('=').second.trim(); in parseTargetAttr()
1030 Ret.BranchProtection = Feature.split('=').second.trim(); in parseTargetAttr()
5601 if (Attr.BranchProtection.empty()) in setTargetAttributes()5606 (void)CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()6441 if (!Attr.BranchProtection.empty()) { in setTargetAttributes()6446 if (!CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
3437 if (ParsedAttrs.BranchProtection.empty()) in checkTargetAttr()3440 ParsedAttrs.BranchProtection, ParsedAttrs.CPU, BPI, DiagMsg)) { in checkTargetAttr()