Searched refs:HasBTI (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 141 bool HasBTI = false; variable 395 bool hasBTI() const { return HasBTI; } in hasBTI()
|
D | AArch64.td | 344 def FeatureBranchTargetId : SubtargetFeature<"bti", "HasBTI",
|
D | AArch64InstrInfo.cpp | 5790 bool HasBTI = any_of(RepeatedSequenceLocs, [](outliner::Candidate &C) { in getOutliningCandidateInfo() local 5857 (LastInstrOpcode == AArch64::BLR && !HasBTI)) { in getOutliningCandidateInfo()
|
D | AArch64InstrInfo.td | 135 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/ |
D | AArch64Subtarget.h | 156 bool HasBTI = false; variable 439 bool hasBTI() const { return HasBTI; } in hasBTI()
|
D | AArch64.td | 367 def FeatureBranchTargetId : SubtargetFeature<"bti", "HasBTI",
|
D | AArch64InstrInfo.cpp | 6103 bool HasBTI = any_of(RepeatedSequenceLocs, [](outliner::Candidate &C) { in getOutliningCandidateInfo() local 6207 !HasBTI)) { in getOutliningCandidateInfo()
|
D | AArch64InstrInfo.td | 134 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/ |
D | AArch64GenSubtargetInfo.inc | 19196 if (Bits[AArch64::FeatureBranchTargetId]) HasBTI = true;
|