/llvm-project/llvm/lib/TextAPI/ |
H A D | Architecture.cpp | 24 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureFromCpuType() argument 36 #define ARCHINFO(Arch, Type, Subtype, NumBits) .Case(#Arch, AK_##Arch) in getArchitectureFromName() argument 42 StringRef getArchitectureName(Architecture Arch) { in getArchitectureName() 44 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureName() argument 58 std::pair<uint32_t, uint32_t> getCPUTypeFromArchitecture(Architecture Arch) { in getCPUTypeFromArchitecture() 60 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getCPUTypeFromArchitecture() argument 78 bool is64Bit(Architecture Arch) { in is64Bit() 80 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in is64Bit() argument 92 raw_ostream &operator<<(raw_ostream &OS, Architecture Arch) { in operator <<()
|
H A D | ArchitectureSet.cpp | 21 for (auto Arch : Archs) { in ArchitectureSet() local
|
/llvm-project/clang/lib/Basic/Targets/ |
H A D | AVR.cpp | 27 StringRef Arch; // The __AVR_ARCH__ value. member 352 static bool ArchHasELPM(StringRef Arch) { in ArchHasELPM() 359 static bool ArchHasELPMX(StringRef Arch) { in ArchHasELPMX() 366 static bool ArchHasMOVW(StringRef Arch) { in ArchHasMOVW() 373 static bool ArchHasLPMX(StringRef Arch) { in ArchHasLPMX() 377 static bool ArchHasMUL(StringRef Arch) { in ArchHasMUL() 384 static bool ArchHasJMPCALL(StringRef Arch) { in ArchHasJMPCALL() 391 static bool ArchHas3BytePC(StringRef Arch) { in ArchHas3BytePC()
|
H A D | CSKY.h | 26 llvm::CSKY::ArchKind Arch = llvm::CSKY::ArchKind::INVALID; variable
|
/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Target.h | 33 : Arch(Arch), Platform(Platform), MinDeployment(MinDeployment) {} in Arch() argument 42 Architecture Arch; variable
|
H A D | ArchitectureSet.h | 40 ArchitectureSet(Architecture Arch) : ArchitectureSet() { set(Arch); } in ArchitectureSet() 45 void set(Architecture Arch) { in set() 51 ArchitectureSet clear(Architecture Arch) { in clear() 56 bool has(Architecture Arch) const { in has()
|
H A D | Architecture.h | 28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
|
/llvm-project/llvm/lib/TargetParser/ |
H A D | ARMTargetParserCommon.cpp | 19 StringRef ARM::getArchSynonym(StringRef Arch) { in getArchSynonym() argument 54 getCanonicalArchName(StringRef Arch) getCanonicalArchName() argument 109 parseArchISA(StringRef Arch) parseArchISA() argument 118 parseArchEndian(StringRef Arch) parseArchEndian() argument [all...] |
H A D | CSKYTargetParser.cpp | 80 StringRef CSKY::getDefaultCPU(StringRef Arch) { in getDefaultCPU() 91 CSKY::ArchKind CSKY::parseArch(StringRef Arch) { in parseArch() 118 for (const CpuNames<CSKY::ArchKind> &Arch : CPUNames) { in fillValidCPUArchList() local
|
H A D | LoongArchTargetParser.cpp | 30 bool LoongArch::isValidArchName(StringRef Arch) { in isValidArchName() argument 37 bool LoongArch::getArchFeatures(StringRef Arch, in getArchFeatures() argument
|
H A D | ARMTargetParser.cpp | 31 ARM::ArchKind ARM::parseArch(StringRef Arch) { in parseArch() argument 42 unsigned ARM::parseArchVersion(StringRef Arch) { in parseArchVersion() argument 149 parseArchProfile(StringRef Arch) parseArchProfile() argument 490 getDefaultCPU(StringRef Arch) getDefaultCPU() argument 531 for (const auto &Arch : CPUNames) { fillValidCPUArchList() local [all...] |
H A D | AArch64TargetParser.cpp | 30 static unsigned checkArchVersion(llvm::StringRef Arch) { in checkArchVersion() argument 108 parseArch(StringRef Arch) parseArch() argument 280 addArchDefaults(const ArchInfo & Arch) addArchDefaults() argument [all...] |
/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
H A D | ObjectContainerUniversalMachO.h | 93 const union Arch { union 94 Arch(llvm::MachO::fat_arch arch) : fat_arch(arch) {} in Arch() function 95 Arch(llvm::MachO::fat_arch_64 arch) : fat_arch_64(arch) {} in Arch() function
|
/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | ARM.cpp | 25 llvm::StringRef Arch = Triple.getArchName(); in getARMSubArchVersionNumber() local 31 llvm::StringRef Arch = Triple.getArchName(); in isARMMProfile() local 51 llvm::StringRef Arch = Triple.getArchName(); in isARMAProfile() local 56 getARMArchCPUFromArgs(const ArgList & Args,llvm::StringRef & Arch,llvm::StringRef & CPU,bool FromAs) getARMArchCPUFromArgs() argument 988 getARMArch(StringRef Arch,const llvm::Triple & Triple) getARMArch() argument 1015 getARMCPUForMArch(StringRef Arch,const llvm::Triple & Triple) getARMCPUForMArch() argument 1028 getARMTargetCPU(StringRef CPU,StringRef Arch,const llvm::Triple & Triple) getARMTargetCPU() argument 1048 getLLVMArchKindForARM(StringRef CPU,StringRef Arch,const llvm::Triple & Triple) getLLVMArchKindForARM() argument 1072 getLLVMArchSuffixForARM(StringRef CPU,StringRef Arch,const llvm::Triple & Triple) getLLVMArchSuffixForARM() argument [all...] |
H A D | RISCV.cpp | 29 static bool getArchFeatures(const Driver &D, StringRef Arch, in getArchFeatures() argument 230 StringRef Arch = getRISCVArch(Args, Triple); getRISCVABI() local
|
/llvm-project/llvm/unittests/MC/ |
H A D | TargetRegistry.cpp | 37 Triple::ArchType Arch = Triple::getArchTypeForLLVMName(Name); in TEST() local
|
/llvm-project/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 16 uint16_t ELF::convertArchNameToEMachine(StringRef Arch) { in convertArchNameToEMachine()
|
H A D | MachO.cpp | 28 StringRef Arch = T.getArchName(); in getARMSubType() local
|
/llvm-project/llvm/lib/Object/ |
H A D | TapiUniversal.cpp | 36 for (const Architecture Arch : File->getArchitectures()) TapiUniversal() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCSectionELF.cpp | 112 Triple::ArchType Arch = T.getArch(); in printSwitchToSection() local
|
/llvm-project/llvm/lib/WindowsDriver/ |
H A D | MSVCPaths.cpp | 264 const char *archToWindowsSDKArch(Triple::ArchType Arch) { in archToWindowsSDKArch() 280 const char *archToLegacyVCArch(Triple::ArchType Arch) { in archToLegacyVCArch() 298 const char *archToDevDivInternalArch(Triple::ArchType Arch) { in archToDevDivInternalArch() 315 Triple::ArchType Arch, std::string &path) { in appendArchToWindowsSDKLibPath()
|
/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 64 auto Arch = getArchitectureName(ArchT); in constructTriples() local 338 const ParseOption &Opt, const Architecture Arch) { in load() 363 const auto Arch = getArchitectureFromCpuType(Obj->getHeader().cputype, in readFile() local 387 auto Arch = in readFile() local
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 446 Triple::ArchType Arch) in CFIProgram() argument 469 Triple::ArchType Arch; variable 537 uint64_t CodeAlign, int64_t DataAlign, Triple::ArchType Arch) in FrameEntry() argument 577 std::optional<uint32_t> PersonalityEnc, Triple::ArchType Arch) in CIE() argument 633 std::optional<uint64_t> LSDAAddress, Triple::ArchType Arch) in FDE() argument 668 const Triple::ArchType Arch; global() variable [all...] |
/llvm-project/llvm/include/llvm/Object/ |
H A D | TapiFile.h | 68 MachO::Architecture Arch; variable
|
/llvm-project/llvm/utils/TableGen/ |
H A D | ARMTargetDefEmitter.cpp |
|