Home
last modified time | relevance | path

Searched refs:HasLS64 (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp378 if (HasLS64) in getTargetDefines()
435 (Feature == "ls64" && HasLS64); in hasFeature()
453 HasLS64 = false; in handleTargetFeatures()
563 HasLS64 = true; in handleTargetFeatures()
757 return HasLS64; in validateConstraintModifier()
H A DAArch64.h44 bool HasLS64; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h177 bool HasLS64 = false; variable
542 bool hasLS64() const { return HasLS64; } in hasLS64()
H A DAArch64.td413 def FeatureLS64 : SubtargetFeature<"ls64", "HasLS64",
H A DAArch64InstrInfo.td165 def HasLS64 : Predicate<"Subtarget->hasLS64()">,
8109 let Predicates = [HasLS64] in {