Searched refs:HasBTI (Results 1 – 6 of 6) sorted by relevance
99 unsigned HasBTI : 1;
123 bool HasBTI = false; variable
522 HasBTI = 0; in handleTargetFeatures()608 HasBTI = 1; in handleTargetFeatures()1030 if (HasBTI) in getTargetDefines()
593 if (HasBTI) in getTargetDefines()861 .Case("bti", HasBTI) in hasFeature()1061 HasBTI = true; in handleTargetFeatures()
9205 bool HasBTI = any_of(RepeatedSequenceLocs, [](outliner::Candidate &C) { in getOutliningCandidateInfo() local9302 !HasBTI)) { in getOutliningCandidateInfo()
341 def HasBTI : Predicate<"Subtarget->hasBTI()">,1513 def : InstAlias<"bti", (HINT 32)>, Requires<[HasBTI]>;1514 def : InstAlias<"bti $op", (HINT btihint_op:$op)>, Requires<[HasBTI]>;