Home
last modified time | relevance | path

Searched refs:HasCCPP (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h117 bool HasCCPP = false; variable
508 bool hasCCPP() const { return HasCCPP; } in hasCCPP()
H A DAArch64.td105 def FeatureCCPP : SubtargetFeature<"ccpp", "HasCCPP",
H A DAArch64SystemOperands.td20 def HasCCPP : Predicate<"Subtarget->hasCCPP()">,