Searched refs:getNormalizedPPCTargetCPU (Results 1 – 5 of 5) sorted by relevance
95 StringRef getNormalizedPPCTargetCPU(const Triple &T, StringRef CPUName) { in getNormalizedPPCTargetCPU() function121 return getNormalizedPPCTargetCPU(T, CPUName); in getNormalizedPPCTuneCPU()
32 LLVM_ABI StringRef getNormalizedPPCTargetCPU(const Triple &T,
93 CPUName = std::string(PPC::getNormalizedPPCTargetCPU(TargetTriple)); in initSubtargetFeatures()
3044 TargetCPU.empty() ? PPC::getNormalizedPPCTargetCPU(Target) : TargetCPU); in doInitialization()
749 llvm::PPC::getNormalizedPPCTargetCPU(T, A->getValue())); in getCPUName()750 return std::string(llvm::PPC::getNormalizedPPCTargetCPU(T)); in getCPUName()