Searched refs:getARMCPUForArch (Results 1 – 3 of 3) sorted by relevance
918 StringRef getARMCPUForArch(StringRef Arch = StringRef()) const;
884 return Triple.getARMCPUForArch(MArch); in getARMCPUForMArch()917 ArchKind = llvm::ARM::parseCPUArch(Triple.getARMCPUForArch(ARMArch)); in getLLVMArchKindForARM()
1703 StringRef Triple::getARMCPUForArch(StringRef MArch) const { in getARMCPUForArch() function in Triple