14#ifndef LLVM_TARGETPARSER_PPCTARGETPARSER_H
15#define LLVM_TARGETPARSER_PPCTARGETPARSER_H
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
StringRef - Represent a constant reference to a string, i.e.
Triple - Helper class for working with autoconf configuration names.
StringRef getNormalizedPPCTargetCPU(const Triple &T, StringRef CPUName="")
bool isValidCPU(StringRef CPU)
StringRef normalizeCPUName(StringRef CPUName)
void fillValidTuneCPUList(SmallVectorImpl< StringRef > &Values)
StringRef getNormalizedPPCTuneCPU(const Triple &T, StringRef CPUName="")
void fillValidCPUList(SmallVectorImpl< StringRef > &Values)
This is an optimization pass for GlobalISel generic memory operations.