Lines Matching defs:ArchExt
356 StringRef ARM::getArchExtFeature(StringRef ArchExt) {
357 bool Negated = stripNegationPrefix(ArchExt);
359 if (!AE.Feature.empty() && ArchExt == AE.Name)
421 StringRef ArchExt,
426 const bool Negated = stripNegationPrefix(ArchExt);
427 uint64_t ID = parseArchExt(ArchExt);
445 if (ArchExt == "fp" || ArchExt == "fp.dp") {
448 if (ArchExt == "fp.dp") {
514 uint64_t ARM::parseArchExt(StringRef ArchExt) {
516 if (ArchExt == A.Name)