Home
last modified time | relevance | path

Searched refs:HasBTI (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp82 HasBTI = true; in setArchFeatures()
117 HasBTI = true; in setArchFeatures()
712 .Case("bti", HasBTI) in hasFeature()
857 HasBTI = true; in handleTargetFeatures()
H A DARM.h84 unsigned HasBTI : 1; variable
H A DAArch64.h77 bool HasBTI = false; variable
H A DARM.cpp519 HasBTI = 0; in handleTargetFeatures()
605 HasBTI = 1; in handleTargetFeatures()
1023 if (HasBTI) in getTargetDefines()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64.td429 def FeatureBranchTargetId : SubtargetFeature<"bti", "HasBTI",
H A DAArch64InstrInfo.cpp8358 bool HasBTI = any_of(RepeatedSequenceLocs, [](outliner::Candidate &C) { in getOutliningCandidateInfo() local
8454 !HasBTI)) { in getOutliningCandidateInfo()
H A DAArch64InstrInfo.td245 def HasBTI : Predicate<"Subtarget->hasBTI()">,
1123 def : InstAlias<"bti", (HINT 32)>, Requires<[HasBTI]>;
1124 def : InstAlias<"bti $op", (HINT btihint_op:$op)>, Requires<[HasBTI]>;