Searched refs:PPCTargetInfo (Results 1 – 2 of 2) sorted by relevance
33 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()282 void PPCTargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()516 bool PPCTargetInfo::initFeatureMap( in initFeatureMap()697 void PPCTargetInfo::addP10SpecificFeatures( in addP10SpecificFeatures()709 void PPCTargetInfo::addP11SpecificFeatures( in addP11SpecificFeatures()713 void PPCTargetInfo::addFutureSpecificFeatures( in addFutureSpecificFeatures()716 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature()750 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled()806 const char *const PPCTargetInfo::GCCRegNames[] = {822 ArrayRef<const char *> PPCTargetInfo::getGCCRegNames() const { in getGCCRegNames()[all …]
27 class LLVM_LIBRARY_VISIBILITY PPCTargetInfo : public TargetInfo {92 PPCTargetInfo(const llvm::Triple &Triple, const TargetOptions &) in PPCTargetInfo() function399 class LLVM_LIBRARY_VISIBILITY PPC32TargetInfo : public PPCTargetInfo {402 : PPCTargetInfo(Triple, Opts) { in PPC32TargetInfo()452 class LLVM_LIBRARY_VISIBILITY PPC64TargetInfo : public PPCTargetInfo {455 : PPCTargetInfo(Triple, Opts) { in PPC64TargetInfo()