Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp66 HasCCPP = true; in setArchFeatures()
96 HasCCPP = true; in setArchFeatures()
125 HasCCPP = true; in setArchFeatures()
745 .Case("dpb", HasCCPP) in hasFeature()
980 HasCCPP = true; in handleTargetFeatures()
982 HasCCPP = true; in handleTargetFeatures()
H A DAArch64.h68 bool HasCCPP = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td20 def HasCCPP : Predicate<"Subtarget->hasCCPP()">,