Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp84 HasBTI = true; in setArchFeatures()
119 HasBTI = true; in setArchFeatures()
532 if (HasBTI) in getTargetDefines()
775 .Case("bti", HasBTI) in hasFeature()
951 HasBTI = true; in handleTargetFeatures()
H A DARM.h99 unsigned HasBTI : 1;
H A DAArch64.h81 bool HasBTI = false; variable
H A DARM.cpp520 HasBTI = 0; in handleTargetFeatures()
606 HasBTI = 1; in handleTargetFeatures()
1024 if (HasBTI) in getTargetDefines()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp8422 bool HasBTI = any_of(RepeatedSequenceLocs, [](outliner::Candidate &C) { in getOutliningCandidateInfo() local
8519 !HasBTI)) { in getOutliningCandidateInfo()
H A DAArch64InstrInfo.td260 def HasBTI : Predicate<"Subtarget->hasBTI()">,
1224 def : InstAlias<"bti", (HINT 32)>, Requires<[HasBTI]>;
1225 def : InstAlias<"bti $op", (HINT btihint_op:$op)>, Requires<[HasBTI]>;