Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DAArch64TargetParser.cpp130 for (const auto &AE : AArch64ARCHExtNames) in getArchExtName()
139 for (const auto &AE : AArch64ARCHExtNames) { in getArchExtFeature()
145 for (const auto &AE : AArch64ARCHExtNames) in getArchExtFeature()
192 for (const auto &A : AArch64ARCHExtNames) { in parseArchExt()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DAArch64TargetParser.h97 const ARM::ExtName AArch64ARCHExtNames[] = { variable