Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAArch64TargetParser.cpp152 for (const auto &AE : AArch64ARCHExtNames) in getArchExtName()
161 for (const auto &AE : AArch64ARCHExtNames) { in getArchExtFeature()
167 for (const auto &AE : AArch64ARCHExtNames) in getArchExtFeature()
214 for (const auto &A : AArch64ARCHExtNames) { in parseArchExt()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAArch64TargetParser.h92 const ARM::ExtName AArch64ARCHExtNames[] = { variable