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 DARM.h99 unsigned HasBTI : 1;
H A DAArch64.h123 bool HasBTI = false; variable
H A DARM.cpp522 HasBTI = 0; in handleTargetFeatures()
608 HasBTI = 1; in handleTargetFeatures()
1030 if (HasBTI) in getTargetDefines()
H A DAArch64.cpp593 if (HasBTI) in getTargetDefines()
861 .Case("bti", HasBTI) in hasFeature()
1061 HasBTI = true; in handleTargetFeatures()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp9205 bool HasBTI = any_of(RepeatedSequenceLocs, [](outliner::Candidate &C) { in getOutliningCandidateInfo() local
9302 !HasBTI)) { in getOutliningCandidateInfo()
H A DAArch64InstrInfo.td341 def HasBTI : Predicate<"Subtarget->hasBTI()">,
1513 def : InstAlias<"bti", (HINT 32)>, Requires<[HasBTI]>;
1514 def : InstAlias<"bti $op", (HINT btihint_op:$op)>, Requires<[HasBTI]>;