Searched refs:ArchExt (Results 1 – 7 of 7) sorted by relevance
146 StringRef AArch64::getArchExtFeature(StringRef ArchExt) { in getArchExtFeature() argument147 if (ArchExt.startswith("no")) { in getArchExtFeature()148 StringRef ArchExtBase(ArchExt.substr(2)); in getArchExtFeature()156 if (AE.Feature && ArchExt == AE.getName()) in getArchExtFeature()201 AArch64::ArchExtKind AArch64::parseArchExt(StringRef ArchExt) { in parseArchExt() argument203 if (ArchExt == A.getName()) in parseArchExt()
450 StringRef ARM::getArchExtFeature(StringRef ArchExt) { in getArchExtFeature() argument451 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature()453 if (AE.Feature && ArchExt == AE.getName()) in getArchExtFeature()497 StringRef CPU, ARM::ArchKind AK, StringRef ArchExt, in appendArchExtFeatures() argument501 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures()502 unsigned ID = getAEKID(ArchExt); in appendArchExtFeatures()517 if (ArchExt == "fp" || ArchExt == "fp.dp") { in appendArchExtFeatures()519 if (ArchExt == "fp.dp") { in appendArchExtFeatures()567 unsigned ARM::parseArchExt(StringRef ArchExt) { in parseArchExt() argument569 if (ArchExt == A.getName()) in parseArchExt()
237 StringRef getArchExtFeature(StringRef ArchExt);238 bool appendArchExtFeatures(StringRef CPU, ARM::ArchKind AK, StringRef ArchExt,254 unsigned parseArchExt(StringRef ArchExt);
109 StringRef getArchExtFeature(StringRef ArchExt);119 ArchExtKind parseArchExt(StringRef ArchExt);
111 void ARMTargetStreamer::emitArchExtension(unsigned ArchExt) {} in emitArchExtension() argument
96 void emitArchExtension(unsigned ArchExt) override;225 void ARMTargetAsmStreamer::emitArchExtension(unsigned ArchExt) { in emitArchExtension() argument226 OS << "\t.arch_extension\t" << ARM::getArchExtName(ArchExt) << "\n"; in emitArchExtension()
158 virtual void emitArchExtension(unsigned ArchExt);