Home
last modified time | relevance | path

Searched defs:Arch (Results 1 – 25 of 136) sorted by relevance

123456

/llvm-project/llvm/lib/TextAPI/
H A DArchitecture.cpp24 #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 DArchitectureSet.cpp21 for (auto Arch : Archs) { in ArchitectureSet() local
/llvm-project/clang/lib/Basic/Targets/
H A DAVR.cpp27 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 DCSKY.h26 llvm::CSKY::ArchKind Arch = llvm::CSKY::ArchKind::INVALID; variable
/llvm-project/llvm/include/llvm/TextAPI/
H A DTarget.h33 : Arch(Arch), Platform(Platform), MinDeployment(MinDeployment) {} in Arch() argument
42 Architecture Arch; variable
H A DArchitectureSet.h40 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 DArchitecture.h28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParserCommon.cpp19 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 DCSKYTargetParser.cpp80 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 DLoongArchTargetParser.cpp30 bool LoongArch::isValidArchName(StringRef Arch) { in isValidArchName() argument
37 bool LoongArch::getArchFeatures(StringRef Arch, in getArchFeatures() argument
H A DARMTargetParser.cpp31 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 DAArch64TargetParser.cpp30 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 DObjectContainerUniversalMachO.h93 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 DARM.cpp25 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 DRISCV.cpp29 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 DTargetRegistry.cpp37 Triple::ArchType Arch = Triple::getArchTypeForLLVMName(Name); in TEST() local
/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp16 uint16_t ELF::convertArchNameToEMachine(StringRef Arch) { in convertArchNameToEMachine()
H A DMachO.cpp28 StringRef Arch = T.getArchName(); in getARMSubType() local
/llvm-project/llvm/lib/Object/
H A DTapiUniversal.cpp36 for (const Architecture Arch : File->getArchitectures()) TapiUniversal() local
/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp112 Triple::ArchType Arch = T.getArch(); in printSwitchToSection() local
/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp264 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 DDylibReader.cpp64 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 DDWARFDebugFrame.h446 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 DTapiFile.h68 MachO::Architecture Arch; variable
/llvm-project/llvm/utils/TableGen/
H A DARMTargetDefEmitter.cpp

123456