Home
last modified time | relevance | path

Searched defs:ArchExt (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
H A DARMTargetParser.cpp355 StringRef ARM::getArchExtFeature(StringRef ArchExt) { in getArchExtFeature()
395 StringRef ArchExt, in appendArchExtFeatures()
473 uint64_t ARM::parseArchExt(StringRef ArchExt) { in parseArchExt()
H A DCSKYTargetParser.cpp109 uint64_t CSKY::parseArchExt(StringRef ArchExt) { in parseArchExt()
160 StringRef CSKY::getArchExtFeature(StringRef ArchExt) { in getArchExtFeature()
H A DAArch64TargetParser.cpp96 StringRef AArch64::getArchExtFeature(StringRef ArchExt) { in getArchExtFeature()
139 AArch64::ArchExtKind AArch64::parseArchExt(StringRef ArchExt) { in parseArchExt()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DARMTargetParser.cpp450 StringRef ARM::getArchExtFeature(StringRef ArchExt) { in getArchExtFeature()
497 StringRef CPU, ARM::ArchKind AK, StringRef ArchExt, in appendArchExtFeatures()
567 unsigned ARM::parseArchExt(StringRef ArchExt) { in parseArchExt()
H A DAArch64TargetParser.cpp146 StringRef AArch64::getArchExtFeature(StringRef ArchExt) { in getArchExtFeature()
201 AArch64::ArchExtKind AArch64::parseArchExt(StringRef ArchExt) { in parseArchExt()
/aosp_15_r20/external/llvm/unittests/Support/
H A DTargetParserTest.cpp226 const char *ArchExt[][4] = {{"crc", "nocrc", "+crc", "-crc"}, in TEST() local
315 const char *ArchExt[] = {"none", "crc", "crypto", "dsp", "fp", in TEST() local
522 const char *ArchExt[][4] = {{"crc", "nocrc", "+crc", "-crc"}, in TEST() local
558 const char *ArchExt[] = {"none", "crc", "crypto", "fp", in TEST() local
/aosp_15_r20/external/llvm/lib/Support/
H A DTargetParser.cpp354 const char *llvm::ARM::getArchExtFeature(StringRef ArchExt) { in getArchExtFeature()
504 const char *llvm::AArch64::getArchExtFeature(StringRef ArchExt) { in getArchExtFeature()
668 unsigned llvm::ARM::parseArchExt(StringRef ArchExt) { in parseArchExt()
800 unsigned llvm::AArch64::parseArchExt(StringRef ArchExt) { in parseArchExt()
/aosp_15_r20/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp69 void ARMTargetStreamer::emitArchExtension(unsigned ArchExt) {} in emitArchExtension()
H A DARMELFStreamer.cpp200 void ARMTargetAsmStreamer::emitArchExtension(unsigned ArchExt) { in emitArchExtension()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp111 void ARMTargetStreamer::emitArchExtension(unsigned ArchExt) {} in emitArchExtension()
H A DARMELFStreamer.cpp225 void ARMTargetAsmStreamer::emitArchExtension(unsigned ArchExt) { in emitArchExtension()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp113 void ARMTargetStreamer::emitArchExtension(uint64_t ArchExt) {} in emitArchExtension()
H A DARMELFStreamer.cpp244 void ARMTargetAsmStreamer::emitArchExtension(uint64_t ArchExt) { in emitArchExtension()