Lines Matching defs:ArchExt
358 StringRef ARM::getArchExtFeature(StringRef ArchExt) {
359 bool Negated = stripNegationPrefix(ArchExt);
361 if (!AE.Feature.empty() && ArchExt == AE.Name)
423 StringRef ArchExt,
428 const bool Negated = stripNegationPrefix(ArchExt);
429 uint64_t ID = parseArchExt(ArchExt);
447 if (ArchExt == "fp" || ArchExt == "fp.dp") {
450 if (ArchExt == "fp.dp") {
516 uint64_t ARM::parseArchExt(StringRef ArchExt) {
518 if (ArchExt == A.Name)