Home
last modified time | relevance | path

Searched refs:AArch64ARCHExtNames (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DAArch64TargetParser.cpp131 for (const auto &AE : AArch64ARCHExtNames) in getArchExtName()
140 for (const auto &AE : AArch64ARCHExtNames) { in getArchExtFeature()
146 for (const auto &AE : AArch64ARCHExtNames) in getArchExtFeature()
193 for (const auto A : AArch64ARCHExtNames) { in parseArchExt()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DAArch64TargetParser.h76 const ARM::ExtName AArch64ARCHExtNames[] = { variable