Home
last modified time | relevance | path

Searched refs:HasFRInt3264 (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp78 HasFRInt3264 = true; in setArchFeatures()
113 HasFRInt3264 = true; in setArchFeatures()
690 .Case("frintts", HasFRInt3264) in hasFeature()
892 HasFRInt3264 = true; in handleTargetFeatures()
H A DAArch64.h69 bool HasFRInt3264 = false; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64.td410 def FeatureFRInt3264 : SubtargetFeature<"fptoint", "HasFRInt3264", "true",
H A DAArch64InstrInfo.td237 def HasFRInt3264 : Predicate<"Subtarget->hasFRInt3264()">,
4636 let Predicates = [HasFRInt3264] in {
4641 } // HasFRInt3264
5017 let Predicates = [HasFRInt3264] in {
5022 } // HasFRInt3264