Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h141 bool HasBTI = false; variable
395 bool hasBTI() const { return HasBTI; } in hasBTI()
DAArch64.td344 def FeatureBranchTargetId : SubtargetFeature<"bti", "HasBTI",
DAArch64InstrInfo.cpp5790 bool HasBTI = any_of(RepeatedSequenceLocs, [](outliner::Candidate &C) { in getOutliningCandidateInfo() local
5857 (LastInstrOpcode == AArch64::BLR && !HasBTI)) { in getOutliningCandidateInfo()
DAArch64InstrInfo.td135 def HasBTI : Predicate<"Subtarget->hasBTI()">,
710 def : InstAlias<"bti", (HINT 32)>, Requires<[HasBTI]>;
711 def : InstAlias<"bti $op", (HINT btihint_op:$op)>, Requires<[HasBTI]>;
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h156 bool HasBTI = false; variable
439 bool hasBTI() const { return HasBTI; } in hasBTI()
DAArch64.td367 def FeatureBranchTargetId : SubtargetFeature<"bti", "HasBTI",
DAArch64InstrInfo.cpp6103 bool HasBTI = any_of(RepeatedSequenceLocs, [](outliner::Candidate &C) { in getOutliningCandidateInfo() local
6207 !HasBTI)) { in getOutliningCandidateInfo()
DAArch64InstrInfo.td134 def HasBTI : Predicate<"Subtarget->hasBTI()">,
759 def : InstAlias<"bti", (HINT 32)>, Requires<[HasBTI]>;
760 def : InstAlias<"bti $op", (HINT btihint_op:$op)>, Requires<[HasBTI]>;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19196 if (Bits[AArch64::FeatureBranchTargetId]) HasBTI = true;