Lines Matching refs:AE
347 for (const auto AE : ARCHExtNames) { in getArchExtName() local
348 if (ArchExtKind == AE.ID) in getArchExtName()
349 return AE.getName(); in getArchExtName()
357 for (const auto AE : ARCHExtNames) { in getArchExtFeature() local
358 if (AE.NegFeature && ArchExtBase == AE.getName()) in getArchExtFeature()
359 return AE.NegFeature; in getArchExtFeature()
362 for (const auto AE : ARCHExtNames) { in getArchExtFeature() local
363 if (AE.Feature && ArchExt == AE.getName()) in getArchExtFeature()
364 return AE.Feature; in getArchExtFeature()
498 for (const auto &AE : AArch64ARCHExtNames) in getArchExtName() local
499 if (ArchExtKind == AE.ID) in getArchExtName()
500 return AE.getName(); in getArchExtName()
507 for (const auto &AE : AArch64ARCHExtNames) { in getArchExtFeature() local
508 if (AE.NegFeature && ArchExtBase == AE.getName()) in getArchExtFeature()
509 return AE.NegFeature; in getArchExtFeature()
513 for (const auto &AE : AArch64ARCHExtNames) in getArchExtFeature() local
514 if (AE.Feature && ArchExt == AE.getName()) in getArchExtFeature()
515 return AE.Feature; in getArchExtFeature()